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.8897,-76.8001)};var g_c57bf132f2ca64d288f7353f2e11a38a = new google.maps.Geocoder();g_c57bf132f2ca64d288f7353f2e11a38a.geocode( { 'address': "303 Duke St, Northumberland, PA 17857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northumberland-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('northumberland-PA-citizens-bank'), mapOptions);}document.getElementById('dba9ab54').innerHTML += ' | View Map';var $lc57bf132f2ca64d288f7353f2e11a38a = '

Citizens Bank

Address: 303 Duke St, Northumberland, PA 17857, USA
Phone: (717) 826-1986
';var m_c57bf132f2ca64d288f7353f2e11a38a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_c57bf132f2ca64d288f7353f2e11a38a['infowindow'] = new google.maps.InfoWindow({content: $lc57bf132f2ca64d288f7353f2e11a38a});var infowindow = new google.maps.InfoWindow({content: $lc57bf132f2ca64d288f7353f2e11a38a});google.maps.event.addListener(m_c57bf132f2ca64d288f7353f2e11a38a, 'click', function() {infowindow.open(map,m_c57bf132f2ca64d288f7353f2e11a38a);});$marker.push(m_c57bf132f2ca64d288f7353f2e11a38a);}});}google.maps.event.addDomListener(window, 'load', initialize);