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.9125,-77.1335)};var g_314576455d19cd8928db19b13dc301ad = new google.maps.Geocoder();g_314576455d19cd8928db19b13dc301ad.geocode( { 'address': "41 S Main St, Tioga, PA 16946, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tioga-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('tioga-PA-citizens--northern-bank'), mapOptions);}document.getElementById('d5945229').innerHTML += ' | View Map';var $l314576455d19cd8928db19b13dc301ad = '

Citizens & Northern Bank

Address: 41 S Main St, Tioga, PA 16946, USA
Phone: (570) 835-5236
';var m_314576455d19cd8928db19b13dc301ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_314576455d19cd8928db19b13dc301ad['infowindow'] = new google.maps.InfoWindow({content: $l314576455d19cd8928db19b13dc301ad});var infowindow = new google.maps.InfoWindow({content: $l314576455d19cd8928db19b13dc301ad});google.maps.event.addListener(m_314576455d19cd8928db19b13dc301ad, 'click', function() {infowindow.open(map,m_314576455d19cd8928db19b13dc301ad);});$marker.push(m_314576455d19cd8928db19b13dc301ad);}});}google.maps.event.addDomListener(window, 'load', initialize);