H O M E M A X

SW1 3bd 2bth

SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth
SW1 3bd 2bth

SW1 3bd 2bth

Mobile Homefor Sale Lexington SC
On Site

Discover the perfect blend of efficiency and style in this beautifully designed 3-bedroom, 2-bath single-section home. Thoughtfully crafted to maximize space, the open-concept layout creates a seamless flow between the living, dining, and kitchen areas—ideal for both relaxing and entertaining.

Floor Plan

document.addEventListener("DOMContentLoaded", function () { const form = document.getElementById("propertyInquiryForm"); const responseBox = document.getElementById("inquiryResponse"); const submitBtn = form.querySelector('button[type="submit"]'); form.addEventListener("submit", function (e) { e.preventDefault(); const formData = new FormData(form); submitBtn.disabled = true; submitBtn.textContent = "Sending..."; fetch(form.action, { method: "POST", headers: { "X-Requested-With": "XMLHttpRequest" }, body: formData }) .then(response => response.json()) .then(data => { if (data.success) { responseBox.innerHTML = '
' + data.message + '
'; form.reset(); // keep property title in the Home of Interest field const homeField = form.querySelector('[name="home_of_interest"]'); const propertyTitle = form.querySelector('[name="property_title"]').value; if (homeField) homeField.value = propertyTitle; } else { responseBox.innerHTML = '
' + (data.message || 'Submission failed.') + '
'; } }) .catch(() => { responseBox.innerHTML = '
Something went wrong. Please try again.
'; }) .finally(() => { submitBtn.disabled = false; submitBtn.textContent = "Get a Custom Price Quote"; }); }); });