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(42.0313,-80.2562)};var g_273a3f32f431bc92dd5feb64582776ab = new google.maps.Geocoder();g_273a3f32f431bc92dd5feb64582776ab.geocode( { 'address': "7512 W Ridge Rd, Fairview, PA 16415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairview-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairview-PA-northwest-bank'), mapOptions);}document.getElementById('1a26e686').innerHTML += ' | View Map';var $l273a3f32f431bc92dd5feb64582776ab = '

Northwest Bank

Address: 7512 W Ridge Rd, Fairview, PA 16415, USA
Phone: (814) 474-4853
';var m_273a3f32f431bc92dd5feb64582776ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_273a3f32f431bc92dd5feb64582776ab['infowindow'] = new google.maps.InfoWindow({content: $l273a3f32f431bc92dd5feb64582776ab});var infowindow = new google.maps.InfoWindow({content: $l273a3f32f431bc92dd5feb64582776ab});google.maps.event.addListener(m_273a3f32f431bc92dd5feb64582776ab, 'click', function() {infowindow.open(map,m_273a3f32f431bc92dd5feb64582776ab);});$marker.push(m_273a3f32f431bc92dd5feb64582776ab);}});}google.maps.event.addDomListener(window, 'load', initialize);