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(41.2126,-76.7649)};var g_6264104f24cbc6849b7e6ad298862a24 = new google.maps.Geocoder();g_6264104f24cbc6849b7e6ad298862a24.geocode( { 'address': "3461 PA-405, Muncy, PA 17756, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncy-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('muncy-PA-citizens--northern-bank'), mapOptions);}document.getElementById('c1285eb5').innerHTML += ' | View Map';var $l6264104f24cbc6849b7e6ad298862a24 = '

Citizens & Northern Bank

Address: 3461 PA-405, Muncy, PA 17756, USA
Phone: (570) 546-6666
';var m_6264104f24cbc6849b7e6ad298862a24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_6264104f24cbc6849b7e6ad298862a24['infowindow'] = new google.maps.InfoWindow({content: $l6264104f24cbc6849b7e6ad298862a24});var infowindow = new google.maps.InfoWindow({content: $l6264104f24cbc6849b7e6ad298862a24});google.maps.event.addListener(m_6264104f24cbc6849b7e6ad298862a24, 'click', function() {infowindow.open(map,m_6264104f24cbc6849b7e6ad298862a24);});$marker.push(m_6264104f24cbc6849b7e6ad298862a24);}});}google.maps.event.addDomListener(window, 'load', initialize);