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.1637,-81.2333)};var g_322e03b788964c64c6a1806a36f21daf = new google.maps.Geocoder();g_322e03b788964c64c6a1806a36f21daf.geocode( { 'address': "527 N Freedom St, Ravenna, OH 44266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ravenna-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ravenna-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('eb55dec4').innerHTML += ' | View Map';var $l322e03b788964c64c6a1806a36f21daf = '

ATM (Huntington National Bank)

Address: 527 N Freedom St, Ravenna, OH 44266, USA
Phone:
';var m_322e03b788964c64c6a1806a36f21daf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_322e03b788964c64c6a1806a36f21daf['infowindow'] = new google.maps.InfoWindow({content: $l322e03b788964c64c6a1806a36f21daf});var infowindow = new google.maps.InfoWindow({content: $l322e03b788964c64c6a1806a36f21daf});google.maps.event.addListener(m_322e03b788964c64c6a1806a36f21daf, 'click', function() {infowindow.open(map,m_322e03b788964c64c6a1806a36f21daf);});$marker.push(m_322e03b788964c64c6a1806a36f21daf);}});}google.maps.event.addDomListener(window, 'load', initialize);