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.7844,-77.0705)};var g_d48d6edb5f4c7e3a02e24619a8ec4ddd = new google.maps.Geocoder();g_d48d6edb5f4c7e3a02e24619a8ec4ddd.geocode( { 'address': "1085 S Main St, Mansfield, PA 16933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-PA-citizens--northern-bank'), mapOptions);}document.getElementById('8b647c5e').innerHTML += ' | View Map';var $ld48d6edb5f4c7e3a02e24619a8ec4ddd = '

Citizens & Northern Bank

Address: 1085 S Main St, Mansfield, PA 16933, USA
Phone: (570) 662-1111
';var m_d48d6edb5f4c7e3a02e24619a8ec4ddd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_d48d6edb5f4c7e3a02e24619a8ec4ddd['infowindow'] = new google.maps.InfoWindow({content: $ld48d6edb5f4c7e3a02e24619a8ec4ddd});var infowindow = new google.maps.InfoWindow({content: $ld48d6edb5f4c7e3a02e24619a8ec4ddd});google.maps.event.addListener(m_d48d6edb5f4c7e3a02e24619a8ec4ddd, 'click', function() {infowindow.open(map,m_d48d6edb5f4c7e3a02e24619a8ec4ddd);});$marker.push(m_d48d6edb5f4c7e3a02e24619a8ec4ddd);}});}google.maps.event.addDomListener(window, 'load', initialize);