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.8026,-81.0559)};var g_99cc8493c2392e2b0f5d61bb0220b474 = new google.maps.Geocoder();g_99cc8493c2392e2b0f5d61bb0220b474.geocode( { 'address': "6550 N Ridge Rd, Madison, OH 44057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('9f281391').innerHTML += ' | View Map';var $l99cc8493c2392e2b0f5d61bb0220b474 = '

ATM (Huntington National Bank)

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