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(38.9444,-84.5101)};var g_e70d01cd3cf78d67a32c7ce01165dafd = new google.maps.Geocoder();g_e70d01cd3cf78d67a32c7ce01165dafd.geocode( { 'address': "6433 Taylor Mill Rd, Independence, KY 41051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-KY-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('independence-KY-atm-huntington-national-bank'), mapOptions);}document.getElementById('5ad5e42b').innerHTML += ' | View Map';var $le70d01cd3cf78d67a32c7ce01165dafd = '

ATM (Huntington National Bank)

Address: 6433 Taylor Mill Rd, Independence, KY 41051, USA
Phone:
';var m_e70d01cd3cf78d67a32c7ce01165dafd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_e70d01cd3cf78d67a32c7ce01165dafd['infowindow'] = new google.maps.InfoWindow({content: $le70d01cd3cf78d67a32c7ce01165dafd});var infowindow = new google.maps.InfoWindow({content: $le70d01cd3cf78d67a32c7ce01165dafd});google.maps.event.addListener(m_e70d01cd3cf78d67a32c7ce01165dafd, 'click', function() {infowindow.open(map,m_e70d01cd3cf78d67a32c7ce01165dafd);});$marker.push(m_e70d01cd3cf78d67a32c7ce01165dafd);}});}google.maps.event.addDomListener(window, 'load', initialize);