This beautiful new construction ranch home has 3 bedrooms, 2.1 baths and located in the coveted neighborhood, The Legends. This immaculate home is adorned with luxury vinyl plank throughout as well as tile. Large open concept as soon as you enter with an exquisite accent feature above the fire place and back wall of the home office. The eat in kitchen is complete with a refrigerator, microwave, disposal, gas oven surrounded by quartz countertops and easy close cabinets. The primary suite features dual vanities with under cabinet lighting and a freestanding soaking tub. Additional highlights include a large laundry room with sink, tankless water heater, covered patio, and a 3 car garage. Next to Bluegrass Parkway exit, Frankfort, Lexington, Keeneland Race Tracks and numerous other attractions in Woodford County itself! With your proximity to downtown happenings and the custom finishes, 741 Azalea will be hard to miss.
Property Details
MLS #26002964
StatusActive
TypeHouse
StyleMid-Century Modern, Ranch
Year Built2025
Rooms10
Lot Size0.25 acres
SubdivisionThe Legends
HeatingDual Fuel, Electric, Heat Pump, Natural Gas
CoolingElectric, Heat Pump
FlooringCarpet, Tile
RoofDimensional Style
ConstructionVinyl Siding, Brick Veneer, HardiPlank Type
ParkingAttached Garage, Driveway, Garage Faces Front, Off Street
Listing data provided by Bluegrass REALTORS® MLS. Information deemed reliable but not guaranteed. MLS# 26002964. Last updated May 10, 2026. Equal Housing Opportunity.
var slImgs=["https://cdn.photos.sparkplatform.com/imagine/20260219163934487081000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163935016289000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163935487446000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163935922077000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163936253768000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163936656555000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163937062913000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163937411176000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163937747672000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163938194056000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163938530577000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163938880417000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163939235571000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163939684160000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163940049800000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163940440394000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163940803817000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163941167180000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163941569662000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163941971834000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163942326864000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163942659176000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163943026518000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163943421505000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163943783799000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163944169987000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163944858027000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163945311843000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163945650756000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163946081679000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163946463559000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163946811048000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163947198704000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163947517539000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163947841583000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163948173600000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163948485969000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163948802787000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163949143913000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260219163949489398000000-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();
});
})();