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.1176,-75.0145)};var g_c91d989c82b339a78ce0c05964eb2aaf = new google.maps.Geocoder();g_c91d989c82b339a78ce0c05964eb2aaf.geocode( { 'address': "1834 W Oregon Ave, Philadelphia, PA 19145"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-prudential-mutual-holding-co').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-prudential-mutual-holding-co'), mapOptions);}document.getElementById('8e998629').innerHTML += ' | View Map';var $lc91d989c82b339a78ce0c05964eb2aaf = '

Prudential Mutual Holding Co

Address: 1834 W Oregon Ave, Philadelphia, PA 19145
Phone: (215) 755-1500
';var m_c91d989c82b339a78ce0c05964eb2aaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prudential Mutual Holding Co',});m_c91d989c82b339a78ce0c05964eb2aaf['infowindow'] = new google.maps.InfoWindow({content: $lc91d989c82b339a78ce0c05964eb2aaf});var infowindow = new google.maps.InfoWindow({content: $lc91d989c82b339a78ce0c05964eb2aaf});google.maps.event.addListener(m_c91d989c82b339a78ce0c05964eb2aaf, 'click', function() {infowindow.open(map,m_c91d989c82b339a78ce0c05964eb2aaf);});$marker.push(m_c91d989c82b339a78ce0c05964eb2aaf);}});}google.maps.event.addDomListener(window, 'load', initialize);