91³Ô¹ÏÍø

Watch CBS News

Man gets 14 years in prison in plea deal for death of pregnant woman Itzel Camarena found in Chatham

A man will serve 14 years in prison in Illinois in accordance with a plea deal in the death of a pregnant woman whose body was found in Chatham more than two years ago.

In Feb. 2024, Itzel Camarena was found dead with a gunshot wound to her face in an alley near 82nd and Vernon Avenue. She was six months pregnant.

Two months later 28-year-old Dontrell Anderson was arrested in Manitowoc, Wisconsin, and extradited to Chicago. He was initially charged with first degree murder and concealing a homicidal death.

But Camarena's mother, Vanessa Sanchez said she was told his Miranda rights were violated.  

"Last court date that I had, they said they violated his Miranda rights," she said Wednesday. "I don't know if it's when they got him in Wisconsin or right here in Chicago when they brought him back over here. I think that's what messed up my daughter's case."

Sanchez and her family have been praying for justice every day since her daughter was found. Now the day has come, but it's not the outcome she expected.

"Fourteen years for two lives that he took away is not enough," she said, fighting back tears. "Nothing will bring my daughter and grandbaby back."

Sanchez and her family are furious, because in the end Anderson only faced charges of manslaughter and hiding her daughter's body because of that Miranda rights violation.

A motion to suppress statement shows Chicago police detectives were in the process of informing Anderson of his Miranda rights to consult an attorney when he says, "Get me a lawyer." Documents also showed detectives continued to speak with him without an attorney present.

Anderson answered questions, even after his request for an attorney was ignored.

Sanchez said the assistant state's attorney told her to take the plea deal, and Anderson would be charged with manslaughter and concealment of a body.

Wednesday in court, prosecutors said Camarena and Anderson were dating at the time of her death. They were in an apartment in the Chatham neighborhood when he threatened her with a firearm, shot her and dragged her body outside of the apartment.

Prosecutors said he was seen on surveillance video trying to hide her body behind a dumpster.

Anderson pleaded guilty to a class two felony charge of manslaughter and a class three felony charge of concealment of a body, for a total of 14 years in the Illinois Department of Corrections. The judge said he will be credited for time served in jail.

Sanchez's family were at court, wearing shits that said, "Justice for Itzel." They were upset about the amount of time he'll spend in prison.

"Their anger and everything is not going to change nothing, but hopefully he feels what he did," Sanchez said.

Sanchez said she wants people to remember her daughter as a loving person who was excited to become a mother. 

Full statement from Cook County State's Attorney's Office

Prosecutors must evaluate the evidence at every stage of a criminal proceeding, and act accordingly in the pursuit of justice. After a thorough review of the evidence in this case, we determined that a plea agreement was an appropriate resolution. Today the defendant pled guilty to Involuntary Manslaughter and Concealment of a Homicidal Death. He was sentenced to the maximum sentence of 14 years in the Illinois Department of Corrections for the Involuntary Manslaughter conviction, along with a concurrent five-year sentence for the concealment of a homicide.  This resolution reflects our commitment to holding individuals accountable while pursuing outcomes supported by the evidence and the law.

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