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.5242,-76.4016)};var g_ce8ae867a0accc0b7577fcc340bb99f4 = new google.maps.Geocoder();g_ce8ae867a0accc0b7577fcc340bb99f4.geocode( { 'address': "111 E Main St, Dushore, PA 18614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dushore-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('dushore-PA-citizens--northern-bank'), mapOptions);}document.getElementById('c990554e').innerHTML += ' | View Map';var $lce8ae867a0accc0b7577fcc340bb99f4 = '

Citizens & Northern Bank

Address: 111 E Main St, Dushore, PA 18614, USA
Phone: (570) 928-8124
';var m_ce8ae867a0accc0b7577fcc340bb99f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_ce8ae867a0accc0b7577fcc340bb99f4['infowindow'] = new google.maps.InfoWindow({content: $lce8ae867a0accc0b7577fcc340bb99f4});var infowindow = new google.maps.InfoWindow({content: $lce8ae867a0accc0b7577fcc340bb99f4});google.maps.event.addListener(m_ce8ae867a0accc0b7577fcc340bb99f4, 'click', function() {infowindow.open(map,m_ce8ae867a0accc0b7577fcc340bb99f4);});$marker.push(m_ce8ae867a0accc0b7577fcc340bb99f4);}});}google.maps.event.addDomListener(window, 'load', initialize);