91³Ô¹ÏÍø

Watch CBS News

New Minnesota license plate will help fund rewards for info on missing and murdered Indigenous people

MINNEAPOLIS — Thousands are marching the streets of Minneapolis on Wednesday to raise awareness for missing and murdered Indigenous people. 

Participants first rallied at the East Phillips Community Center before the March for Missing and Murdered Indigenous Relatives (MMIR).

RELATED: Native Americans disproportionately go missing, data show - and federal authorities are the ones who investigate

Nicole Matthews, executive director of the Minnesota Indian Women Sexual Assault Coalition, says events like this are helping bring more attention to the crisis, and she feels they're making ground.

"We have staff now that can address this, so we have people that can make sure that they're connecting with the families. That they're pushing on systems to respond. That they're tracking the data, they're looking at the numbers, they're looking the cases, maybe the cold cases," Matthews said. "We've seen more attention to this issue, we see more systems responding to this issue, we see more people that are showing up."  

At Wednesday morning's rally, Sen. Mary Kunesh, DFL-New Brighton, debuted Minnesota's new MMIR license plate. Proceeds from each $25 plate sold will go into the state's MMIR reward fund that was created last legislative session. .

Minnesota lawmakers approved the creation of the state's Office of Missing and Murdered Indigenous Relatives in 2021. A 2020 report by a state task force found that while Indigenous people account for about 1% of Minnesota's population, they accounted for 8%-9% of all of the state's murdered girls and women in the last decade.

"Generations of Indigenous communities have lost loved ones through violence at higher rates than any other population,"  Kunesh said. "The historic and ongoing violence contributes to barriers to education, employment, housing security, healthcare, and cultural support, and these forces have left Native relatives vulnerable to violence for too long. We must continue to organize and take action against racism, colonialism, and misogyny, and make amends for the history of genocidal state policies like Indian boarding schools and forced family separations."

RELATED: Families continue tireless search efforts for missing Native American teens Nevaeh Kingbird, Jeremy Jourdain

The report also found that on any given month, 27 to 57 Indigenous girls and women are missing in Minnesota.

Indigenous people are also reported missing at higher rates than other ethnic groups in the U.S. The National Crime Information Center says in 2020 alone, at least 9,575 Indigenous people were reported missing.  

According to a 2022 study by the , more than 82% of Indigenous people polled said they had been victims of violence at some point in their lives.

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