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.369,-80.2348)};var g_368845222c5806ae6df0e05189e1e75d = new google.maps.Geocoder();g_368845222c5806ae6df0e05189e1e75d.geocode( { 'address': "101 E Lincoln Ave, McDonald, PA 15057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcdonald-PA-northwest-savings-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('mcdonald-PA-northwest-savings-bank--atm'), mapOptions);}document.getElementById('67b8a2f5').innerHTML += ' | View Map';var $l368845222c5806ae6df0e05189e1e75d = '

Northwest Savings Bank & ATM

Address: 101 E Lincoln Ave, McDonald, PA 15057, USA
Phone: (724) 926-2163
';var m_368845222c5806ae6df0e05189e1e75d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank & ATM',});m_368845222c5806ae6df0e05189e1e75d['infowindow'] = new google.maps.InfoWindow({content: $l368845222c5806ae6df0e05189e1e75d});var infowindow = new google.maps.InfoWindow({content: $l368845222c5806ae6df0e05189e1e75d});google.maps.event.addListener(m_368845222c5806ae6df0e05189e1e75d, 'click', function() {infowindow.open(map,m_368845222c5806ae6df0e05189e1e75d);});$marker.push(m_368845222c5806ae6df0e05189e1e75d);}});}google.maps.event.addDomListener(window, 'load', initialize);