Our newest listing www.PrivateCelebrityCompound.com for $6,695,000 on 7.6 acres was just featured in The New York Times Great Homes & Destinations.
- Advanced Search
- My Listings ('+ readListingCountPersCookie() + ')'; rhtml += '
- My Searches ('+ readSearchCountPersCookie() + ') '; //rhtml += '
- Sign Out '; } else if(PageName.toLowerCase().indexOf("/detail.aspx") > -1) { rhtml += '
- My Listings ('+ readListingCountPersCookie() + ') '; rhtml += '
- My Searches ('+ readSearchCountPersCookie() + ') '; //rhtml += '
- Sign Out '; } else { rhtml += '
- My Listings ('+ readListingCountPersCookie() + ') '; rhtml += '
- My Searches ('+ readSearchCountPersCookie() + ') '; //rhtml += '
- Sign Out '; } gE("loggedin").innerHTML = rhtml; } }
3160 COLDWATER CANYON AVE
Studio City, CA 91604
'; html +='
'; html += ' '; html += 'You must save the listing in order to add/edit user notes
You've reached your limit of 10 private photos To delete one or more of your photos, select a thumbnail above, mouse-over the large photo, and then click the 'Delete' button.
" $('#imageUpload').html(uploadHTML); $("#imageUpload").stop(true, true).slideDown(250); break; default: //path = document.getElementById("iUploadImage").src; var type = getListingSiteType("1995-2434187"); document.getElementById("iUploadImage").src = path + type; $("#imageUpload").stop(true, true).slideDown(250); setTimeout(function(){ $('#iUploadImage').contents().find('#cancelUpload').click(function(){ $("#imageUpload").stop(true, true).slideUp(250); }); },251); } //SHOW } else { var querystring = "Path_Info=" + GetPageName() + "&IdListing=1995-2434187&SiteType=GreatHomes&action=showprivatephoto"; var strURL = PersonalizationRoot + "AjaxCalls/ShowNotes_Photos.aspx?" + querystring; //alert(strURL); $AJAX.GetForDelegate(UserOptionsDelegate, strURL); //CurrentPhotoCount = getPhotoCountByListingId("1995-2434187"); //gtsCarousel(4, window.parent.gtsCarArr, window.parent.gtsBigArr); } } var IdPlogin = false; IdPlogin = true; function AddPrivateNotes(){ if(IsAlreadySignedIn()) { if(getSavedListingId("1995-2434187")== -1) { SaveListingWithAction(); } else { AddSavedListingPrivateNotes(); } } else { //sending him to SAML var querystring = "Path_Info=" + GetPageName() + "&IdListing=1995-2434187&SiteType=GreatHomes&action=showprivatenote"; var strURL = PersonalizationRoot + "AjaxCalls/ShowNotes_Photos.aspx?" + querystring; //alert(strURL); $AJAX.GetForDelegate(UserOptionsDelegate, strURL); } } function AddSavedListingPrivateNotes() { //if(IdPlogin==false) //{ var querystring = "Path_Info=" + GetPageName() + "&IdListing=1995-2434187&SiteType=GreatHomes&action=showprivatenote"; var strURL = PersonalizationRoot + "AjaxCalls/ShowNotes_Photos.aspx?" + querystring; $AJAX.GetForDelegate(function (AjaxResponse){ var notes = AjaxResponse; if(notes!="no_save_note") { var innerhtml = ""+notes+"
" gE("Note").innerHTML = innerhtml; } else { GL_oldHTML = $("#Note").html(); var innerhtml = "" innerhtml += " or cancel
"; $("#Note").append(innerhtml); $("#addPrivateNotes").text("Your Notes:"); $("#notesArea").animate({"width":"391px", "height":"46px"}, 350); $("#saveNotesWrapper").slideDown(350); $("#notesRule").show(); $("#addPrivateNotes").unbind("click"); } } , strURL); ChangeDetailUserAction(); //} //else //{ // var notes = "" ; // if(notes != "") // { // var innerhtml = ""+notes+"
" // } // else // { // GL_oldHTML = $("#Note").html(); // var innerhtml = "" // innerhtml += " or cancel
"; // $("#Note").append(innerhtml); // $("#addPrivateNotes").text("Your Notes:"); // $("#notesArea").animate({"width":"391px", "height":"46px"}, 350); // $("#saveNotesWrapper").slideDown(350); // $("#notesRule").show(); // $("#addPrivateNotes").unbind("click"); // } // } } function EditNotes() { //if user is not logged in if(IsAlreadySignedIn()){ if(getSavedListingId("1995-2434187")== -1) { // var html = ''; // html += '
'; // // tb_updateHTML("Thank you, ",html , "300", "100"); // return; SaveListingWithAction(); } if(IdPlogin == true) { var notes = ""; if (typeof gE("NoteText") != 'undefined') { notes = gE("NoteText").innerHTML } GL_oldHTML = $("#Note").html(); var innerhtml = "" innerhtml += "'; // html +='
'; // html += 'You must save the listing in order to add/edit user notes
'; // html += ' '; // html += ' or cancel
"; $("#Note").html(innerhtml); $("#addPrivateNotes").text("Your Notes:"); $("#notesArea").animate({"width":"391px", "height":"46px"}, 350); $("#saveNotesWrapper").slideDown(350); $("#notesRule").show(); $("#addPrivateNotes").unbind("click"); ChangeDetailUserAction(); } else { var notes = gE("NoteText").innerHTML; GL_oldHTML = $("#Note").html(); var innerhtml = "" innerhtml += " or cancel
"; $("#Note").html(innerhtml); $("#addPrivateNotes").text("Your Notes:"); $("#notesArea").animate({"width":"391px", "height":"46px"}, 350); $("#saveNotesWrapper").slideDown(350); $("#notesRule").show(); $("#addPrivateNotes").unbind("click"); ChangeDetailUserAction(); } //gE("Note").innerHTML = innerhtml; } else { //sending him to SAML //todo - getsavedlisting type var querystring = "Path_Info=" + GetPageName() + "&IdListing=1995-2434187&SiteType=GreatHomes&action=editprivatenote"; var strURL = PersonalizationRoot + "AjaxCalls/ShowNotes_Photos.aspx?" + querystring; $AJAX.GetForDelegate(UserOptionsDelegate, strURL); } } function SaveNotes() { //post the saved notes to the server if(IsAlreadySignedIn()) { if(getSavedListingId("1995-2434187")== -1) { // var html = ''; // html += '
'; // // tb_updateHTML("Thank you, ",html , "300", "100"); // return; SaveListingWithAction(); } var strURL = PersonalizationRoot + "AjaxCalls/ShowNotes_Photos.aspx"; var idlisting = "1995-2434187"; var note = gE("notesArea").value; var strParams = "Path_Info=" + GetPageName() + "&IdListing="+ idlisting +"&SiteType="+ getListingSiteType(idlisting)+"&Note=" + note +"&action=saveprivatenote" $AJAX.PostForDelegate( function(AjaxResponse) { if(AjaxResponse == "success_save_note"){ if(note != ""){ $("#Note").hide(); var innerhtml = "'; // html +='
'; // html += 'You must save the listing in order to add/edit user notes
'; // html += ' '; // html += 'Your Notes: "+note+"
" $("#Note").html(innerhtml); $("#Note").fadeIn(500); }else{ $("#Note").hide(); $("#notesRule").hide(); var innerhtml = "Click here to add a Private Note"; $("#Note").html(innerhtml); $("#addPrivateNotes").click(AddPrivateNotes); $("#Note").fadeIn(250); } } else if(AjaxResponse.indexOf("error")>-1) { //IRINA - should we let user know that the listing might be removed from db using iphone application - try to refresh the page or save the listing ? // var html = ''; html += '
'; tb_updateHTML("We're sorry...",html , "300", "120"); return; } } , strURL, strParams); } else { var querystring = "Path_Info=" + GetPageName() + "&IdListing=1995-2434187&action=saveprivatenote"; var strURL = PersonalizationRoot + "AjaxCalls/ShowNotes_Photos.aspx?" + querystring; $AJAX.GetForDelegate(UserOptionsDelegate, strURL); } } function DeletePrivatePhoto(imagePath, index) { if(IsAlreadySignedIn()) { var querystring = "Path_Info=" + GetPageName() + "&IdListing=1995-2434187&SiteType=GreatHomes&path="+imagePath+"&action=deletephoto"; var strURL = PersonalizationRoot + "AjaxCalls/ShowNotes_Photos.aspx?" + querystring; // $AJAX.GetForDelegate(UserOptionsDelegate, strURL); $AJAX.GetForDelegate(function (AjaxResponse){ var status = AjaxResponse; if(status == "deleted") { gtsCarArr = $.grep(gtsCarArr, function(n, i){ return (i != index ); }); gtsBigArr = $.grep(gtsBigArr, function(n, i){ return (i != index ); }); CurrentPhotoCount--; if(CurrentPhotoCount == 0) { CurrentPhotoCount = -1; } if(parseInt(CurrentPhotoCount) + arrFloorplans.length + arrPhotos.length '; html +='
'; html += 'An error occured while saving the listing. Refresh the page and try again. Please contact us if the error persist.
'; html += ' '; html += 'Web ID: 2434187
Posted: 1 day agoUpdated:
$6,695,000
- 4 Bedrooms
- 6 Full Bathrooms
- 8,074 Sq. Ft.
- $829.20 per Sq. Ft.
- Single Family House
- Built: 1999
Amenities
- Garage
- Fireplace
Price History
2/1/2011 | $6,695,000 |
Incredibly private celebrity compound on 7.6+ acres, about 200 feet from Mulholland Drive and the border of Beverly Hills. Spectacular Mediterranean style main residence built in 1999 with approx 8,000 sq. ft. The 3,400 sq. ft master suite is beyond equal as well as the great room with 14~ ceilings, incredible screening room, eat in chef~s kitchen, and office. Amongst the forest of redwood and oak trees there is an amazing private guest house, spectacular Hollywood style pool, surrounded by stunning palm trees and a full sized pool house with kitchen, dining area and living room. Paddle court, and barn for horses as this is zoned for horses. A one of kind compound once owned by screen legend Yvonne de Carlo. Gated with parking for 34+ cars on the property.
NEW Local Schools
View local schools near this property listing
School | District/Zone | Type | Grades | More Info |
---|---|---|---|---|
CARPENTER AVENUE ELEMENTARY 3909 CARPENTER AVE. 91604 (1.22 miles away) | los angeles unified | Public School | KG-05 | -- |
DIXIE CANYON AVENUE ELEMENTARY 4220 DIXIE CANYON AVE. 91423 (1.47 miles away) | los angeles unified | Public School | KG-05 | -- |
RIVERSIDE DRIVE ELEMENTARY 13061 RIVERSIDE DR. 91423 (1.92 miles away) |
Posted on: Beverly Hills Real Estate-Beverly Hills Homes For Sale