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.
Reviews
Highly likely to recommend
Brad and his team are knowledgeable of the area, great at negotiating for our best interest regarding purchase price of home and just a pleasure to work with. Brad responds to texts and emails immediately …
Read more
10/15/2020 – joanne sinnery
Bought a for approximately $350Khome in 2020 singleFamily in Gateway, Fort Myers, FL 33913.
Highly likely to recommend
Brad Dohack and his entire team are absolutely wonderful. He is incredibly communicative, prompt, and his expertise is unmatched. In addition to being top notch at what he does, he’s simply a great person …
Read more
09/28/2020 – KelseyHuntoon
Sold a for approximately $125Khome in 2020 condo in Gateway, Fort Myers, FL 33913.
Highly likely to recommend
Samantha Bagdasarian is a very professional, responsive real estate agent. Absolutely EVERYTHING I asked her for was completed with amazing timeliness. She never seemed to tire of repetitive showings …
Read more
09/17/2020 – user9605122
Bought ahome in 2020 condo in Villas, Fort Myers, FL 33907.
Highly likely to recommend
Brad’s knowledge and understanding of each neighborhood is extensive. I was very impressed with the amount he could help make decisions no matter where we looked. His response time is second to none for …
Read more
09/16/2020 – Brian Chamberlin
Sold a for approximately $400Khome in 2020 singleFamily in Estero, FL 33928.
Highly likely to recommend
My husband and I had a nightmare experience in the past when we sold our previous home. Luckily this time around we did our homework and found Brad Dohack who is a true real estate professional. He is …
Read more
08/14/2020 – idinmayi
Sold a for approximately $275Khome in 2020 singleFamily in Matlacha, Cape Coral, FL 33993.
© Zillow, Inc., 2006-2018. Use is subject to Terms of Use
What’s a Zestimate?


Brad and Dick Dohack
- Gulf Pointe Properties
- Phone: 239-839-1168
- MLS#: 220052571
var mytimer;
var fthPopupTimer = '60000';
var website_url = "https://www.searchallproperties.com/listings/";
var lid = "2837061";
var urladdress = "4616-skyline-blvd-cape-coral-fl";
var city = "CAPE CORAL, FL";
var state = "FL";
var latitude = "26.5655259";
var longitude = "-81.9910409";
var firstlat = '26.5655259';
var firstlon = '-81.9910409';
var address = "4616 Skyline BLVD, CAPE CORAL, FL 33914";
var mapaddress = "4616+Skyline+BLVD+CAPE CORAL+FL+33914";
var phonereq = "N";
var extraurl = "?a=1";
var ImageUrl = "https://photos.listingstoleads.com/property/2/8/3/7/0/6/1/spw/5fa541b66eec8_1604665782.jpg";
var spw_url = "" + website_url + lid + "/" + urladdress + extraurl;
function contact_form_validate(){
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 (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;
}
$("#contact_form_button").prop("disabled", true);
var formData = $('#view_property_form').serialize();
$.ajax({
type: "POST",
url: spw_url,
data: formData+'&ajax2=true&contactform=1',
success: function(output) {
$('#modal-questions').modal('hide');
$('#view_property_form').trigger("reset");
$("#contact_form_button").removeAttr("disabled");
var data = $.parseJSON(output);
if (data['res'] == 1) {
response = data['msg'];
if (response == "success") {
new Noty({
text: "Thank you, we'll be reaching out to you shortly.",
type: "success"
}).show();
}
} 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=TVRjME5ERTI%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=TVRjME5ERTI%3D';
}
}