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.8261,-76.8482)};var g_535a4a7a5b6981594415e15378315e4b = new google.maps.Geocoder();g_535a4a7a5b6981594415e15378315e4b.geocode( { 'address': "1 Susquehanna Valley Mall FS6, Selinsgrove, PA 17870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selinsgrove-PA-northumberland-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('selinsgrove-PA-northumberland-national-bank'), mapOptions);}document.getElementById('45ecad8a').innerHTML += ' | View Map';var $l535a4a7a5b6981594415e15378315e4b = '

Northumberland National Bank

Address: 1 Susquehanna Valley Mall FS6, Selinsgrove, PA 17870, USA
Phone: (570) 374-5533
';var m_535a4a7a5b6981594415e15378315e4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northumberland National Bank',});m_535a4a7a5b6981594415e15378315e4b['infowindow'] = new google.maps.InfoWindow({content: $l535a4a7a5b6981594415e15378315e4b});var infowindow = new google.maps.InfoWindow({content: $l535a4a7a5b6981594415e15378315e4b});google.maps.event.addListener(m_535a4a7a5b6981594415e15378315e4b, 'click', function() {infowindow.open(map,m_535a4a7a5b6981594415e15378315e4b);});$marker.push(m_535a4a7a5b6981594415e15378315e4b);}});}google.maps.event.addDomListener(window, 'load', initialize);