Worship Online

Tune in every Sunday live at 9:15 am EST.
Click below to watch online or scroll down to view past sermons.

Watch Online

Tune in every Sunday live at 9:15 am ET. Scroll down to view past sermons.

Watch Online
Clear
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
No results found.
There are no results with this criteria. Try changing your search.
Email Newsletter

Stay Connected

Please share your contact informaiton to receive our weekly newsletter.
document.addEventListener('DOMContentLoaded', function() { // Find all elements with the truncate-text class const elementsToTruncate = document.querySelectorAll('.truncate-text'); // Loop through each element elementsToTruncate.forEach(function(element) { const originalText = element.textContent; // If text is longer than 50 characters, truncate it if (originalText.length > 50) { const truncatedText = originalText.substring(0, 50) + '...'; element.textContent = truncatedText; } }); });