82.1 F
San Fernando
Thursday, May 8, 2025

Large North Hollywood Mixed-Use Project Proposed

Plans have been submitted for a redevelopment of the 25-acre Laurel Plaza shopping center into a 300,000-square-foot mixed-use property called NoHo West. The North Hollywood project, at the southeast corner of Laurel Canyon Boulevard and Erwin Street, would require the demolition of a 90,000-square-foot office building and a 30,000-square-foot Macy’s annex building, both on the 6000 block of Laurel Canyon Blvd. The main Macy’s building would be re-used for 500,000 square feet of office space under the plans. Macy’s Inc. in Cincinnati sold the property for $50 million in January of last year to Goldstein Planting Investments of Los Angeles and Merlone Geier Management Inc. of San Diego, according to data provider CoStar Real Estate Group. At one time, the site housed the regional headquarters of May Co. department stores of St. Louis, which was acquired by Federated Department Stores, Macy’s parent company, in 2005. The property, adjacent to the Hollywood Freeway, was severely damaged in the 1994 Northridge earthquake. The plans filed with the L.A. City Planning department on Monday request a zone change and multiple conditional use permits. The site plans details 143,000-square-feet of retail, 49,000-square-feet of restaurant space, a 40,000-square-foot health club and a 68,800-square-foot multiscreen cinema complex with 1,750 seats. The project also includes 742 residential units in two buildings on Radford Avenue and Erwin Street.

Featured Articles

Related Articles

' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->