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.25,-77.0491)};var g_89461ed794af4814a5a84dcc52ccd13a = new google.maps.Geocoder();g_89461ed794af4814a5a84dcc52ccd13a.geocode( { 'address': "1601 Dewey Ave, Williamsport, PA 17701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-citizens-and-northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-citizens-and-northern-bank'), mapOptions);}document.getElementById('79a3a7f6').innerHTML += ' | View Map';var $l89461ed794af4814a5a84dcc52ccd13a = '

Citizens and Northern Bank

Address: 1601 Dewey Ave, Williamsport, PA 17701, USA
Phone: (570) 323-9305
';var m_89461ed794af4814a5a84dcc52ccd13a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens and Northern Bank',});m_89461ed794af4814a5a84dcc52ccd13a['infowindow'] = new google.maps.InfoWindow({content: $l89461ed794af4814a5a84dcc52ccd13a});var infowindow = new google.maps.InfoWindow({content: $l89461ed794af4814a5a84dcc52ccd13a});google.maps.event.addListener(m_89461ed794af4814a5a84dcc52ccd13a, 'click', function() {infowindow.open(map,m_89461ed794af4814a5a84dcc52ccd13a);});$marker.push(m_89461ed794af4814a5a84dcc52ccd13a);}});}google.maps.event.addDomListener(window, 'load', initialize);