Thursday, June 26, 2025
32.4 C
Singapore

White-bearded ‘Merry Christmas’ bank robber throws cash at passers-by

A white-bearded man robbed a bank two days before Christmas, but threw the stolen cash in the air and wished passers-by a merry Christmas, US media reported.

Colorado police confirmed in a statement an “older white male” robbed the Academy Bank in Colorado Springs after threatening workers with an unidentified weapon and leaving with an unknown amount of money around midday Monday.

“He started throwing money out of the bag and then said, ‘Merry Christmas!” witness Dion Pascale told local station KKTV 11 News.

A man, identified by police as 65-year-old David Wayne Oliver, was arrested in a nearby Starbucks after the event and without incident, Colorado police department confirmed.

Officers also told local media that there was no indication that Oliver was armed at the time of his arrest.

Passers-by reportedly attempted to return some of the stolen money to the bank, witnesses told local media, but an officer told the Denver Post that thousands of dollars remain missing.

See also  Our Inner Child on Christmas — The Benefit of Cute Cards

© Agence France-Presse

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });