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_b6c8c44c3282dadc725c8e6acd71cd6f = new google.maps.Geocoder();g_b6c8c44c3282dadc725c8e6acd71cd6f.geocode( { 'address': "5873 Ridge Ave, Philadelphia, PA 19128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-st-edmonds-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-st-edmonds-federal-savings-bank'), mapOptions);}document.getElementById('03d4e806').innerHTML += ' | View Map';var $lb6c8c44c3282dadc725c8e6acd71cd6f = '

St. Edmonds Federal Savings Bank

Address: 5873 Ridge Ave, Philadelphia, PA 19128
Phone: (267) 385-9850
';var m_b6c8c44c3282dadc725c8e6acd71cd6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St. Edmonds Federal Savings Bank',});m_b6c8c44c3282dadc725c8e6acd71cd6f['infowindow'] = new google.maps.InfoWindow({content: $lb6c8c44c3282dadc725c8e6acd71cd6f});var infowindow = new google.maps.InfoWindow({content: $lb6c8c44c3282dadc725c8e6acd71cd6f});google.maps.event.addListener(m_b6c8c44c3282dadc725c8e6acd71cd6f, 'click', function() {infowindow.open(map,m_b6c8c44c3282dadc725c8e6acd71cd6f);});$marker.push(m_b6c8c44c3282dadc725c8e6acd71cd6f);}});}google.maps.event.addDomListener(window, 'load', initialize);