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.7044,-80.2789)};var g_193c0d3ce73f44eeca1e826f90a1d5f6 = new google.maps.Geocoder();g_193c0d3ce73f44eeca1e826f90a1d5f6.geocode( { 'address': "472 Adams St, Rochester, PA 15074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-PA-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rochester-PA-atm-huntington-national-bank'), mapOptions);}document.getElementById('b07e318b').innerHTML += ' | View Map';var $l193c0d3ce73f44eeca1e826f90a1d5f6 = '

ATM (Huntington National Bank)

Address: 472 Adams St, Rochester, PA 15074, USA
Phone: (724) 774-1717
';var m_193c0d3ce73f44eeca1e826f90a1d5f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_193c0d3ce73f44eeca1e826f90a1d5f6['infowindow'] = new google.maps.InfoWindow({content: $l193c0d3ce73f44eeca1e826f90a1d5f6});var infowindow = new google.maps.InfoWindow({content: $l193c0d3ce73f44eeca1e826f90a1d5f6});google.maps.event.addListener(m_193c0d3ce73f44eeca1e826f90a1d5f6, 'click', function() {infowindow.open(map,m_193c0d3ce73f44eeca1e826f90a1d5f6);});$marker.push(m_193c0d3ce73f44eeca1e826f90a1d5f6);}});}google.maps.event.addDomListener(window, 'load', initialize);