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.8514,-79.3164)};var g_ad1b9912ae07297e574989b6b9fba830 = new google.maps.Geocoder();g_ad1b9912ae07297e574989b6b9fba830.geocode( { 'address': "202 E Main St, Youngsville, PA 16371, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngsville-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('youngsville-PA-northwest-bank'), mapOptions);}document.getElementById('ed3daabe').innerHTML += ' | View Map';var $lad1b9912ae07297e574989b6b9fba830 = '

Northwest Bank

Address: 202 E Main St, Youngsville, PA 16371, USA
Phone: (814) 563-9080
';var m_ad1b9912ae07297e574989b6b9fba830 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_ad1b9912ae07297e574989b6b9fba830['infowindow'] = new google.maps.InfoWindow({content: $lad1b9912ae07297e574989b6b9fba830});var infowindow = new google.maps.InfoWindow({content: $lad1b9912ae07297e574989b6b9fba830});google.maps.event.addListener(m_ad1b9912ae07297e574989b6b9fba830, 'click', function() {infowindow.open(map,m_ad1b9912ae07297e574989b6b9fba830);});$marker.push(m_ad1b9912ae07297e574989b6b9fba830);}});}google.maps.event.addDomListener(window, 'load', initialize);