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_69a3b920961cbe468d548d8cb53bdd2e = new google.maps.Geocoder();g_69a3b920961cbe468d548d8cb53bdd2e.geocode( { 'address': "150 W Shelton Ave, Philadelphia, PA 19144"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-p-c-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-p-c-bank'), mapOptions);}document.getElementById('2f49e678').innerHTML += ' | View Map';var $l69a3b920961cbe468d548d8cb53bdd2e = '

P & C Bank

Address: 150 W Shelton Ave, Philadelphia, PA 19144
Phone: (215) 951-6363
';var m_69a3b920961cbe468d548d8cb53bdd2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'P & C Bank',});m_69a3b920961cbe468d548d8cb53bdd2e['infowindow'] = new google.maps.InfoWindow({content: $l69a3b920961cbe468d548d8cb53bdd2e});var infowindow = new google.maps.InfoWindow({content: $l69a3b920961cbe468d548d8cb53bdd2e});google.maps.event.addListener(m_69a3b920961cbe468d548d8cb53bdd2e, 'click', function() {infowindow.open(map,m_69a3b920961cbe468d548d8cb53bdd2e);});$marker.push(m_69a3b920961cbe468d548d8cb53bdd2e);}});}google.maps.event.addDomListener(window, 'load', initialize);