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.5116,-78.2348)};var g_dd454a86b5c897c9035ef8c14901c393 = new google.maps.Geocoder();g_dd454a86b5c897c9035ef8c14901c393.geocode( { 'address': "135 E 4th St, Emporium, PA 15834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emporium-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('emporium-PA-citizens--northern-bank'), mapOptions);}document.getElementById('89f96fed').innerHTML += ' | View Map';var $ldd454a86b5c897c9035ef8c14901c393 = '

Citizens & Northern Bank

Address: 135 E 4th St, Emporium, PA 15834, USA
Phone: (814) 486-1112
';var m_dd454a86b5c897c9035ef8c14901c393 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_dd454a86b5c897c9035ef8c14901c393['infowindow'] = new google.maps.InfoWindow({content: $ldd454a86b5c897c9035ef8c14901c393});var infowindow = new google.maps.InfoWindow({content: $ldd454a86b5c897c9035ef8c14901c393});google.maps.event.addListener(m_dd454a86b5c897c9035ef8c14901c393, 'click', function() {infowindow.open(map,m_dd454a86b5c897c9035ef8c14901c393);});$marker.push(m_dd454a86b5c897c9035ef8c14901c393);}});}google.maps.event.addDomListener(window, 'load', initialize);