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.0364,-84.5613)};var g_15c71b874531f45bba372bfc35e9b8cf = new google.maps.Geocoder();g_15c71b874531f45bba372bfc35e9b8cf.geocode( { 'address': "2514 Dixie Hwy, Fort Mitchell, KY 41017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-mitchell-KY-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-mitchell-KY-huntington-bank'), mapOptions);}document.getElementById('11c52455').innerHTML += ' | View Map';var $l15c71b874531f45bba372bfc35e9b8cf = '

Huntington Bank

Address: 2514 Dixie Hwy, Fort Mitchell, KY 41017, USA
Phone: (859) 344-9555
';var m_15c71b874531f45bba372bfc35e9b8cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_15c71b874531f45bba372bfc35e9b8cf['infowindow'] = new google.maps.InfoWindow({content: $l15c71b874531f45bba372bfc35e9b8cf});var infowindow = new google.maps.InfoWindow({content: $l15c71b874531f45bba372bfc35e9b8cf});google.maps.event.addListener(m_15c71b874531f45bba372bfc35e9b8cf, 'click', function() {infowindow.open(map,m_15c71b874531f45bba372bfc35e9b8cf);});$marker.push(m_15c71b874531f45bba372bfc35e9b8cf);}});}google.maps.event.addDomListener(window, 'load', initialize);