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

Northwest Savings Bank

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