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_1783014c1c5486854a0fddb6becd1e91 = new google.maps.Geocoder();g_1783014c1c5486854a0fddb6becd1e91.geocode( { 'address': "136 W Girard Ave, Philadelphia, PA 19123"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-third-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-third-federal-savings'), mapOptions);}document.getElementById('934f38b9').innerHTML += ' | View Map';var $l1783014c1c5486854a0fddb6becd1e91 = '

Third Federal Savings

Address: 136 W Girard Ave, Philadelphia, PA 19123
Phone: (215) 627-3769
';var m_1783014c1c5486854a0fddb6becd1e91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Third Federal Savings',});m_1783014c1c5486854a0fddb6becd1e91['infowindow'] = new google.maps.InfoWindow({content: $l1783014c1c5486854a0fddb6becd1e91});var infowindow = new google.maps.InfoWindow({content: $l1783014c1c5486854a0fddb6becd1e91});google.maps.event.addListener(m_1783014c1c5486854a0fddb6becd1e91, 'click', function() {infowindow.open(map,m_1783014c1c5486854a0fddb6becd1e91);});$marker.push(m_1783014c1c5486854a0fddb6becd1e91);}});}google.maps.event.addDomListener(window, 'load', initialize);