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.2032,-77.2746)};var g_e3475b139e865a5320bf0dcd0243c548 = new google.maps.Geocoder();g_e3475b139e865a5320bf0dcd0243c548.geocode( { 'address': "230 Railroad St, Jersey Shore, PA 17740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jersey-shore-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('jersey-shore-PA-citizens--northern-bank'), mapOptions);}document.getElementById('7c832d4a').innerHTML += ' | View Map';var $le3475b139e865a5320bf0dcd0243c548 = '

Citizens & Northern Bank

Address: 230 Railroad St, Jersey Shore, PA 17740, USA
Phone: (570) 398-4555
';var m_e3475b139e865a5320bf0dcd0243c548 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_e3475b139e865a5320bf0dcd0243c548['infowindow'] = new google.maps.InfoWindow({content: $le3475b139e865a5320bf0dcd0243c548});var infowindow = new google.maps.InfoWindow({content: $le3475b139e865a5320bf0dcd0243c548});google.maps.event.addListener(m_e3475b139e865a5320bf0dcd0243c548, 'click', function() {infowindow.open(map,m_e3475b139e865a5320bf0dcd0243c548);});$marker.push(m_e3475b139e865a5320bf0dcd0243c548);}});}google.maps.event.addDomListener(window, 'load', initialize);