Back to All Events

Bridging the Community

  • Be Hope Church 1850 North Fairfield Road Beavercreek, OH, 45432 United States (map)

July 16, 2025- from 4:00 to 7:00 PM at Be Hope Church
An outreach event designed to connect the public with local services, recovery support, and first responders. Includes access to harm reduction tools, treatment resources, and a Touch-a-Truck experience with police, fire, and EMS.

// JavaScript for click-to-flip functionality on touch devices document.addEventListener('DOMContentLoaded', function() { const flipCards = document.querySelectorAll('.flip-card'); flipCards.forEach(card => { card.addEventListener('click', function() { // Toggle the 'flipped' class on click this.classList.toggle('flipped'); }); }); });