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>

The duration of a roofing inspection depends on the size and condition of your roof. If you’re curious about how long it will take our team to conduct an assessment of your home’s roof, contact a Bumble Roofing location near you for more information. Our team is happy to chat with you and give you the full rundown of our roof inspections.