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.

Fred Nabati
- Trimax Realty, Inc.
- Beverly Hills, California
- Phone: 310-954-0808
- MLS#: 21-729110
- Licensed In: California
- License #: 01896723
var mytimer;
var fthPopupTimer = '30000';
var website_url = "https://www.searchallproperties.com/listings/";
var lid = "2912071";
var urladdress = "1143-glenville-dr-los-angeles-ca";
var city = "Los Angeles, CA";
var state = "CA";
var latitude = "34.055838";
var longitude = "-118.393122";
var firstlat = '34.055838';
var firstlon = '-118.393122';
var address = "1143 Glenville Dr, Los Angeles, CA 90035";
var mapaddress = "1143+Glenville+Dr+Los Angeles+CA+90035";
var phonereq = "";
var extraurl = "?a=1";
var ImageUrl = "https://photos.listingstoleads.com/property/2/9/1/2/0/7/1/spw/1143-glenville-dr-162093169460.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=TVRReU9UazQ%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=TVRReU9UazQ%3D';
}
}
function downloadPrintFlyer(param,Url){
$(param).addClass('loading');
location.href = Url;
setTimeout(function(){
$(param).removeClass('loading');
},2000);
}