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.0491,-84.717)};var g_42331e2f9cd7025ca13ee14108446a84 = new google.maps.Geocoder();g_42331e2f9cd7025ca13ee14108446a84.geocode( { 'address': "520 Marsailles Rd, Versailles, KY 40383"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('versailles-KY-kentucky-bank').style.display = '';map = new google.maps.Map(document.getElementById('versailles-KY-kentucky-bank'), mapOptions);}document.getElementById('4f1e7b60').innerHTML += ' | View Map';var $l42331e2f9cd7025ca13ee14108446a84 = '

Kentucky Bank

Address: 520 Marsailles Rd, Versailles, KY 40383
Phone: (859) 873-9400
';var m_42331e2f9cd7025ca13ee14108446a84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kentucky Bank',});m_42331e2f9cd7025ca13ee14108446a84['infowindow'] = new google.maps.InfoWindow({content: $l42331e2f9cd7025ca13ee14108446a84});var infowindow = new google.maps.InfoWindow({content: $l42331e2f9cd7025ca13ee14108446a84});google.maps.event.addListener(m_42331e2f9cd7025ca13ee14108446a84, 'click', function() {infowindow.open(map,m_42331e2f9cd7025ca13ee14108446a84);});$marker.push(m_42331e2f9cd7025ca13ee14108446a84);}});}google.maps.event.addDomListener(window, 'load', initialize);