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.6766,-79.9331)};var g_23b125d190237c64cd9b933de5091a92 = new google.maps.Geocoder();g_23b125d190237c64cd9b933de5091a92.geocode( { 'address': "1421 Pittsburgh Rd, Valencia, PA 16059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valencia-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('valencia-PA-northwest-bank'), mapOptions);}document.getElementById('298f571f').innerHTML += ' | View Map';var $l23b125d190237c64cd9b933de5091a92 = '

Northwest Bank

Address: 1421 Pittsburgh Rd, Valencia, PA 16059, USA
Phone: (724) 443-6100
';var m_23b125d190237c64cd9b933de5091a92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_23b125d190237c64cd9b933de5091a92['infowindow'] = new google.maps.InfoWindow({content: $l23b125d190237c64cd9b933de5091a92});var infowindow = new google.maps.InfoWindow({content: $l23b125d190237c64cd9b933de5091a92});google.maps.event.addListener(m_23b125d190237c64cd9b933de5091a92, 'click', function() {infowindow.open(map,m_23b125d190237c64cd9b933de5091a92);});$marker.push(m_23b125d190237c64cd9b933de5091a92);}});}google.maps.event.addDomListener(window, 'load', initialize);