var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.5238,-79.9461)};var g_b524f714647a71c555ad002ccd70ebf6 = new google.maps.Geocoder();g_b524f714647a71c555ad002ccd70ebf6.geocode( { 'address': "1049 William Flynn Hwy, Glenshaw, PA 15116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenshaw-PA-insulationcomport-savings').style.display = '';map = new google.maps.Map(document.getElementById('glenshaw-PA-insulationcomport-savings'), mapOptions);}document.getElementById('5e55d409').innerHTML += ' | View Map';var $lb524f714647a71c555ad002ccd70ebf6 = '

Insulationcomport Savings

Address: 1049 William Flynn Hwy, Glenshaw, PA 15116
Phone: (330) 922-5588
';var m_b524f714647a71c555ad002ccd70ebf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Insulationcomport Savings',});m_b524f714647a71c555ad002ccd70ebf6['infowindow'] = new google.maps.InfoWindow({content: $lb524f714647a71c555ad002ccd70ebf6});var infowindow = new google.maps.InfoWindow({content: $lb524f714647a71c555ad002ccd70ebf6});google.maps.event.addListener(m_b524f714647a71c555ad002ccd70ebf6, 'click', function() {infowindow.open(map,m_b524f714647a71c555ad002ccd70ebf6);});$marker.push(m_b524f714647a71c555ad002ccd70ebf6);}});}google.maps.event.addDomListener(window, 'load', initialize);