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.7863,-76.7861)};var g_73390cd6d99a35e120108b6e5c44cff2 = new google.maps.Geocoder();g_73390cd6d99a35e120108b6e5c44cff2.geocode( { 'address': "64 Elmira St, Troy, PA 16947, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('troy-PA-citizens--northern-bank'), mapOptions);}document.getElementById('ca522abe').innerHTML += ' | View Map';var $l73390cd6d99a35e120108b6e5c44cff2 = '

Citizens & Northern Bank

Address: 64 Elmira St, Troy, PA 16947, USA
Phone: (570) 297-2158
';var m_73390cd6d99a35e120108b6e5c44cff2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_73390cd6d99a35e120108b6e5c44cff2['infowindow'] = new google.maps.InfoWindow({content: $l73390cd6d99a35e120108b6e5c44cff2});var infowindow = new google.maps.InfoWindow({content: $l73390cd6d99a35e120108b6e5c44cff2});google.maps.event.addListener(m_73390cd6d99a35e120108b6e5c44cff2, 'click', function() {infowindow.open(map,m_73390cd6d99a35e120108b6e5c44cff2);});$marker.push(m_73390cd6d99a35e120108b6e5c44cff2);}});}google.maps.event.addDomListener(window, 'load', initialize);