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
Very helpful person with a lot of knowledge I. The real estate market. Love working with him.<br/>I recommend Alan ?? for any real estate matter.<br/>Thanks Alan
Read more
02/05/2021 – Marwan Grada
Bought ahome in 2020 apartment in Hillcrest, San Diego, CA 92103.
Highly likely to recommend
The Phoenix area is a tough market for smaller multi-unit properties. As an out-of-state investor, I need somebody I fully can rely on and trust. After interviewing many realtors, I found Michael Lee …
Read more
01/31/2021 – user5868900
Bought ahome in 2020 multiFamily in North Mountain, Phoenix, AZ 85021.
Highly likely to recommend
As first time home owner, Liz prepared us for each step in the process. She is patience, knowledgeable and always accessible for questions. She also connected us with a trusted Lender at the last moment …
Read more
01/20/2021 – lakeisha love6
Bought ahome in 2021 singleFamily in Peters Corner, Maricopa, AZ 85138.
Highly likely to recommend
Jennifer and Mister Rogers Homes was a great partner to help show me homes in Arizona, although I haven’t moved yet. They have been the definition of professional
Read more
01/19/2021 – pigbeanie
Showedhome in 2021 in Greenfield Acres, Gilbert, AZ 85298.
Highly likely to recommend
David was great to work with. He set us up to to have new listing come directly to my email. He also followed up on the new listing to make sure we were aware of them and that the represented the features …
Read more
01/17/2021 – Todd Mihlbauer
Helped me rent ahome in North Gateway, Phoenix, AZ 85086.
© Zillow, Inc., 2006-2018. Use is subject to Terms of Use
What’s a Zestimate?


The Mister Rogers Homes Team
- *Most Positive Reviews in Arizona on Zillow, Trulia, REALTOR.com and Homes.com
- – West USA Realty.
- Phone: 480-313-7031
- MLS#: 6179787
- License #: SA569673000
var mytimer;
var fthPopupTimer = '0';
var website_url = "https://www.searchallproperties.com/listings/";
var lid = "2872744";
var urladdress = "715-e-granada-dr-tempe-az";
var city = "Tempe, AZ";
var state = "AZ";
var latitude = "";
var longitude = "";
var firstlat = '35';
var firstlon = '15';
var address = "715 E Granada Dr, Tempe, AZ ";
var mapaddress = "715+E+Granada+Dr+Tempe+AZ+";
var phonereq = "N";
var extraurl = "?a=1";
var ImageUrl = "https://photos.listingstoleads.com/property/2/8/7/2/7/4/4/spw/602306041d10e_1612908036.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=TVRnMk56WTQ%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=TVRnMk56WTQ%3D';
}
}