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.9862,-77.3124)};var g_0ce68201e60fced9cfb32a41b575afa4 = new google.maps.Geocoder();g_0ce68201e60fced9cfb32a41b575afa4.geocode( { 'address': "104 E Main St, Elkland, PA 16920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkland-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('elkland-PA-citizens--northern-bank'), mapOptions);}document.getElementById('3bae0c45').innerHTML += ' | View Map';var $l0ce68201e60fced9cfb32a41b575afa4 = '

Citizens & Northern Bank

Address: 104 E Main St, Elkland, PA 16920, USA
Phone: (814) 258-5111
';var m_0ce68201e60fced9cfb32a41b575afa4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_0ce68201e60fced9cfb32a41b575afa4['infowindow'] = new google.maps.InfoWindow({content: $l0ce68201e60fced9cfb32a41b575afa4});var infowindow = new google.maps.InfoWindow({content: $l0ce68201e60fced9cfb32a41b575afa4});google.maps.event.addListener(m_0ce68201e60fced9cfb32a41b575afa4, 'click', function() {infowindow.open(map,m_0ce68201e60fced9cfb32a41b575afa4);});$marker.push(m_0ce68201e60fced9cfb32a41b575afa4);}});}google.maps.event.addDomListener(window, 'load', initialize);