Charm meets convenience in this delightful single-family abode. Enjoy City lights with the convience of the perfect location. Home is Zoned Commercial R-1, but currently used as Residential. Exquisite home located in the heart of london, includes 4 bedrooms and 3 bath. Upon entering the front door you are greeted with a grand staircase leading to the 2nd floor. Main level boast elegance and charm, with Oversized formal living room, elegant dining room and gourmet kitchen perfect for hosting all the family dinners.A spacious center island provides additional prep space and casual seating, while the open layout seamlessly connects to the dining and living areas for effortless entertaining. Adjacent to the kitchen you will find an enormous second living room perfect for catching those football games on the weekends with the family. Shaded back patio is ideal for morning coffee or afternoon grilling. Cozy first floor bedroom perfect for guest or home office. Home sits on over an acre of level land with mature shade trees. Two-car attached garage provides shelter for vehicles and convenient access to the house. Proceeding upstairs you will discover 2 oversized bedrooms and guest bath. Along with the primary bedroom, a spacious private en-suite. Level blacktop driveway with wrap around drive. Discover the spacious unfinished basement offering a unquie opportunity to create your dream living space with high ceilings, desirable walk out exit and as well as in home entrance. This is the perfect blank canvas to design your custom lower level, add extra bedrooms or home entertainment area. With over 3,000 sq. ft. to enjoy, this home is ready to meet all your needs, just minutes from schools, shopping, dining, and city amenities. Home could easily be converted to commercial property best uses would include bed and breakfast. Airbnb or prime office space.
Property Details
MLS #25501470
StatusActive
TypeHouse
StyleCape Cod
Year Built1964
LevelsThree Or More
Rooms12
Lot Size1.78 acres
SubdivisionCity Limits
HeatingCeiling, Natural Gas
CoolingCeiling Fan(s), Electric
FlooringLaminate, Tile, Other
RoofShingle
ConstructionOther, Brick Veneer
ParkingAttached Garage, Driveway, Garage Door Opener, Garage Faces Front
Listing data provided by Bluegrass REALTORS® MLS. Information deemed reliable but not guaranteed. MLS# 25501470. Last updated May 15, 2026. Equal Housing Opportunity.
var slImgs=["https://cdn.photos.sparkplatform.com/imagine/20250916213434605777000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213349808374000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213353956213000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213356318954000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213445403675000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213439690686000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213450553231000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213500858674000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260326050904152786000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213455877389000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213518211511000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213409135409000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213404491373000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213601806714000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213556865842000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213358904626000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213414281045000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260326050901700298000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213512355840000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213506501564000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260326050906497244000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213429767235000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213424849414000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260326050908604845000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213339444378000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213534368800000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213539066595000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213551598124000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213344497091000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213546079909000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20250916213543583223000000-o.jpg"];
var slIdx=0;
function slGo(i){slIdx=i;document.getElementById("slMainImg").src=slImgs[i];document.getElementById("slImgNum").textContent=i+1;document.querySelectorAll(".sl-thumb").forEach(function(t,j){t.classList.toggle("active",j===i)})}
function slNav(d){slGo((slIdx+d+slImgs.length)%slImgs.length)}
document.addEventListener("keydown",function(e){if(e.key==="ArrowRight")slNav(1);if(e.key==="ArrowLeft")slNav(-1)});
(function(){
var h = document.querySelector('.site-header');
if (!h) return;
window.addEventListener('scroll', function(){
if (window.scrollY > 100) {
h.classList.add('scrolled');
} else {
h.classList.remove('scrolled');
}
});
})();
// Mobile hamburger menu
(function(){
var header = document.querySelector('.site-header .inside-header');
if (!header) return;
var ham = document.createElement('button');
ham.className = 'rr-hamburger';
ham.setAttribute('aria-label', 'Menu');
ham.setAttribute('aria-expanded', 'false');
ham.innerHTML = '<span></span><span></span><span></span>';
header.appendChild(ham);
var overlay = document.createElement('div');
overlay.className = 'rr-mobile-overlay';
var navLinks = document.querySelectorAll('.main-navigation .main-nav > ul > li > a');
navLinks.forEach(function(a) {
var link = document.createElement('a');
link.href = a.href;
link.textContent = a.textContent;
overlay.appendChild(link);
});
var closeBtn = document.createElement('button');
closeBtn.className = 'rr-nav-close';
closeBtn.textContent = 'CLOSE';
closeBtn.setAttribute('aria-label', 'Close menu');
overlay.insertBefore(closeBtn, overlay.firstChild);
document.body.appendChild(overlay);
function toggleMenu() {
var isOpen = overlay.classList.toggle('open');
ham.classList.toggle('active');
ham.setAttribute('aria-expanded', isOpen);
document.body.style.overflow = isOpen ? 'hidden' : '';
}
ham.addEventListener('click', toggleMenu);
closeBtn.addEventListener('click', toggleMenu);
overlay.querySelectorAll('a').forEach(function(a) {
a.addEventListener('click', function() {
if (overlay.classList.contains('open')) toggleMenu();
});
});
document.addEventListener('keydown', function(e) {
if (e.key === 'Escape' && overlay.classList.contains('open')) toggleMenu();
});
})();