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.3977,-79.8318)};var g_114c7b793d3e612078339cce82dd13a9 = new google.maps.Geocoder();g_114c7b793d3e612078339cce82dd13a9.geocode( { 'address': "1301 Liberty St, Franklin, PA 16323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-PA-northwest-savings-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('franklin-PA-northwest-savings-bank--atm'), mapOptions);}document.getElementById('a80764b5').innerHTML += ' | View Map';var $l114c7b793d3e612078339cce82dd13a9 = '

Northwest Savings Bank & ATM

Address: 1301 Liberty St, Franklin, PA 16323, USA
Phone: (814) 432-2195
';var m_114c7b793d3e612078339cce82dd13a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank & ATM',});m_114c7b793d3e612078339cce82dd13a9['infowindow'] = new google.maps.InfoWindow({content: $l114c7b793d3e612078339cce82dd13a9});var infowindow = new google.maps.InfoWindow({content: $l114c7b793d3e612078339cce82dd13a9});google.maps.event.addListener(m_114c7b793d3e612078339cce82dd13a9, 'click', function() {infowindow.open(map,m_114c7b793d3e612078339cce82dd13a9);});$marker.push(m_114c7b793d3e612078339cce82dd13a9);}});}google.maps.event.addDomListener(window, 'load', initialize);