Welcome to the meticulously maintained home located in the desirable community of Sturbridge Lakes. ****( RECENTLY APPRAISED AT $373,000) **** As you enter this lovely home, you will see the dining room that leads into the eat-in kitchen that boasts stainless steel appliances (Included). Off of the kitchen, you will see the family room that consists of a beautiful (Wood burning) Brick Fireplace. Now check out the deck off of the family room!! You will be very impressed with this expansive deck and very large backyard just waiting for all your upcoming entertainment and enjoyment. The first-floor laundry room/mud room is oversized with lots of storage. As you enter upstairs, the master bedroom suite is spacious and 2 his/hers closets and a master bathroom as well. The 2nd bedroom features a walk-in closet and the remaining 2 bedrooms are all spacious with an ample amount of closet space. Entertain in the spacious finished basement that has an additional room that can be used as an office, gym or even an extra bedroom. This home has it all – tons of natural sunlight, Neutral color palette and an open-floor plan The Sturbridge Lakes Community offers picnic areas, playground, beaches, tennis, volleyball and basketball courts. Very conveniently located to all major highways, (Rte 73, 295) Philly, Patco Speedline, shopping and many restaurants. Lets not forget Voorhees an Award winning school district! Schedule your showing today!
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.
Welcome to this 1st Floor updated unit located in the desirable community of ~The Lakes~. As you enter, you will see the open floor plan and neutral color pallet that brings in lots of natural sunlight. Kitchen features tile flooring, stainless steel appliances (included), gas cooking and a beautiful backsplash and a separate dining area. Living room features laminate flooring, as well as, a private patio that backs up to the woods with a storage unit. Laminate flooring completes the remainder of the 2 generously sized bedrooms that offers lots of closet space. Master bedroom has walk-in closet and a master bath. Seperate laundry room with W/D (included). Enjoy the walking trails, beautifully maintained grounds and Lake throughout this Pet Friendly community. Close to major highways, shopping and Award Winning School District. Schedule your showing today before this one is gone!
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');
}