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.8055,-77.0778)};var g_7001d40712221de0d30fe64a620b1a65 = new google.maps.Geocoder();g_7001d40712221de0d30fe64a620b1a65.geocode( { 'address': "50 S Main St, Mansfield, PA 16933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-PA-northwest-bank'), mapOptions);}document.getElementById('a118da19').innerHTML += ' | View Map';var $l7001d40712221de0d30fe64a620b1a65 = '

Northwest Bank

Address: 50 S Main St, Mansfield, PA 16933, USA
Phone: (570) 662-2131
';var m_7001d40712221de0d30fe64a620b1a65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_7001d40712221de0d30fe64a620b1a65['infowindow'] = new google.maps.InfoWindow({content: $l7001d40712221de0d30fe64a620b1a65});var infowindow = new google.maps.InfoWindow({content: $l7001d40712221de0d30fe64a620b1a65});google.maps.event.addListener(m_7001d40712221de0d30fe64a620b1a65, 'click', function() {infowindow.open(map,m_7001d40712221de0d30fe64a620b1a65);});$marker.push(m_7001d40712221de0d30fe64a620b1a65);}});}google.maps.event.addDomListener(window, 'load', initialize);