Change
<div
  id="loc-name"
></div>
<div
  id="loc-phone-number"
></div>

<script>
  window.onload = function() {
    // Retrieve the value from sessionStorage
    var locationNumber = sessionStorage.getItem('location_phone_number');

    // Check if the value is not null
    if (locationNumber) {
      // Set the inner HTML of the div to a clickable link with tel href
      document.getElementById('loc-phone-number').innerHTML = '<a href="tel:' + locationNumber + '">' + locationNumber + '</a>';
    }
  };
</script>

Thank You

Thank you for placing your trust in Bumble Roofing. One of our roofing pros will reach out shortly to discuss your needs.
decorative honeycomb background image

Roofing, The Easy Way

We’ll give you a call
One of our pros will reach out to learn more about your roofing needs.
We’ll gather a few details
Be ready to share:
  • Your address
  • Any roof concerns
  • Your availability for an appointment
We’ll guide you through the Bumble way
From first call to final quote, we’ll walk you through our process so you know exactly what to expect.