Step back in time as you walk up the stone steps into this beautiful 3 bed 2.5 bath house. This house has been very well maintained and offers many updates. You get the best of both worlds the craftsmanship of an older home with all the newer amenities. Hardwood, tile and brick floors throughout the house with Granite countertops, This house sits on a lot and a half. The owners have recently installed a large back deck and above ground swimming pool in the huge fenced in backyard. This is fantastic for entertaining. This house in the last 10 yrs has had a new roof, new HVAC system, new water heater, new paint through out the house and countless smaller improvements! This beautiful house is in walking distance from downtown Winchester and to the Winchester country club!! The sellers of this wonderful home are also offering $5,000.00 towards buyers closing costs!
Listing data provided by Bluegrass REALTORS® MLS. Information deemed reliable but not guaranteed. MLS# 26004551. Last updated May 18, 2026. Equal Housing Opportunity.
var slImgs=["https://cdn.photos.sparkplatform.com/imagine/20260310174646183817000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174643110213000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174639278631000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174634910599000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174629506937000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174626557364000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174624335118000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174621819789000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174619358701000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174612700999000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174616863778000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174606608557000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174601621207000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174345866176000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174349699424000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174354763384000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174405023374000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174359943986000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174323945478000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174326037706000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174329490948000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174335283875000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174341317530000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174552852718000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174558298242000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174555518602000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174450025541000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174454981919000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174421294446000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174424684685000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174429076540000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174433193841000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174436873068000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174441558760000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174445895402000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174458241377000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174501399193000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174504681282000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174507755292000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174511013578000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174517218430000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174523320726000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174527124006000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174531065503000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174538033320000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174544658643000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174549406850000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174410066655000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260310174416390804000000-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();
});
})();