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.9022,-84.5848)};var g_11116d0670ec9dd0524b655604083f59 = new google.maps.Geocoder();g_11116d0670ec9dd0524b655604083f59.geocode( { 'address': "1471 Keene Rd, Nicholasville, KY 40356, USA"}, 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('c0aba244').innerHTML += ' | View Map';var $l11116d0670ec9dd0524b655604083f59 = '

Central Bank & Trust Co

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