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.2865,-74.8978)};var g_0578cc16fae3aae9026be2d93f585818 = new google.maps.Geocoder();g_0578cc16fae3aae9026be2d93f585818.geocode( { 'address': "19 Larkspur Ln, Newtown, PA 18940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newtown-PA-3rd-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('newtown-PA-3rd-federal-bank'), mapOptions);}document.getElementById('b9670495').innerHTML += ' | View Map';var $l0578cc16fae3aae9026be2d93f585818 = '

3rd Federal Bank

Address: 19 Larkspur Ln, Newtown, PA 18940, USA
Phone: (215) 321-1948
';var m_0578cc16fae3aae9026be2d93f585818 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '3rd Federal Bank',});m_0578cc16fae3aae9026be2d93f585818['infowindow'] = new google.maps.InfoWindow({content: $l0578cc16fae3aae9026be2d93f585818});var infowindow = new google.maps.InfoWindow({content: $l0578cc16fae3aae9026be2d93f585818});google.maps.event.addListener(m_0578cc16fae3aae9026be2d93f585818, 'click', function() {infowindow.open(map,m_0578cc16fae3aae9026be2d93f585818);});$marker.push(m_0578cc16fae3aae9026be2d93f585818);}});}google.maps.event.addDomListener(window, 'load', initialize);