91³Ô¹ÏÍø

Watch CBS News

San Jose police arrest 2 suspects in July armed robbery, seize cache of weapons

Police in San Jose on Tuesday confirmed the recent arrests of two suspects in connection with an armed robbery at an Alum Rock business last summer, one of whom was in possession of almost a dozen handguns and rifles.

According to the , the armed robbery happened early on the morning of July 12, 2024, at around 2:22 a.m. Patrol officers responded to the incident on the 2600 block of Alum Rock Avenue and learned that five unidentified suspects entered a business and brandished firearms at the victims inside. 

SJ armed robbery suspects
San Jose armed robbery suspects Christopher Sanchez (L) and Alex Maldonado (R). San Jose Police Department

The suspects took approximately $6,000 dollars worth of property including cash from the victims, fleeing the scene prior to the officers' arrival. 

San Jose police detectives began a thorough investigation into the incident and eventually identified two of the five suspects involved as 30-year-old San Jose resident Christopher Sanchez and 28-year-old Stockton resident Alex Maldonado. Police obtained arrest warrants for suspect Sanchez and suspect Maldonado as well as search warrants for their associated residences.

Sanchez was arrested in San Jose and booked into Santa Clara County Main Jail on November 13, 2024, for armed robbery. Last Wednesday, Maldonado was arrested in Stockton and booked into Santa Clara County Mail Jail for armed robbery. 

SJ armed robbery suspect weapons seized
Weapons seized from San Jose armed robbery suspect Alex Maldonado.  San Jose Police Department

During the search of Maldonado's Stockton residence, police found multiple weapons including a stolen lever action rifle, an unregistered AK-47 rifle, and nine unregistered handguns and extended magazines.

Police are continuing their search for the three outstanding suspects. Anyone with information about the case or the whereabouts of thosesuspects is urged to contact Detective Williams #4766 of the SJPD Robbery Unit via email 4766@sanjoseca.gov or 408-277-4166.  

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });