91³Ô¹ÏÍø

Watch CBS News

Exclusive
Local News

Third North Texas jewelry store raided over alleged connections to $74 million gold scam targeting seniors

Federal and state law enforcement raided a jewelry store in Richardson on Wednesday, the latest North Texas business implicated in an alleged widespread fraud scheme involving gold.

A team of 20 SWAT officers swept into Malani Jewelers on North Central Expressway, detaining 13 employees and seizing crates full of gold from inside. Authorities allege the jewelry store was one of a network of businesses that laundered stolen gold purchased by victims of what's known as the gold bar scam.

As that raid was underway in Richardson on Wednesday morning, federal and state law enforcement were simultaneously raiding jewelry stores in Atlanta and Orlando. More than $50 million worth of gold was recovered in the three raids.

Last month, CBS News Texas was with the Collin County Sheriff's Office as deputies participated in similar simultaneous raids of Tilak Jewelers in Irving and Saima Jewelers in Frisco, which resulted in the seizure of millions of dollars in cash and gold.

raid-mug-shots.png

The gold bar scam

Victims of the gold bar scam are often seniors. Fraudsters will contact their victims by email or text message claiming to be law enforcement, warning them that either their bank accounts were hacked or they were in legal trouble. The scammers then direct the victims to withdraw cash to buy gold and hand it over to a courier.

Authorities say the stores have been buying some of that gold from the couriers and laundering it by melting it down into jewelry, primarily bracelets. The items are then either sold to unsuspecting customers or smuggled out of the country. Malani Jewelers and Saima Jewelers are both accused of running illegal gold melting operations.

Since early last year, a task force set up by the Collin County Sheriff's Office has arrested more than a dozen suspected couriers from around DFW. 

CBS News Texas recently spoke with the daughter of Robert Brown, a retiree in Little Elm who lost $2 million to the scam. 

"It cleaned out his retirement savings," Katie Brown said. 

He died in November without ever recovering the money.

Authorities believe that victims in Collin County alone have lost $13 million to the scam, and Texans statewide have lost $74.5 million.

So far, this investigation has netted about 20 arrests. But the most important thing authorities want is try to recover money to return to the more than 200 known victims. 

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(); } }); }); }); });