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.6939,-76.8776)};var g_a2a52743471fc9d71744e35fa3625217 = new google.maps.Geocoder();g_a2a52743471fc9d71744e35fa3625217.geocode( { 'address': "5244 Susquehanna Trail, Port Trevorton, PA 17864, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-trevorton-PA-the-northumberland-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-trevorton-PA-the-northumberland-national-bank'), mapOptions);}document.getElementById('0c9b6926').innerHTML += ' | View Map';var $la2a52743471fc9d71744e35fa3625217 = '

The Northumberland National Bank

Address: 5244 Susquehanna Trail, Port Trevorton, PA 17864, USA
Phone: (570) 884-1052
';var m_a2a52743471fc9d71744e35fa3625217 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Northumberland National Bank',});m_a2a52743471fc9d71744e35fa3625217['infowindow'] = new google.maps.InfoWindow({content: $la2a52743471fc9d71744e35fa3625217});var infowindow = new google.maps.InfoWindow({content: $la2a52743471fc9d71744e35fa3625217});google.maps.event.addListener(m_a2a52743471fc9d71744e35fa3625217, 'click', function() {infowindow.open(map,m_a2a52743471fc9d71744e35fa3625217);});$marker.push(m_a2a52743471fc9d71744e35fa3625217);}});}google.maps.event.addDomListener(window, 'load', initialize);