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.9898,-84.6428)};var g_d2bb8f2878637ce7a21cfab528018033 = new google.maps.Geocoder();g_d2bb8f2878637ce7a21cfab528018033.geocode( { 'address': "4748 Houston Rd, Florence, KY 41042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-KY-bank-of-kentucky-the').style.display = '';map = new google.maps.Map(document.getElementById('florence-KY-bank-of-kentucky-the'), mapOptions);}document.getElementById('228f3b27').innerHTML += ' | View Map';var $ld2bb8f2878637ce7a21cfab528018033 = '

Bank of Kentucky the

Address: 4748 Houston Rd, Florence, KY 41042
Phone: (859) 282-2820
';var m_d2bb8f2878637ce7a21cfab528018033 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Kentucky the',});m_d2bb8f2878637ce7a21cfab528018033['infowindow'] = new google.maps.InfoWindow({content: $ld2bb8f2878637ce7a21cfab528018033});var infowindow = new google.maps.InfoWindow({content: $ld2bb8f2878637ce7a21cfab528018033});google.maps.event.addListener(m_d2bb8f2878637ce7a21cfab528018033, 'click', function() {infowindow.open(map,m_d2bb8f2878637ce7a21cfab528018033);});$marker.push(m_d2bb8f2878637ce7a21cfab528018033);}});}google.maps.event.addDomListener(window, 'load', initialize);