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_7a6fb514d59965def248e4f59b402434 = new google.maps.Geocoder();g_7a6fb514d59965def248e4f59b402434.geocode( { 'address': "2326 E York St, Philadelphia, PA 19125"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-third-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-third-federal-bank'), mapOptions);}document.getElementById('85327d72').innerHTML += ' | View Map';var $l7a6fb514d59965def248e4f59b402434 = '

Third Federal Bank

Address: 2326 E York St, Philadelphia, PA 19125
Phone: (215) 423-2314
';var m_7a6fb514d59965def248e4f59b402434 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Third Federal Bank',});m_7a6fb514d59965def248e4f59b402434['infowindow'] = new google.maps.InfoWindow({content: $l7a6fb514d59965def248e4f59b402434});var infowindow = new google.maps.InfoWindow({content: $l7a6fb514d59965def248e4f59b402434});google.maps.event.addListener(m_7a6fb514d59965def248e4f59b402434, 'click', function() {infowindow.open(map,m_7a6fb514d59965def248e4f59b402434);});$marker.push(m_7a6fb514d59965def248e4f59b402434);}});}google.maps.event.addDomListener(window, 'load', initialize);