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.1136,-80.2586)};var g_ba01f7779044c1ca322b725274f04d35 = new google.maps.Geocoder();g_ba01f7779044c1ca322b725274f04d35.geocode( { 'address': "850 Main St, Volant, PA 16156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('volant-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('volant-PA-northwest-bank'), mapOptions);}document.getElementById('250c3e84').innerHTML += ' | View Map';var $lba01f7779044c1ca322b725274f04d35 = '

Northwest Bank

Address: 850 Main St, Volant, PA 16156, USA
Phone: (724) 533-2591
';var m_ba01f7779044c1ca322b725274f04d35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_ba01f7779044c1ca322b725274f04d35['infowindow'] = new google.maps.InfoWindow({content: $lba01f7779044c1ca322b725274f04d35});var infowindow = new google.maps.InfoWindow({content: $lba01f7779044c1ca322b725274f04d35});google.maps.event.addListener(m_ba01f7779044c1ca322b725274f04d35, 'click', function() {infowindow.open(map,m_ba01f7779044c1ca322b725274f04d35);});$marker.push(m_ba01f7779044c1ca322b725274f04d35);}});}google.maps.event.addDomListener(window, 'load', initialize);