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.558,-77.1044)};var g_c78a0dc0910da96804bb6a64bd62d050 = new google.maps.Geocoder();g_c78a0dc0910da96804bb6a64bd62d050.geocode( { 'address': "4534 Williamson Trail, Liberty, PA 16930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('liberty-PA-citizens--northern-bank'), mapOptions);}document.getElementById('a455e2de').innerHTML += ' | View Map';var $lc78a0dc0910da96804bb6a64bd62d050 = '

Citizens & Northern Bank

Address: 4534 Williamson Trail, Liberty, PA 16930, USA
Phone: (570) 324-2331
';var m_c78a0dc0910da96804bb6a64bd62d050 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_c78a0dc0910da96804bb6a64bd62d050['infowindow'] = new google.maps.InfoWindow({content: $lc78a0dc0910da96804bb6a64bd62d050});var infowindow = new google.maps.InfoWindow({content: $lc78a0dc0910da96804bb6a64bd62d050});google.maps.event.addListener(m_c78a0dc0910da96804bb6a64bd62d050, 'click', function() {infowindow.open(map,m_c78a0dc0910da96804bb6a64bd62d050);});$marker.push(m_c78a0dc0910da96804bb6a64bd62d050);}});}google.maps.event.addDomListener(window, 'load', initialize);