Emergency Notification

<div style="font-family:Arial,sans-serif; text-align:center;"> <div id="countdown" style="font-size:18px; font-weight:600; margin-bottom:6px;"></div> <div style="font-size:16px;"> Lake Andrea Beach opens June 6–7, with regular hours beginning June 12. </div> </div> <script> const endDate = new Date("June 6, 2026 00:00:00").getTime(); const timer = setInterval(function() { const now = new Date().getTime(); const distance = endDate - now; if (distance <= 0) { clearInterval(timer); document.getElementById("countdown").innerHTML = "Opening weekend is here"; return; } const days = Math.floor(distance / (1000 * 60 * 60 * 24)); document.getElementById("countdown").innerHTML = "Beach season is " + days + " days away"; }, 1000); </script>

Lake Andrea Beach opens June 6–7, with regular hours beginning June 13.

Release On:

Release Until:

Enabled: True