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(39.7607,-86.5214)};var g_e14552ac77dafb1e4279a2c68898353e = new google.maps.Geocoder();g_e14552ac77dafb1e4279a2c68898353e.geocode( { 'address': "201 E Main St, Danville, IN 46122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IN-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('danville-IN-atm-huntington-national-bank'), mapOptions);}document.getElementById('5f0c646e').innerHTML += ' | View Map';var $le14552ac77dafb1e4279a2c68898353e = '

ATM (Huntington National Bank)

Address: 201 E Main St, Danville, IN 46122, USA
Phone: (800) 480-2265
';var m_e14552ac77dafb1e4279a2c68898353e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_e14552ac77dafb1e4279a2c68898353e['infowindow'] = new google.maps.InfoWindow({content: $le14552ac77dafb1e4279a2c68898353e});var infowindow = new google.maps.InfoWindow({content: $le14552ac77dafb1e4279a2c68898353e});google.maps.event.addListener(m_e14552ac77dafb1e4279a2c68898353e, 'click', function() {infowindow.open(map,m_e14552ac77dafb1e4279a2c68898353e);});$marker.push(m_e14552ac77dafb1e4279a2c68898353e);}});}google.maps.event.addDomListener(window, 'load', initialize);