Fenton, MI 48430,13229 Enid Boulevard
Fenton, MI 48430,13229 Enid Boulevard
Fenton, MI 48430,13229 Enid Boulevard
57
See all 57 photos
$1,595,950
Est. payment /mo
6 Beds
5.5 Baths
6,963 SqFt
Open 6/28 1PM-3PM

13229 Enid Boulevard Fenton, MI 48430

REQUEST A TOUR If you would like to see this home without being there in person, select the "Virtual Tour" option and your advisor will contact you to discuss available opportunities.
In-PersonVirtual Tour
Sat
28
Jun
Sun
29
Jun
Mon
30
Jun

OPEN HOUSE

Sat Jun 28, 1:00pm - 3:00pm

UPDATED:

Key Details

Property Type Single Family Home

Sub Type Colonial

Listing Status Active

Purchase Type For Sale

Square Footage 6,963 sqft

Price per Sqft $229

Subdivision Grove Park Sub Of Orrs Point

MLS Listing ID 20251010383

Style Colonial

Bedrooms 6

Full Baths 5

Half Baths 1

HOA Y/N no

Year Built 2006

Annual Tax Amount $23,876

Lot Size 2,613 Sqft

Acres 0.06

Lot Dimensions 150x103x117x100

Property Sub-Type Colonial

Source Realcomp II Ltd

Property Description

Welcome to 13229 Enid Boulevard — a stunningly renovated lake home nestled in the heart of charming Fenton! This exceptional residence offers the perfect blend of modern luxury and timeless style, just steps from beautiful Lake Fenton.

The main floor showcases gorgeous brand new flooring, updated lighting, and fresh paint throughout, while the upper level features plush new carpeting for added comfort. Elegant new ceiling fans enhance both style and efficiency. The heart of the home is the chef's kitchen, thoughtfully designed with high-end finishes including a gourmet Wolf stove, three ovens, warming drawers, soft-close cabinetry, and multiple Sub-Zero refrigerators — a dream come true for any culinary enthusiast. The first-floor bar is equipped with a wine fridge and a premium built-in Sub-Zero ice maker—perfect for hosting with style.

The main floor primary suite offers a serene retreat with a spa-like bath, scenic views, and private outdoor seating — the perfect place to enjoy your morning coffee. Upstairs, you'll find five spacious bedrooms, each with ensuite baths and walk-in closets for ultimate comfort and privacy.

Additional highlights include a versatile second kitchen with newer appliances, ideal for entertaining or multi-generational living, a large loft for casual gatherings or game nights, and a private theater room with reclining seating and a wet bar — perfect for movie lovers. A dedicated office/workout room upstairs boasts peaceful water views, creating a tranquil, inspiring space. With laundry rooms on both floors, convenience is built right in.
Enjoy water activities right outside your door, and take advantage of nearby restaurants for dining and entertainment. Lake living at its finest – where every day feels like a vacation!

Location

State MI

County Genesee

Area Fenton Twp

Direction Long Lake Rd. to Swanee Beach Dr. which turns into Enid Blvd.

Body of Water Lake Fenton

Rooms

Kitchen Water Purifier Owned, Built-In Gas Oven, Built-In Refrigerator, Dishwasher, Disposal, Double Oven, Dryer, Free-Standing Electric Range, Free-Standing Freezer, Ice Maker, Microwave, Stainless Steel Appliance(s), Warming Drawer, Washer, Wine Refrigerator

Interior

Interior Features High Spd Internet Avail

Hot Water Natural Gas

Heating Forced Air

Cooling Ceiling Fan(s), Central Air

Fireplaces Type Gas

Fireplace yes

Appliance Water Purifier Owned, Built-In Gas Oven, Built-In Refrigerator, Dishwasher, Disposal, Double Oven, Dryer, Free-Standing Electric Range, Free-Standing Freezer, Ice Maker, Microwave, Stainless Steel Appliance(s), Warming Drawer, Washer, Wine Refrigerator

Heat Source Natural Gas

Exterior

Parking Features Direct Access, Electricity, Door Opener, Attached

Garage Description 3 Car

Waterfront Description Direct Water Frontage,Lake Front,Water Front

Water Access Desc All Sports Lake,Boat Facilities,

Roof Type Asphalt

Accessibility Accessible Electrical and Environmental Controls, Accessible Entrance, Accessible Hallway(s), Other Accessibility Features

Porch Deck, Porch - Enclosed, Patio, Porch, Enclosed

Road Frontage Paved

Garage yes

Building

Lot Description Corner Lot, Sprinkler(s)

Foundation Slab

Sewer Public Sewer (Sewer-Sanitary)

Water Well (Existing)

Architectural Style Colonial

Warranty No

Level or Stories 2 Story

Additional Building Second Garage

Structure Type Brick,Stone

Schools

School District Lake Fenton

Others

Tax ID 0614577122

Ownership Short Sale - No,Private Owned

Acceptable Financing Cash, Conventional

Listing Terms Cash, Conventional

Financing Cash,Conventional

Virtual Tour https://youtu.be/9HhawEcjG0A


Realcomp MLS
Listed by Shane Adams of RE/MAX Select

GET MORE INFORMATION

agent

Carrie Thompson

Digital Marketing Realtor | License ID: 6501338662

+1(810) 893-3269

Name
Phone*
Message

Go tour this home

13229 Enid Boulevard

};function runPageScript(){ function onDocumentReady(callback) { if (document.readyState === 'loading') { // If the document is still loading, wait for the DOMContentLoaded event document.addEventListener('DOMContentLoaded', function() { callback(); }); } else { // If the document is already loaded, execute the callback immediately callback(); } }//END FUNCTION function addCssSheet(cssUrl) { var linkElement = document.createElement('link'); linkElement.rel = 'stylesheet'; linkElement.type = 'text/css'; linkElement.href = cssUrl; document.head.appendChild(linkElement); }//END FUNCTION function isHomepage() { // Get the current URL var currentUrl = window.location.href; // Get the base URL of the website var baseUrl = window.location.protocol + "//" + window.location.host; // Check if the current URL is the same as the base URL return currentUrl === baseUrl; }//END FUNCTION function addCustomClass(element, classesToAdd) { // Ensure the element and classesToAdd parameters are provided if (element && classesToAdd) { // Split the classesToAdd string into an array of individual classes var classesArray = classesToAdd.split(' '); // Loop through the array and add each class to the element for (var i = 0; i < classesArray.length; i++) { var currentClass = classesArray[i]; // Check if the class is not already present before adding it if (!element.classList.contains(currentClass)) { element.classList.add(currentClass); } } } }//END FUNCTION function bodyHasClass(className) { // Get the body element var bodyElement = document.body; // Check if the body element has the specified class return bodyElement.classList.contains(className); }//END FUNCTION function addBodyClassesFromUrlPath() { // Get the current URL path var currentPath = window.location.pathname; // Remove leading slash if present currentPath = currentPath.replace(/^\//, ''); // Split the path into segments var pathSegments = currentPath.split('/'); // Add a class for each path segment to the body element for (var i = 0; i < pathSegments.length; i++) { var className = 'page-' + pathSegments[i]; document.body.classList.add(className); } }//END FUNCTION function appendHtmlToBody(htmlString) { document.body.insertAdjacentHTML('beforeend', htmlString); }//END FUNCTION function updateAttribute(selector, attributeName, attributeValue) { var element = document.querySelector(selector); if (element) { element.setAttribute(attributeName, attributeValue); } else { console.error('Element with selector ' + selector + ' not found.'); } }//END FUNCTION function innerPageStyles(){ var bodyElement = document.body; addCustomClass(bodyElement, 'innerpage listing'); addBodyClassesFromUrlPath(); /* appendHtmlToBody(innerpageStyles); */ }//END FUNCTION // Example usage var isHomePage = isHomepage(); // Example usage var bodyElement = document.body; // Replace 'exampleElement' with the actual ID of your element //BEGIN MAIN LOGIC /* if(isHomePage != true){ //is inner page addCustomClass(bodyElement, 'innerpage'); }else{ }//END ELSE IF */ onDocumentReady(function() { // Your code here will be executed when the DOM is fully loaded console.log('Document is ready!'); innerPageStyles(); let headerTimer = setInterval(() => { let headerReady = document.querySelector( 'body.innerpage .md-header.fashion .header-container .logo img' ); if (headerReady) { updateAttribute('body.innerpage .md-header.fashion .header-container .logo img', 'src', 'https://cy-chime-assets.s3.amazonaws.com/sites/geneseecountyliving.com/images/logo-full.png'); addCssSheet('https://cy-chime-assets.s3.amazonaws.com/sites/geneseecountyliving.com/carrie-innerpage-styles-2.css'); //CLEAR INTERVAL clearInterval(headerTimer); }//END IF }, 100); //END INTERVAL });//END FUNCTION };