91³Ô¹ÏÍø

Watch CBS News

Woman escapes from Muskegon Heights police car through rear window while handcuffed

A woman handcuffed in a Michigan police car escaped by pushing herself through a partially open rear window and fleeing on foot Saturday, authorities said. 

Police in Muskegon Heights, Michigan, say they have arrested the woman while video of the incident spreads on social media.

The woman's escape happened about 3:30 p.m. Saturday in the area Norton Avenue and Peck Street in the Western Michigan community,  

An officer who was on patrol in that area saw a vehicle parked near a vacant business building. The officer approached the vehicle and spoke with those inside.  

During the investigation, the department said police were able to identify the driver but were initially unable to identify the woman who was the passenger. Another police officer arrived with a fingerprint scanner that was used to confirm her identity. With that information, police said, officers learned a parole violation warrant was outstanding for the woman. 

Police took the woman into custody, handcuffed her, and placed her in the rear seat of a Muskegon Heights Police Department patrol vehicle. What happened after the officers placed her in the car was caught on video by someone else who was in the area. 

"A short time later, while officers were searching the suspect vehicle, the female was able to squeeze through the partially open rear window, exit the patrol vehicle, and flee the scene on foot," the police department report said. 

muskegon-heights-woman-slider.jpg
A woman escaped from police custody by pushing herself out of a partially open patrol car in Muskegon Heights, Michigan. She has since been found and is back in custody.

The video showed the woman pushing herself out of the rear passenger window despite her hands being cuffed behind her back. Once she got one leg out of the window, she stepped all the way out and ran in the opposite direction of the officers.

Police tried to locate her after realizing she was gone, but she was not found. Later that day, a resident of Peck Street reported a break-in. Police believe the suspect in that incident is the same woman who ran off from the patrol vehicle.

The woman was found about 9 a.m. Tuesday in a vacant home in Muskegon Heights, the police department said. She is now at the Muskegon County Jail, with charges pending.

"Muskegon Heights PD would like to thank the citizen who called in and reported the female's location," the follow-up police report 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(); } }); }); }); });