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.0343,-84.5745)};var g_97f081d3b1b352e9d1aaa2225dd6bb16 = new google.maps.Geocoder();g_97f081d3b1b352e9d1aaa2225dd6bb16.geocode( { 'address': "211 Grandview Dr, Ft Mitchell, KY 41017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ft-mitchell-KY-huntington-investment-co').style.display = '';map = new google.maps.Map(document.getElementById('ft-mitchell-KY-huntington-investment-co'), mapOptions);}document.getElementById('ead4dff7').innerHTML += ' | View Map';var $l97f081d3b1b352e9d1aaa2225dd6bb16 = '

Huntington Investment Co

Address: 211 Grandview Dr, Ft Mitchell, KY 41017
Phone: (859) 426-4068
';var m_97f081d3b1b352e9d1aaa2225dd6bb16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Investment Co',});m_97f081d3b1b352e9d1aaa2225dd6bb16['infowindow'] = new google.maps.InfoWindow({content: $l97f081d3b1b352e9d1aaa2225dd6bb16});var infowindow = new google.maps.InfoWindow({content: $l97f081d3b1b352e9d1aaa2225dd6bb16});google.maps.event.addListener(m_97f081d3b1b352e9d1aaa2225dd6bb16, 'click', function() {infowindow.open(map,m_97f081d3b1b352e9d1aaa2225dd6bb16);});$marker.push(m_97f081d3b1b352e9d1aaa2225dd6bb16);}});}google.maps.event.addDomListener(window, 'load', initialize);