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.2457,-74.9424)};var g_c12e270bda5388d10174f308633f777a = new google.maps.Geocoder();g_c12e270bda5388d10174f308633f777a.geocode( { 'address': "2607 Windy Bush Rd, Newtown, PA 18940"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newtown-PA-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('newtown-PA-first-national-bank-trust-co'), mapOptions);}document.getElementById('045e9ea7').innerHTML += ' | View Map';var $lc12e270bda5388d10174f308633f777a = '

First National Bank & Trust Co

Address: 2607 Windy Bush Rd, Newtown, PA 18940
Phone: (215) 598-7101
';var m_c12e270bda5388d10174f308633f777a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_c12e270bda5388d10174f308633f777a['infowindow'] = new google.maps.InfoWindow({content: $lc12e270bda5388d10174f308633f777a});var infowindow = new google.maps.InfoWindow({content: $lc12e270bda5388d10174f308633f777a});google.maps.event.addListener(m_c12e270bda5388d10174f308633f777a, 'click', function() {infowindow.open(map,m_c12e270bda5388d10174f308633f777a);});$marker.push(m_c12e270bda5388d10174f308633f777a);}});}google.maps.event.addDomListener(window, 'load', initialize);