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.0608,-75.0521)};var g_8586b7474b339930b20ae959920a99a4 = new google.maps.Geocoder();g_8586b7474b339930b20ae959920a99a4.geocode( { 'address': "8022 Bustleton Ave, Philadelphia, PA 19152, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-philadelphia-gas-works-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-philadelphia-gas-works-fed-cu'), mapOptions);}document.getElementById('8b88e8b2').innerHTML += ' | View Map';var $l8586b7474b339930b20ae959920a99a4 = '

Philadelphia Gas Works Fed Cu

Address: 8022 Bustleton Ave, Philadelphia, PA 19152, USA
Phone: (215) 742-9611
';var m_8586b7474b339930b20ae959920a99a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Philadelphia Gas Works Fed Cu',});m_8586b7474b339930b20ae959920a99a4['infowindow'] = new google.maps.InfoWindow({content: $l8586b7474b339930b20ae959920a99a4});var infowindow = new google.maps.InfoWindow({content: $l8586b7474b339930b20ae959920a99a4});google.maps.event.addListener(m_8586b7474b339930b20ae959920a99a4, 'click', function() {infowindow.open(map,m_8586b7474b339930b20ae959920a99a4);});$marker.push(m_8586b7474b339930b20ae959920a99a4);}});}google.maps.event.addDomListener(window, 'load', initialize);