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.0231,-80.0905)};var g_c66b7772dce42196960c053b91077333 = new google.maps.Geocoder();g_c66b7772dce42196960c053b91077333.geocode( { 'address': "1784 Main St, Marianna, PA 15345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marianna-PA-northwest-savings-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('marianna-PA-northwest-savings-bank--atm'), mapOptions);}document.getElementById('d735f870').innerHTML += ' | View Map';var $lc66b7772dce42196960c053b91077333 = '

Northwest Savings Bank & ATM

Address: 1784 Main St, Marianna, PA 15345, USA
Phone: (724) 267-3673
';var m_c66b7772dce42196960c053b91077333 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank & ATM',});m_c66b7772dce42196960c053b91077333['infowindow'] = new google.maps.InfoWindow({content: $lc66b7772dce42196960c053b91077333});var infowindow = new google.maps.InfoWindow({content: $lc66b7772dce42196960c053b91077333});google.maps.event.addListener(m_c66b7772dce42196960c053b91077333, 'click', function() {infowindow.open(map,m_c66b7772dce42196960c053b91077333);});$marker.push(m_c66b7772dce42196960c053b91077333);}});}google.maps.event.addDomListener(window, 'load', initialize);