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.3198,-81.3463)};var g_980d863ac215e8bb6058158436a79767 = new google.maps.Geocoder();g_980d863ac215e8bb6058158436a79767.geocode( { 'address': "115 N Chillicothe Rd, Aurora, OH 44202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('aurora-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('61ca827f').innerHTML += ' | View Map';var $l980d863ac215e8bb6058158436a79767 = '

ATM (Huntington National Bank)

Address: 115 N Chillicothe Rd, Aurora, OH 44202, USA
Phone:
';var m_980d863ac215e8bb6058158436a79767 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_980d863ac215e8bb6058158436a79767['infowindow'] = new google.maps.InfoWindow({content: $l980d863ac215e8bb6058158436a79767});var infowindow = new google.maps.InfoWindow({content: $l980d863ac215e8bb6058158436a79767});google.maps.event.addListener(m_980d863ac215e8bb6058158436a79767, 'click', function() {infowindow.open(map,m_980d863ac215e8bb6058158436a79767);});$marker.push(m_980d863ac215e8bb6058158436a79767);}});}google.maps.event.addDomListener(window, 'load', initialize);