Move in Ready! Check out this beautiful and meticulously maintained 3 bedroom, 1 bath home located in the desirable Alden Park section of Maple Shade. You will see the beautiful curb appeal from the moment you pull up. As you enter into the living room, you will see the abundance of natural light from the bay window and the open floor plan. The kitchen boasts quartz countertops, beautiful tile backsplash, tons of cabinet space and stainless steel appliances (included). Upstairs you will find 3 generously sized bedrooms. Hallway carpeting has just been replaced. Hall bathroom was recently updated with glass shower doors. Downstairs you will find the family room/office or can be used as a playroom for the kids and off of the family room is the recently updated laundry room which includes new marble tile and all utilities have been enclosed to make the room much more appealing. Backdoor leads you outside to your fully fenced in yard (Vinly fence was recently added on the back and sides). There is also a shed for all of your outdoor storage needs. Also, located in laundry room is access to your attached garage This home has it all, Open floor plan, neutral color palette and tons of natural sunlight. All you have to do is unpack your bags!! Schedule your showing today before this one is gone! Quiet neighborhood and close to major highways, shopping, restaurants and schools.
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.
We would love to answer your questions or show you this home at your earliest convenience.
Call now at 609-238-1329 or fill out the form below as best suits your needs.
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');
}