QuikSonic

Oak Tree Drive • Eagle Rock

Sonic Fiber Is Arriving on Oak Tree Drive

Hello from a nearby neighbor.
I sit across the road and admire your building almost every day — a brief but enjoyable pause in my daily walk.
I was on that walk the very day I watched Sonic employees installing the fiber cable that’s now hiding among the trees that grace our street. It was interesting to watch, but I knew it would still be a while before we’d get service to our homes.
With local residents now receiving advance notices from Sonic, however, we can start getting excited about the vastly improved up and down internet speeds fiber will be bringing us, not to mention Sonic’s competitive pricing and terrific customer service!

Independent local neighborhood information • Not affiliated with Sonic

Thank you for your interest!

To receive timely updates on Sonic’s installation progress on Oak Tree Drive, please provide the following:

// Replace this with your actual Airtable form URL const airtableFormUrl = "https://airtable.com/YOUR_ACTUAL_FORM_LINK_HERE"; function getCityState() { const zip = document.getElementById('zip').value.trim(); const citystate = document.getElementById('citystate'); if (zip.length === 5) { fetch(`https://api.zippopotam.us/us/${zip}`) .then(r => r.json()) .then(data => { if (data.places && data.places[0]) { const city = data.places[0]['place name']; const state = data.places[0]['state abbreviation']; citystate.innerHTML = `📍 ${city}, ${state} ${zip}`; } }); } } function submitForm() { const form = document.getElementById('quiksonic-form'); if (form.checkValidity()) { // Submit to Airtable (opens in new tab or background) window.open(airtableFormUrl, '_blank'); // Small delay then redirect to Sonic setTimeout(() => { window.location.href = "https://sonic.com/referral/4587672a5"; }, 800); } else { alert("Please fill in all required fields."); } }

Thank you for your interest!

To receive timely updates on Sonic’s installation progress on Oak Tree Drive, please provide the following:

function getCityState() { const zip = document.getElementById('zip').value.trim(); const citystate = document.getElementById('citystate'); if (zip.length === 5) { fetch(`https://api.zippopotam.us/us/${zip}`) .then(r => r.json()) .then(data => { if (data.places && data.places[0]) { const city = data.places[0]['place name']; const state = data.places[0]['state abbreviation']; citystate.innerHTML = `📍 ${city}, ${state} ${zip}`; } else { citystate.innerHTML = "ZIP code not found."; } }) .catch(() => citystate.innerHTML = "ZIP lookup unavailable."); } } function submitForm() { window.location.href = "https://sonic.com/referral/4587672a5"; }

Thank you for your interest!

To receive timely updates on Sonic’s installation progress on Oak Tree Drive, please provide the following:

function getCityState() { const zip = document.getElementById('zip').value.trim(); const citystate = document.getElementById('citystate'); if (zip.length === 5) { fetch(`https://api.zippopotam.us/us/${zip}`) .then(r => r.json()) .then(data => { if (data.places && data.places[0]) { const city = data.places[0]['place name']; const state = data.places[0]['state abbreviation']; citystate.innerHTML = `📍 ${city}, ${state} ${zip}`; } else { citystate.innerHTML = "ZIP code not found."; } }) .catch(() => citystate.innerHTML = "ZIP lookup unavailable."); } } function submitForm() { window.location.href = "https://sonic.com/referral/4587672a5"; }