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(40.7122,-79.7503)};var g_ce08d2c316a39561ddfeb8a8ba9cbd1f = new google.maps.Geocoder();g_ce08d2c316a39561ddfeb8a8ba9cbd1f.geocode( { 'address': "101 Monroe Rd, Sarver, PA 16055"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarver-PA-northwest-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('sarver-PA-northwest-savings-bank'), mapOptions);}document.getElementById('a2ef2b56').innerHTML += ' | View Map';var $lce08d2c316a39561ddfeb8a8ba9cbd1f = '

Northwest Savings Bank

Address: 101 Monroe Rd, Sarver, PA 16055
Phone: (724) 295-9070
';var m_ce08d2c316a39561ddfeb8a8ba9cbd1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank',});m_ce08d2c316a39561ddfeb8a8ba9cbd1f['infowindow'] = new google.maps.InfoWindow({content: $lce08d2c316a39561ddfeb8a8ba9cbd1f});var infowindow = new google.maps.InfoWindow({content: $lce08d2c316a39561ddfeb8a8ba9cbd1f});google.maps.event.addListener(m_ce08d2c316a39561ddfeb8a8ba9cbd1f, 'click', function() {infowindow.open(map,m_ce08d2c316a39561ddfeb8a8ba9cbd1f);});$marker.push(m_ce08d2c316a39561ddfeb8a8ba9cbd1f);}});}google.maps.event.addDomListener(window, 'load', initialize);