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.0524,-84.55)};var g_48e59000d7dfcf6c1d96ce4a603ed738 = new google.maps.Geocoder();g_48e59000d7dfcf6c1d96ce4a603ed738.geocode( { 'address': "2075 Dixie Hwy, Fort Mitchell, KY 41011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-mitchell-KY-central-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('fort-mitchell-KY-central-bank--trust-co'), mapOptions);}document.getElementById('ce4aa234').innerHTML += ' | View Map';var $l48e59000d7dfcf6c1d96ce4a603ed738 = '

Central Bank & Trust Co

Address: 2075 Dixie Hwy, Fort Mitchell, KY 41011, USA
Phone: (859) 905-5590
';var m_48e59000d7dfcf6c1d96ce4a603ed738 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank & Trust Co',});m_48e59000d7dfcf6c1d96ce4a603ed738['infowindow'] = new google.maps.InfoWindow({content: $l48e59000d7dfcf6c1d96ce4a603ed738});var infowindow = new google.maps.InfoWindow({content: $l48e59000d7dfcf6c1d96ce4a603ed738});google.maps.event.addListener(m_48e59000d7dfcf6c1d96ce4a603ed738, 'click', function() {infowindow.open(map,m_48e59000d7dfcf6c1d96ce4a603ed738);});$marker.push(m_48e59000d7dfcf6c1d96ce4a603ed738);}});}google.maps.event.addDomListener(window, 'load', initialize);