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
Rachel was a patient, cheerful and enthusiastic realtor who really seems to enjoy her work! She was always timely in getting back to us for arranging showings and was very efficient with the paperwork …
Read more
09/04/2019 – erdocs
Bought a Single Family home in 2019 for approximately $375K in Springdale, Cherry Hill, NJ.
Highly likely to recommend
We met Rachel at an open house and instantly loved her personality. We have been through a few Relator’s in the past none of which seemed to click. Rachel was always available to answer our questions …
Read more
08/17/2019 – paigecostantino
Bought and sold a Single Family home in 2019 for approximately $350K in Greentree, Cherry Hill, NJ.
Highly likely to recommend
She’s awesome, she helped us in every aspect to find the house of our choice & gave us full detailed necessary information about the process to buy the house. Rachel is very caring person, she always …
Read more
06/26/2019 – Kusum Nayyar
Bought a Single Family home in 2019 for approximately $450K in Voorhees, NJ.
Highly likely to recommend
Rachel could not have been more helpful and knowledgeable. Rachel’s work ethics are great. I was very pleased and satisfied working with her as my agent. I would recommend her to fellow buyers or sellers …
Read more
06/07/2019 – nfranco130
Bought a Single Family home in 2019 for approximately $125K in Echelon, Voorhees, NJ.
Highly likely to recommend
We were so fortunate to have found Rachel As our Realtor, she helped us find the right house in the right neighborhood for the right price. She was patient as we traveled from North Jersey to South Jersey …
Read more
05/06/2019 – v arcila81
Bought a Townhouse home in 2019 for approximately $250K in Berlin, NJ.
© Zillow, Inc., 2006-2018. Use is subject to Terms of Use
What’s a Zestimate?


Rachel Romano
- ReMax Connection
- Marlton, NJ
- Phone: 609-238-1329
- Licensed In: NJ
- License #: 1111154
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');
}