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.3244,-78.9183)};var g_5438409a5b704adc704222e29120816a = new google.maps.Geocoder();g_5438409a5b704adc704222e29120816a.geocode( { 'address': "225 Franklin St, Johnstown, PA 15901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnstown-PA-northwest-savings-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('johnstown-PA-northwest-savings-bank--atm'), mapOptions);}document.getElementById('66f3e7c0').innerHTML += ' | View Map';var $l5438409a5b704adc704222e29120816a = '

Northwest Savings Bank & ATM

Address: 225 Franklin St, Johnstown, PA 15901, USA
Phone: (814) 533-7600
';var m_5438409a5b704adc704222e29120816a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank & ATM',});m_5438409a5b704adc704222e29120816a['infowindow'] = new google.maps.InfoWindow({content: $l5438409a5b704adc704222e29120816a});var infowindow = new google.maps.InfoWindow({content: $l5438409a5b704adc704222e29120816a});google.maps.event.addListener(m_5438409a5b704adc704222e29120816a, 'click', function() {infowindow.open(map,m_5438409a5b704adc704222e29120816a);});$marker.push(m_5438409a5b704adc704222e29120816a);}});}google.maps.event.addDomListener(window, 'load', initialize);