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(37.8783,-84.578)};var g_c5cc1644ad8ebdf95993d78c3e089ffd = new google.maps.Geocoder();g_c5cc1644ad8ebdf95993d78c3e089ffd.geocode( { 'address': "1471 Keene Rd, Nicholasville, KY 40356"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nicholasville-KY-central-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('nicholasville-KY-central-bank-trust-co'), mapOptions);}document.getElementById('7099bbce').innerHTML += ' | View Map';var $lc5cc1644ad8ebdf95993d78c3e089ffd = '

Central Bank & Trust Co

Address: 1471 Keene Rd, Nicholasville, KY 40356
Phone: (859) 881-6950
';var m_c5cc1644ad8ebdf95993d78c3e089ffd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank & Trust Co',});m_c5cc1644ad8ebdf95993d78c3e089ffd['infowindow'] = new google.maps.InfoWindow({content: $lc5cc1644ad8ebdf95993d78c3e089ffd});var infowindow = new google.maps.InfoWindow({content: $lc5cc1644ad8ebdf95993d78c3e089ffd});google.maps.event.addListener(m_c5cc1644ad8ebdf95993d78c3e089ffd, 'click', function() {infowindow.open(map,m_c5cc1644ad8ebdf95993d78c3e089ffd);});$marker.push(m_c5cc1644ad8ebdf95993d78c3e089ffd);}});}google.maps.event.addDomListener(window, 'load', initialize);