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.4989,-78.6798)};var g_ef74b356efb2763afef161b22c4def44 = new google.maps.Geocoder();g_ef74b356efb2763afef161b22c4def44.geocode( { 'address': "410 Wilcox Rd, Johnsonburg, PA 15845, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnsonburg-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('johnsonburg-PA-northwest-bank'), mapOptions);}document.getElementById('b53bd18c').innerHTML += ' | View Map';var $lef74b356efb2763afef161b22c4def44 = '

Northwest Bank

Address: 410 Wilcox Rd, Johnsonburg, PA 15845, USA
Phone: (814) 965-2561
';var m_ef74b356efb2763afef161b22c4def44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_ef74b356efb2763afef161b22c4def44['infowindow'] = new google.maps.InfoWindow({content: $lef74b356efb2763afef161b22c4def44});var infowindow = new google.maps.InfoWindow({content: $lef74b356efb2763afef161b22c4def44});google.maps.event.addListener(m_ef74b356efb2763afef161b22c4def44, 'click', function() {infowindow.open(map,m_ef74b356efb2763afef161b22c4def44);});$marker.push(m_ef74b356efb2763afef161b22c4def44);}});}google.maps.event.addDomListener(window, 'load', initialize);