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()};var g_f9825fce3f80c8c387aea3be5e387179 = new google.maps.Geocoder();g_f9825fce3f80c8c387aea3be5e387179.geocode( { 'address': "1121 General Washington Mem Blvd, Washington Crsng, PA 18977"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-crsng-PA-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('washington-crsng-PA-first-national-bank-trust-co'), mapOptions);}document.getElementById('aff451d2').innerHTML += ' | View Map';var $lf9825fce3f80c8c387aea3be5e387179 = '

First National Bank & Trust Co

Address: 1121 General Washington Mem Blvd, Washington Crsng, PA 18977
Phone: (215) 493-4088
';var m_f9825fce3f80c8c387aea3be5e387179 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_f9825fce3f80c8c387aea3be5e387179['infowindow'] = new google.maps.InfoWindow({content: $lf9825fce3f80c8c387aea3be5e387179});var infowindow = new google.maps.InfoWindow({content: $lf9825fce3f80c8c387aea3be5e387179});google.maps.event.addListener(m_f9825fce3f80c8c387aea3be5e387179, 'click', function() {infowindow.open(map,m_f9825fce3f80c8c387aea3be5e387179);});$marker.push(m_f9825fce3f80c8c387aea3be5e387179);}});}google.maps.event.addDomListener(window, 'load', initialize);