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.351,-79.7149)};var g_2c8c23240f4c7c7721b35700849c8dd8 = new google.maps.Geocoder();g_2c8c23240f4c7c7721b35700849c8dd8.geocode( { 'address': "7029 US-322, Cranberry, PA 16319, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranberry-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('cranberry-PA-northwest-bank'), mapOptions);}document.getElementById('3706750f').innerHTML += ' | View Map';var $l2c8c23240f4c7c7721b35700849c8dd8 = '

Northwest Bank

Address: 7029 US-322, Cranberry, PA 16319, USA
Phone: (814) 676-8600
';var m_2c8c23240f4c7c7721b35700849c8dd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_2c8c23240f4c7c7721b35700849c8dd8['infowindow'] = new google.maps.InfoWindow({content: $l2c8c23240f4c7c7721b35700849c8dd8});var infowindow = new google.maps.InfoWindow({content: $l2c8c23240f4c7c7721b35700849c8dd8});google.maps.event.addListener(m_2c8c23240f4c7c7721b35700849c8dd8, 'click', function() {infowindow.open(map,m_2c8c23240f4c7c7721b35700849c8dd8);});$marker.push(m_2c8c23240f4c7c7721b35700849c8dd8);}});}google.maps.event.addDomListener(window, 'load', initialize);