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.9362,-79.6443)};var g_871a7739be61efbabf8a3fe29a94906d = new google.maps.Geocoder();g_871a7739be61efbabf8a3fe29a94906d.geocode( { 'address': "80 W Columbus Ave, Corry, PA 16407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corry-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('corry-PA-northwest-bank'), mapOptions);}document.getElementById('9430c649').innerHTML += ' | View Map';var $l871a7739be61efbabf8a3fe29a94906d = '

Northwest Bank

Address: 80 W Columbus Ave, Corry, PA 16407, USA
Phone: (814) 664-4681
';var m_871a7739be61efbabf8a3fe29a94906d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_871a7739be61efbabf8a3fe29a94906d['infowindow'] = new google.maps.InfoWindow({content: $l871a7739be61efbabf8a3fe29a94906d});var infowindow = new google.maps.InfoWindow({content: $l871a7739be61efbabf8a3fe29a94906d});google.maps.event.addListener(m_871a7739be61efbabf8a3fe29a94906d, 'click', function() {infowindow.open(map,m_871a7739be61efbabf8a3fe29a94906d);});$marker.push(m_871a7739be61efbabf8a3fe29a94906d);}});}google.maps.event.addDomListener(window, 'load', initialize);