91³Ô¹ÏÍø

Watch CBS News

Woman accused in fatal Eden Prairie head-on crash had revoked license, charges say

A woman who had a revoked license was charged Monday in connection to a fatal head-on crash on an Eden Prairie, Minnesota, highway over the weekend.

According to the criminal complaint, Eden Prairie police responded to a report of a pickup truck driving the wrong direction on Westbound Highway 212 near Prairie Center Drive on Saturday evening. The pickup truck crashed into a small sedan a short time later.

The driver of the sedan, 69-year-old Bohdan Antoniuk of Hopkins, Minnesota, died at the scene. Police knocked on Roksolana Antonyuk's door at 10 p.m. Saturday to give her the news that her father had died. 

He had been on his way home from his job helping a boy with disabilities. The next day, Antonyuk had to tell her two boys.

"They asked if Dido died. I said yes, he died. Then my oldest son, he's 8, said don't worry mom, his soul will get reborn again," Antonyuk said.

The 50-year-old woman who was driving the truck, Amanda Merriman, admitted to consuming two vodka cranberry drinks before driving, the complaint says. The test results of her blood sample are pending.

In a post-Miranda interview, Merriman said she was driving home to Victoria from River Falls, Wisconsin. She said the visibility and road conditions were fine, and said she didn't know she was traveling the wrong way. She added that the thought she was going to be in an accident 30 to 45 seconds before the collision, the complaint says.

Law enforcement also found a glass pipe and a bag of marijuana in her car, charges say.

Merriman has prior convictions for driving while intoxicated, and she had her driver's license revoked after she was convicted of driving under the influence in 2024. She was also on probation for possessing methamphetamine at the time of the crash, charges say.

Bohdan had a flight scheduled for the end of July to return back to Ukraine after his two-year refugee visa was to expire. His daughter wants people to know what a kind, honest and hardworking man he was.

"This was supposed to be a story with a happy ending. All he tried was just to help and have family time together," Antonyuk said.

She said the last gift her father gave her was a handmade Ukrainian necklace. She is now navigating the mountain of paperwork to get her father's remains back to Ukraine.

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