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.8887,-76.7964)};var g_ddb4624fe50bc96247742a97d3a24451 = new google.maps.Geocoder();g_ddb4624fe50bc96247742a97d3a24451.geocode( { 'address': "Northumberland, PA 17857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northumberland-PA-northumberland-national-bank-drive-in--atm').style.display = '';map = new google.maps.Map(document.getElementById('northumberland-PA-northumberland-national-bank-drive-in--atm'), mapOptions);}document.getElementById('5547de9a').innerHTML += ' | View Map';var $lddb4624fe50bc96247742a97d3a24451 = '

Northumberland National Bank Drive-In / ATM

Address: Northumberland, PA 17857, USA
Phone:
';var m_ddb4624fe50bc96247742a97d3a24451 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northumberland National Bank Drive-In / ATM',});m_ddb4624fe50bc96247742a97d3a24451['infowindow'] = new google.maps.InfoWindow({content: $lddb4624fe50bc96247742a97d3a24451});var infowindow = new google.maps.InfoWindow({content: $lddb4624fe50bc96247742a97d3a24451});google.maps.event.addListener(m_ddb4624fe50bc96247742a97d3a24451, 'click', function() {infowindow.open(map,m_ddb4624fe50bc96247742a97d3a24451);});$marker.push(m_ddb4624fe50bc96247742a97d3a24451);}});}google.maps.event.addDomListener(window, 'load', initialize);