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.7899,-77.0186)};var g_40c264a7e10a426f50aefec932809b07 = new google.maps.Geocoder();g_40c264a7e10a426f50aefec932809b07.geocode( { 'address': "8250 US-522, Middleburg, PA 17842, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middleburg-PA-northumberland-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('middleburg-PA-northumberland-national-bank'), mapOptions);}document.getElementById('8ac6dd18').innerHTML += ' | View Map';var $l40c264a7e10a426f50aefec932809b07 = '

Northumberland National Bank

Address: 8250 US-522, Middleburg, PA 17842, USA
Phone: (570) 765-7158
';var m_40c264a7e10a426f50aefec932809b07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northumberland National Bank',});m_40c264a7e10a426f50aefec932809b07['infowindow'] = new google.maps.InfoWindow({content: $l40c264a7e10a426f50aefec932809b07});var infowindow = new google.maps.InfoWindow({content: $l40c264a7e10a426f50aefec932809b07});google.maps.event.addListener(m_40c264a7e10a426f50aefec932809b07, 'click', function() {infowindow.open(map,m_40c264a7e10a426f50aefec932809b07);});$marker.push(m_40c264a7e10a426f50aefec932809b07);}});}google.maps.event.addDomListener(window, 'load', initialize);