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.7655,-76.4434)};var g_6add27b0bf819fa9de6f1812a33ea23b = new google.maps.Geocoder();g_6add27b0bf819fa9de6f1812a33ea23b.geocode( { 'address': "428 Main St, Towanda, PA 18848, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('towanda-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('towanda-PA-citizens--northern-bank'), mapOptions);}document.getElementById('968f92b1').innerHTML += ' | View Map';var $l6add27b0bf819fa9de6f1812a33ea23b = '

Citizens & Northern Bank

Address: 428 Main St, Towanda, PA 18848, USA
Phone: (570) 265-6171
';var m_6add27b0bf819fa9de6f1812a33ea23b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_6add27b0bf819fa9de6f1812a33ea23b['infowindow'] = new google.maps.InfoWindow({content: $l6add27b0bf819fa9de6f1812a33ea23b});var infowindow = new google.maps.InfoWindow({content: $l6add27b0bf819fa9de6f1812a33ea23b});google.maps.event.addListener(m_6add27b0bf819fa9de6f1812a33ea23b, 'click', function() {infowindow.open(map,m_6add27b0bf819fa9de6f1812a33ea23b);});$marker.push(m_6add27b0bf819fa9de6f1812a33ea23b);}});}google.maps.event.addDomListener(window, 'load', initialize);