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.7202,-76.473)};var g_4cd6b64638976f5b4e6f62d62f6cb0e4 = new google.maps.Geocoder();g_4cd6b64638976f5b4e6f62d62f6cb0e4.geocode( { 'address': "612 James Monroe Avenue, Monroe, PA 18832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('monroe-PA-citizens--northern-bank'), mapOptions);}document.getElementById('dc6c1929').innerHTML += ' | View Map';var $l4cd6b64638976f5b4e6f62d62f6cb0e4 = '

Citizens & Northern Bank

Address: 612 James Monroe Avenue, Monroe, PA 18832, USA
Phone: (570) 265-2157
';var m_4cd6b64638976f5b4e6f62d62f6cb0e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_4cd6b64638976f5b4e6f62d62f6cb0e4['infowindow'] = new google.maps.InfoWindow({content: $l4cd6b64638976f5b4e6f62d62f6cb0e4});var infowindow = new google.maps.InfoWindow({content: $l4cd6b64638976f5b4e6f62d62f6cb0e4});google.maps.event.addListener(m_4cd6b64638976f5b4e6f62d62f6cb0e4, 'click', function() {infowindow.open(map,m_4cd6b64638976f5b4e6f62d62f6cb0e4);});$marker.push(m_4cd6b64638976f5b4e6f62d62f6cb0e4);}});}google.maps.event.addDomListener(window, 'load', initialize);