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.9566,-76.5184)};var g_43c64c4288981dc3a773b65c07f222c2 = new google.maps.Geocoder();g_43c64c4288981dc3a773b65c07f222c2.geocode( { 'address': "428 S Main St, Athens, PA 18810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('athens-PA-citizens--northern-bank'), mapOptions);}document.getElementById('266bd3f2').innerHTML += ' | View Map';var $l43c64c4288981dc3a773b65c07f222c2 = '

Citizens & Northern Bank

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