91³Ô¹ÏÍø

Watch CBS News

LAPD to increase "high visibility" patrols in response to rash of San Fernando Valley burglaries

Following a string of residential burglaries and break-ins over the last couple of weeks in the San Fernando Valley, "high-visibility" police patrols, including mounted and air patrols, along with specialized units and detectives, will be used to combat crime in the area, authorities said.

During a Monday news conference, Los Angeles Mayor Karen Bass and LAPD Chief Jim McDonnell addressed the recent crime wave affecting neighborhoods in North Hollywood, Sherman Oaks, Sylmar, Valley VillageValley Glen, and Toluca Lake, among other places.

"We all have zero, zero tolerance for what has happened and what has been happening in the Valley, in terms of the burglaries," Bass said. "It reminds us of a series of burglaries we saw in Encino last year."

She noted the police department quickly responded and took down the crew responsible for the Encino crimes. "And today we are once again surging resources and acting strategically to stop these latest burglaries and apprehend the perpetrators."

The mayor also thanked Valley residents for their vigilance and persistence, as residents in North Hollywood banded together with a nightly dog-walking troupe to serve as neighborhood watch.

The police chief said all available resources are deployed to this issue, with advanced technology and coordinated intelligence being used in the most impacted areas to identify patterns and track suspects.

"Despite budget constraints and resource challenges, we are actively combating, tracking, and arresting these burglary crews with all of our energy and resources," McDonnell said, noting they are sophisticated and organized crews, some of which are international.

"Cases like this require patience, time, and frequently extensive follow-up."

McDonnell pointed to a recent burglary arrest in the Topanga area, where the suspect was also linked to 29 additional cases across the city, many of those in the San Fernando Valley.

"At present, Metropolitan Division has identified 49 suspects, with nine caught in the act of burglarizing homes, since the beginning of the year," McDonnell said. He pointed out that year to date in the Valley Bureau, which encompasses the entire San Fernando Valley, residential burglaries are down 48%.

"I want the people of the city to know this, your LAPD is focused, we're relentless, and we won't stop until your neighborhoods are safe," McDonnell said, noting neighbors helping neighbors play a vital role in public safety.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });