Run, Walk & Wine!

Blog / Run, Walk & Wine!
July 8, 2024
1 min read

Snyder was a race sponsor for Chemo Noir’s 1-Mile Run & Tasting Event in Jacksonville Beach

Chemo Noir, a local Jacksonville non-profit hosts and inspires wine-centric and lifestyle events that raise money to provide financial support to families, friends, and fighters in their battle with cancer. Snyder joined the cause and sponsored their annual family-friendly 1-Mile Run and Tasting Event in Jacksonville, Beach.

Post-run, the tasting event offered a delightful array of local wines and gourmet treats, allowing attendees to unwind and connect. The event not only provided much-needed financial assistance but also fostered a sense of unity and hope among those affected by cancer!

Customer Reviews

Professionalism You Can Count On
Schedule Your Air Conditioning Repair Today!

With our highly-skilled technicians & upfront pricing, you can trust the local Florida experts at Snyder Air Conditioning, Plumbing & Electric for 100% satisfaction, guaranteed on all Air Conditioning Repairs.

where you'll find snyder

Snyder Air Conditioning, Plumbing and Electric serves families across Florida. You’ll find our technicians are just a short phone call away in neighborhoods throughout these areas:

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.faq_block--content-wrapper-item').forEach(function (item) { const titleWrapper = item.querySelector('.faq_block--answear-title-wrapper'); const content = item.querySelector('.faq_block--content'); if (!titleWrapper || !content) return; // Hide content by default content.style.display = 'none'; // Style the title wrapper as clickable titleWrapper.style.cursor = 'pointer'; titleWrapper.style.display = 'flex'; titleWrapper.style.justifyContent = 'space-between'; titleWrapper.style.alignItems = 'center'; // Add arrow const arrow = document.createElement('span'); arrow.textContent = '\u25BC'; arrow.style.cssText = 'font-size:12px; transition: transform 0.2s; flex-shrink:0; margin-left:12px;'; titleWrapper.appendChild(arrow); // Toggle on click titleWrapper.addEventListener('click', function () { const isOpen = content.style.display !== 'none'; content.style.display = isOpen ? 'none' : 'block'; arrow.style.transform = isOpen ? 'rotate(0deg)' : 'rotate(180deg)'; }); }); });