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.0868,-74.905)};var g_59396f7414f89991d14c6fa956924bc1 = new google.maps.Geocoder();g_59396f7414f89991d14c6fa956924bc1.geocode( { 'address': "704 State Rd, Croydon, PA 19021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('croydon-PA-fidelity-savings--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('croydon-PA-fidelity-savings--loan-association'), mapOptions);}document.getElementById('f3253656').innerHTML += ' | View Map';var $l59396f7414f89991d14c6fa956924bc1 = '

Fidelity Savings & Loan Association

Address: 704 State Rd, Croydon, PA 19021, USA
Phone: (215) 788-9111
';var m_59396f7414f89991d14c6fa956924bc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Savings & Loan Association',});m_59396f7414f89991d14c6fa956924bc1['infowindow'] = new google.maps.InfoWindow({content: $l59396f7414f89991d14c6fa956924bc1});var infowindow = new google.maps.InfoWindow({content: $l59396f7414f89991d14c6fa956924bc1});google.maps.event.addListener(m_59396f7414f89991d14c6fa956924bc1, 'click', function() {infowindow.open(map,m_59396f7414f89991d14c6fa956924bc1);});$marker.push(m_59396f7414f89991d14c6fa956924bc1);}});}google.maps.event.addDomListener(window, 'load', initialize);