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.4242,-76.4943)};var g_f314844a40d80179a77b078b969ea592 = new google.maps.Geocoder();g_f314844a40d80179a77b078b969ea592.geocode( { 'address': "514 Main St, Laporte, PA 18626, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laporte-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('laporte-PA-citizens--northern-bank'), mapOptions);}document.getElementById('1410ef17').innerHTML += ' | View Map';var $lf314844a40d80179a77b078b969ea592 = '

Citizens & Northern Bank

Address: 514 Main St, Laporte, PA 18626, USA
Phone: (570) 946-4011
';var m_f314844a40d80179a77b078b969ea592 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_f314844a40d80179a77b078b969ea592['infowindow'] = new google.maps.InfoWindow({content: $lf314844a40d80179a77b078b969ea592});var infowindow = new google.maps.InfoWindow({content: $lf314844a40d80179a77b078b969ea592});google.maps.event.addListener(m_f314844a40d80179a77b078b969ea592, 'click', function() {infowindow.open(map,m_f314844a40d80179a77b078b969ea592);});$marker.push(m_f314844a40d80179a77b078b969ea592);}});}google.maps.event.addDomListener(window, 'load', initialize);