Set on a spacious .4 acre lot, this charming 3 bedroom, 2 bath manufactured home, offers comfort, character, and plenty of outdoor space. Inside the home features striking vaulted ceiling finished with beautiful red oak wood that continues across both the floors and the ceiling, creating a warm and rustic feel throughout the main living area. The open living space feels bright nd inviting, perfect for everyday living or gathering with friends and family. The primary bedroom includes a private screened in deck, offering a peaceful spot to relax and enjoy outdoors. Additional features are a covered front porch and a covered back porch, ideal for morning coffee. A detached one car garage provides extra storage and convenient parking with a work shop inside. This home is sitting on a poured concrete slab for the foundation, with the concrete block crawlspace on top of the concrete. Extra clean, dry crawlspace. The roof is rated for heavy snow, this home has insulated, tilt in house windows and full length doors in it, covered front, back, and garage porches, lovely landscaping around the property. This home also has ultra low utility bills as well. This is a very well maintained property, clean, neat and move in ready, you need to view this one today, it is exceptional.
Property Details
MLS #26005217
StatusActive
TypeManufactured House
StyleRanch
Year Built1997
LevelsOne
Rooms8
Lot Size0.4 acres
SubdivisionRural
HeatingElectric, Heat Pump
CoolingCeiling Fan(s), Central Air, Electric, Heat Pump
FlooringCarpet, Hardwood, Vinyl
ConstructionVinyl Siding
ParkingDetached Carport, Detached Garage, Garage Faces Front
Listing data provided by Bluegrass REALTORS® MLS. Information deemed reliable but not guaranteed. MLS# 26005217. Last updated April 29, 2026. Equal Housing Opportunity.
var slImgs=["https://cdn.photos.sparkplatform.com/imagine/20260317184004261559000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184522767614000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184340474822000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317191538047632000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184607686741000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184758193868000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184900907472000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185003968736000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185059957711000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185155161323000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185257263340000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185358529070000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185450743624000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185852787379000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185952964836000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317190047811082000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185626391172000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185718246234000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317185802248354000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317190143386217000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317190239129945000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317190441357705000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317190623314125000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317190659851628000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317190758776443000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317190908818105000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317191523002012000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317191438909944000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317191236512641000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317191323612168000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317191410648823000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184047524597000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184128001303000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184155859746000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184235968609000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184447604763000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260317184416811505000000-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();
});
})();