91³Ô¹ÏÍø

Watch CBS News

Hit-and-run driver strikes woman, kids in Eden Prairie crosswalk, police say

A hit-and-run driver plowed into a 27-year-old woman pulling children in a wagon in a crosswalk on the night of Aug. 21 in Eden Prairie, Minnesota, leaving one child in critical condition.

In a news conference held on Aug. 22, Sergeant Bryan Dean with Eden Prairie police said it happened at about 8:20 p.m. on Mitchell Road at Chestnut Drive.

The woman was walking with two children and pulling a wagon with two other children — all ages 4 and younger — when a white vehicle traveling north on Mitchell Road struck her and the wagon and then drove off.

The woman and one of the children in the wagon suffered injuries that were not life-threatening. They were treated and released from Hennepin Healthcare. However, the other child in the wagon "suffered critical injuries" and is still hospitalized.

"The children on foot were not physically injured, but are understandably traumatized by the incident," Dean said.

He said police found plastic from the driver's side mirror of the suspect's white vehicle at the scene, but the style, make and model are unknown at this time. 

"We are also speaking directly to the person responsible or anyone who may know who they are," Dean said. "Someone out there knows who did this. We urge you to help us deliver the justice this family deserves. Please do the right thing and come forward."

The Eden Prairie Police Department, citing a search warrant, said on Friday that the Minnesota State Patrol is investigating an individual who has previously volunteered as a public safety chaplain in the city in connection with the crash.

Dean is asking for anyone who has information on this crime, or may have captured footage via home surveillance or dash cameras, to call 952-949-6200. A monetary reward is being offered through the city's crime fund for tips leading to an arrest and conviction.

"This type of reckless and tragic act will not go unanswered," Dean said.

The Minnesota State Patrol and the Hennepin County Sheriff's Office are assisting in the investigation.

"Everybody is going fast to get on the highway right down the road, a mile down the road," Eden Prairie resident TJ Mlazgar said.

Mlazgar lives near the intersection and says speed has been an issue at this busy crosswalk.

"There is a bright green sign that says 'Pedestrian crossing' that is fixed into the ground, and there is one in the middle of the road, and nobody stops for it," he said.

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