Stunning all brick ranch in the highly sought after Indian Hills Deerfield subdivision. This home rest on a half acre lot. It is newly renovated and has an updated kitchen with gorgeous hardwood floors throughout. Kitchen has quartz counter tops, subway tile back-splash, gas stove with a vented hood, and stainless-steel refrigerator. This home also offers a full 2-car garage, large area for extra parking, lots of storage and large bedrooms. Enjoy the privacy of the fully fenced backyard and extended patio. Roof is only 8 years old, HVAC 6 years old (10 yr warranty), and also comes with a 1-year home warranty. Located across the street from Wilson Hall school and just one mile from Alice Drive Schools. Only minutes to Shaw AFB!
Lakefront with 200 ft of water views! Location, history, and great bones with recent renovations. This 3,200-square-foot lakefront home in Forest Lake has it all. Designed by architects Upshur & Riley, the house is an unspoiled midcentury single-level gem set well back from the road on a park-like acre. This home has a deep fully landscaped front yard, open floor plan w/rich wood paneling, bookcases, entertainment centers and other built-ins; spacious kitchen w/high-end stainless steel appliances; great natural light, skylights & solarium, plus massive amounts of storage. Roof, HVAC, ductwork, windows, water heater, and Coretec flooring are all new since 2017. This home is conveniently located minutes from Trenholm Plaza shopping and dining, Fort Jackson, and downtown Columbia.
We would love to answer your questions or show you this home at your earliest convenience.
Call now at 803-667-8626 or fill out the form below as best suits your needs.
THIS HOME IS Pending
var mytimer;
var fthPopupTimer = '10000';
var website_url = "https://www.searchallproperties.com/listings/";
var lid = "3080776";
var urladdress = "3660-settlement-drive-dalzell-sc";
var city = "Dalzell, SC";
var state = "SC";
var latitude = "34.0743864";
var longitude = "-80.4325434";
var firstlat = '34.0743864';
var firstlon = '-80.4325434';
var address = "3660 Settlement Drive, Dalzell, SC 29040";
var mapaddress = "3660+Settlement+Drive+Dalzell+SC+29040";
var phonereq = "Y";
var extraurl = "?a=1";
var ImageUrl = "https://photos.listingstoleads.com/property/3/0/8/0/7/7/6/spw/3660-settlement-drive-16601375556.jpg";
var spw_url = "" + website_url + lid + "/" + urladdress + extraurl;
function contact_form_validate(phone, fb_flag){
if (fb_flag === undefined) {
fb_flag = '';
}
var is_error = 0;
if (document.getElementById("question_form_name").value == '') {
$("#question_form_name").addClass("is-invalid");
is_error = 1;
}
else{
$("#question_form_name").removeClass("is-invalid");
}
var emailRegEx = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i;
if(document.getElementById("question_form_email").value == ''){
$("#question_form_email").next().text("Please enter your Email.");
$("#question_form_email").addClass("is-invalid");
is_error = 1;
}
else if (document.getElementById("question_form_email").value.search(emailRegEx) == -1) {
$("#question_form_email").next().text("Please enter a valid email address.");
$("#question_form_email").addClass("is-invalid");
is_error = 1;
} else {
$("#question_form_email").removeClass("is-invalid");
}
if (phone == '' || phone == undefined) {
if (phonereq == 'Y') {
if (document.getElementById("question_form_phone").value.trim() == '') {
$("#question_form_phone").addClass("is-invalid");
is_error = 1;
}
else {
$("#question_form_phone").removeClass("is-invalid");
}
}
}
/* var is_date_err = 0;
/*if(document.getElementById("showdate").value.trim() == ''){
$("#showdate").addClass("is-invalid");
is_error = is_date_err = 1;
}
else{*/
/* var TodayDate = new Date();
var endDate= new Date(Date.parse($("#showdate").val()));