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.9445,-84.5101)};var g_35319f33db5f7432d98565475c6114b3 = new google.maps.Geocoder();g_35319f33db5f7432d98565475c6114b3.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-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('independence-KY-huntington-bank'), mapOptions);}document.getElementById('5ad5e42b').innerHTML += ' | View Map';var $l35319f33db5f7432d98565475c6114b3 = '

Huntington Bank

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