91³Ô¹ÏÍø

Watch CBS News

Strong storms topple tree onto cars in Lakeview neighborhood

Amid strong winds that topped 50 mph Thursday night, a large tree fell on two cars in Chicago's Lakeview East neighborhood, sending neighbors running outside.

The tree came crashing down onto a Jeep Wrangler and another SUV directly across the street on the 3100 block of North Seminary Avenue. The Jeep's owner said he was stunned to see the large tree on top of his vehicle Friday morning.

"I'm just glad nobody got hurt by the tree falling down," Paul Mizera said.

Mizera said his wife first saw images of the downed tree on a social media post, then Mizera looked and realized the enormous tree had fallen on his beloved Jeep that he's had for a decade.

"The car was in pristine condition and it's just a bummer that it had to go out that way," he said. "The Illini basketball team won last night, so I was in a good mood. Obviously, I'm an Illinois fan and grad, so I was in a good mood, and I think that helped deal with the situation at hand."

Mizera had parked his SUV around 10 p.m. Thursday. About 20 minutes later, the crashing sound of the tree sent many people running out of their homes to see what happened.

"I was shocked, and then also just immediately though of if it had fallen in the opposite direction," Caroline Hall said.

Had that tree fallen in the other direction, it would have hit Hall's living room, where she was sitting at the time.

"It was really loud. Honestly, I think I screamed a little bit," she said. "I felt like the whole house just kind of shook."

She was among the five people on the block who called 311 after the tree crushed the tops of both vehicles in its path.

Hall said it wasn't raining when the tree fell.

"I don't remember it being that windy at that time, so I don't how that happened," she said.

Department of Streets and Sanitation forestry crews removed the downed tree and debris Friday morning. A spokesperson said the department received more than 40 other calls about tree emergencies citywide Thursday night due to high winds.

Forestry crews were recently in the area of the downed tree on Seminary Avenue, but their work was unrelated, and the tree was not previously identified for removal.

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