(function(l,i,s,t,h,u,b){l['ListHubAnalyticsObject']=h;l[h]=l[h]||function(){ (l[h].q=l[h].q||[]).push(arguments)},l[h].d=1*new Date();u=i.createElement(s), b=i.getElementsByTagName(s)[0];u.async=1;u.src=t;b.parentNode.insertBefore(u,b) })(window,document,'script','//tracking.listhub.net/la.min.js','lh');
lh('init', {provider:'M-5407', test:false});
lh('submit', 'DETAIL_PAGE_VIEWED', {lkey:'3yd-SBORSC-151857'});
function lh_event_set(){
lh('submit', 'AGENT_EMAIL_SENT' , {lkey:'3yd-SBORSC-151857'})
}
The listing you are looking for is no longer available.
Here are a few others that might interest you:
View More Listings
Browse through other properties that I am currently representing. Click the property to view the virtual tour of each listing.
Charles Manley
- REALTORĀ®
- The Charles Manley Team
- Phone: 803-667-8626
- Office : 803-667-8626
- MLS#: 151857
- Licensed In: SC
- License #: 86001
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()));
if (endDate < TodayDate) {
$("#showdate").addClass("is-invalid");
is_error = is_date_err = 1;
}
//}
if( is_date_err == 0 ){
$("#showdate").removeClass("is-invalid");
} */
if( is_error == 1 ){
return false;
}
var fbval = 0;
if (fb_flag == 'true') {
fbval = 1;
}
var s2_step = $('#second_step_ct').val();
if(s2_step == 0){
lh_event_set();
}
// fb_flag = '';
$("#contact_form_button").prop("disabled", true);
var formData = $('#view_property_form').serialize();
$.ajax({
type: "POST",
url: spw_url,
data: formData+'&ajax2=true&contactform=1&fb_flag=' + fb_flag + '&newFBval=' + fbval,
success: function(output) {
if (fb_flag == 'true') {
$('#second_step_ct').val(1);
$("#question_form_name").attr("readonly", true);
$("#question_form_email").attr("readonly", true);
} else {
$('#second_step_ct').val(0);
}
$("#contact_form_button").removeAttr("disabled");
var data = $.parseJSON(output);
if (data.res == 1) {
response = data.msg;
if (response == "success") {
$('#modal-questions').modal('hide');
$('#view_property_form').trigger("reset");
window.location = spw_url+"&step=2";
}
} else {
new Noty({
text: 'Lead was not generated successfully.',
type: "error"
}).show();
}
}
});
return false;
}
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
function downloadReport(report_id){
$('#report_'+report_id).addClass('loading')
if(isFacebookApp()) {
$.ajax({
url: "https://www.searchallproperties.com/pdf_reports/Download_reports.php?isAjax=1&dw="+report_id+"&mid=TWpFNU1qRTM%3D",
type: "GET",
success: function(data) {
$('#report_'+report_id).removeClass('loading')
if(data != ''){
location.href = data;
}
}
});
}else{
$('#report_'+report_id).removeClass('loading')
location.href = 'https://www.searchallproperties.com/pdf_reports/Download_reports.php?dw='+report_id+'&mid=TWpFNU1qRTM%3D';
}
}
function downloadPrintFlyer(param,Url){
$(param).addClass('loading');
location.href = Url;
setTimeout(function(){
$(param).removeClass('loading');
},2000);
}