Login
(not required) Preferences
Did you know...
Many syndicated programs offer free podcasts ?
Streaming Radio Guide
view source - https://www.somervillebaptist.org/
<!DOCTYPE html><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]--><!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]--><!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]--><!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--><head> <meta charset="utf-8"> <title>Somerville Baptist Church</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://www.somervillebaptist.org/xmlrpc.php"> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com'/><link rel='dns-prefetch' href='//js.stripe.com'/><link rel='dns-prefetch' href='//somervillebaptistchurch.thechurchco.com'/><link rel='dns-prefetch' href='//s.w.org'/><link rel='dns-prefetch' href='//thechurchco-production.s3.amazonaws.com'/> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.3\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/www.somervillebaptist.org\/wp-includes\/js\/wp-emoji.js?ver=2.8.0","twemoji":"https:\/\/www.somervillebaptist.org\/wp-includes\/js\/twemoji.js?ver=2.8.0"}}; ( function( window, document, settings ) { var src, ready, ii, tests; /* * Create a canvas element for testing native browser support * of emoji. */ var canvas = document.createElement( 'canvas' ); var context = canvas.getContext && canvas.getContext( '2d' ); /** * Check if two sets of Emoji characters render the same. * * @param set1 array Set of Emoji characters. * @param set2 array Set of Emoji characters. * @returns {boolean} True if the two sets render the same. */ function emojiSetsRenderIdentically( set1, set2 ) { var stringFromCharCode = String.fromCharCode; // Cleanup from previous test. context.clearRect( 0, 0, canvas.width, canvas.height ); context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 ); var rendered1 = canvas.toDataURL(); // Cleanup from previous test. context.clearRect( 0, 0, canvas.width, canvas.height ); context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 ); var rendered2 = canvas.toDataURL(); return rendered1 === rendered2; } /** * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph * made of two characters, so some browsers (notably, Firefox OS X) don't support them. * * @since 4.2.0 * * @param type {String} Whether to test for support of "flag" or "emoji". * @return {Boolean} True if the browser can render emoji, false if it cannot. */ function browserSupportsEmoji( type ) { var isIdentical; if ( ! context || ! context.fillText ) { return false; } /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesn't work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline = 'top'; context.font = '600 32px Arial'; switch ( type ) { case 'flag': /* * Test for UN flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly ([U] + [N]). */ isIdentical = emojiSetsRenderIdentically( [ 55356, 56826, 55356, 56819 ], [ 55356, 56826, 8203, 55356, 56819 ] ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather an five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]). */ isIdentical = emojiSetsRenderIdentically( [ 55356, 57332, 56128, 56423, 56128, 56418, 56128, 56421, 56128, 56430, 56128, 56423, 56128, 56447 ], [ 55356, 57332, 8203, 56128, 56423, 8203, 56128, 56418, 8203, 56128, 56421, 8203, 56128, 56430, 8203, 56128, 56423, 8203, 56128, 56447 ] ); return ! isIdentical; case 'emoji': /* * Emoji 5 has fairies of all genders. * * To test for support, try to render a new emoji (fairy, male), then compares * it to how it would look if the browser doesn't render it correctly * (fairy + male sign). */ isIdentical = emojiSetsRenderIdentically( [ 55358, 56794, 8205, 9794, 65039 ], [ 55358, 56794, 8203, 9794, 65039 ] ); return ! isIdentical; } return false; } function addScript( src ) { var script = document.createElement( 'script' ); script.src = src; script.defer = script.type = 'text/javascript'; document.getElementsByTagName( 'head' )[0].appendChild( script ); } tests = Array( 'flag', 'emoji' ); settings.supports = { everything: true, everythingExceptFlag: true }; for( ii = 0; ii < tests.length; ii++ ) { settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] ); settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ]; if ( 'flag' !== tests[ ii ] ) { settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ]; } } settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag; settings.DOMReady = false; settings.readyCallback = function() { settings.DOMReady = true; }; if ( ! settings.supports.everything ) { ready = function() { settings.readyCallback(); }; if ( document.addEventListener ) { document.addEventListener( 'DOMContentLoaded', ready, false ); window.addEventListener( 'load', ready, false ); } else { window.attachEvent( 'onload', ready ); document.attachEvent( 'onreadystatechange', function() { if ( 'complete' === document.readyState ) { settings.readyCallback(); } } ); } src = settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } )( window, document, window._wpemojiSettings ); </script> <style type="text/css">img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important;}</style><link rel='stylesheet' id='thechurchco-theme-css' href='https://www.somervillebaptist.org/wp-content/themes/church-float/assets/dist/css/site.min.css?ver=1.5.1' type='text/css' media='all'/><script type='text/javascript' src='https://v1staticassets.thechurchco.com/includes/js/jquery/jquery.js?ver=1.12.4'></script><script type='text/javascript' src='https://v1staticassets.thechurchco.com/includes/js/jquery/jquery-migrate.js?ver=1.4.1'></script><script type='text/javascript' src='https://www.somervillebaptist.org/wp-content/themes/church-float/assets/dist/js/modernizr.min.js?ver=2.8.3'></script><link rel='https://api.w.org/' href='https://www.somervillebaptist.org/wp-json/'/><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.somervillebaptist.org/xmlrpc.php?rsd"/><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.somervillebaptist.org/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="THECHURCHCO 2.8.0"><link rel='shortlink' href='https://www.somervillebaptist.org/'/><link rel="alternate" type="application/json+oembed" href="https://www.somervillebaptist.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.somervillebaptist.org%2F"/><link rel="alternate" type="text/xml+oembed" href="https://www.somervillebaptist.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.somervillebaptist.org%2F&#038;format=xml"/><link href='https://fonts.googleapis.com/css?family=Merriweather:300,400,700i|Oswald:300,400,700&display=swap' rel='stylesheet'><link rel="stylesheet" id="thechurchco-customizer-css" href="/api/v1/branding.css?v=1.05" type="text/css" media="all"/><meta name="robots" content="noodp"/><meta property="og:image" content="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2020/03/Sticker.png"><meta property="og:title" content="Somerville Baptist Church"><meta property="og:description" content="That All May Know"><meta property="og:url" content="https://www.somervillebaptist.org/"><meta property="og:site_name" content="Somerville Baptist Church"><meta property="og:type" content="website"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Somerville Baptist Church"/><meta name="twitter:site" content="@SomervilleBC"/><link rel="canonical" href="https://www.somervillebaptist.org/"/> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); // This Site ga('create', "UA-147550230-2", 'auto'); ga('send', 'pageview'); ga('require', "GTM-TW5K2WZ"); // Global Tracking ga('create', "UA-73740581-4", {'name':'global'}); ga('global.send', 'pageview'); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-XH16RT9B1H"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-XH16RT9B1H',{'groups':'globaltracking'}); </script> <style>.async-hide { opacity: 0 !important} </style> <script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date; h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')}; (a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c; })(window,document.documentElement,'async-hide','dataLayer',4000, {'GTM-TW5K2WZ':true});</script> <script> var thechurchcoRecaptchas = []; // Recaptcha: Ninja var thechurchcoRecaptchaOnLoadCallback = function(){ var $ = jQuery; var recaptchas = {}; var rID = 0; // Get All Ninja Forms $('.ninja-forms-cont').each(function(index){ rID++; // Scope Form var $form = $(this); var form_id = $form.context.id+'_'+rID; // Tracking var tracking = $form.closest('[data-form-tracker]').attr('data-form-tracker'); // Create Container var $container = $('<div class="field-wrap" data-tcc-google-recaptcha><div id="'+form_id+'_recaptcha">---RECAPTCHA---</div></div>'); // Get Submit var $submitWrap = $form.find('.submit-wrap'); // Check if we are in an Iframe or not. // Recaptchas don't work well in iFrames so we aren't going to use them. if ( self !== top ) { // We need to pass the recaptcha check though so lets fake an answer. var $fakeRecapcha = $('<input type="hidden" name="g-recaptcha-response" value="bypassrecaptcha" />'); $fakeRecapcha.insertBefore($submitWrap); return; } // Insert $container.insertBefore($submitWrap) // Convert to ReCaptcha var wigdet = grecaptcha.render(form_id+'_recaptcha', { 'sitekey' : '6LdOFbYUAAAAANCAQ3n-0fCDwDEKpbUTRDCM1QBt', }); thechurchcoRecaptchas.push(wigdet); // Clear Captcha on Submit $submitWrap.find('[type="submit"]').on('click',function(e){ // Track var args = { 'send_to': 'globaltracking' } if(tracking) { gtag('event', tracking, {}); gtag('event', tracking, args); } // Reset setTimeout(function(){ for(var i=0; i < thechurchcoRecaptchas.length; i++){ grecaptcha.reset(thechurchcoRecaptchas[i]); } },5000); }) }); // Signup Form. // if(window.Signup) window.Signup.setupGoogleRecaptcha(); } </script> <link rel="icon" href="https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2020/03/cropped-Sticker-32x32.png" sizes="32x32"/><link rel="icon" href="https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2020/03/cropped-Sticker-192x192.png" sizes="192x192"/><link rel="apple-touch-icon-precomposed" href="https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2020/03/cropped-Sticker-180x180.png"/><meta name="msapplication-TileImage" content="https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2020/03/cropped-Sticker-270x270.png"/></head><body class="home page-template-default page page-id-7 page-parent thechurchco-default thechurchco-theme-church-float"><main class="tcc-main-content"> <div class="top-bar navigation-display-transparent scroll"> <div class="top-bar-container"> <div class="logo logo-landscape default"><a href="/"><img src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2023/02/323404712_624779506320400_5485736343386118891_n.jpg" loading="lazy"></a></div> <nav class="primary"> <ul id="menu-main-menu-1" class="menu-primary"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-305"><a href="https://www.somervillebaptist.org/plan-a-visit/">Plan a Visit</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-has-children menu-item-407"><a href="/">About</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-410"><a href="https://www.somervillebaptist.org/staff/">&#8230;our Staff</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://www.somervillebaptist.org/about/">&#8230;our Church</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-411"><a href="https://en.wikipedia.org/wiki/Somerville,_Alabama">&#8230;our Town</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-343"><a href="https://www.somervillebaptist.org/home/connect/">Go Deeper</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://www.somervillebaptist.org/baptism/">Baptism</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1094"><a href="https://www.somervillebaptist.org/groups/">Small Groups</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-351"><a href="https://www.somervillebaptist.org/lets-connect/">Connect</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-371"><a href="https://www.somervillebaptist.org/ministry/">Get Involved</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-234"><a href="https://www.somervillebaptist.org/youth-ministry/">Children&#8217;s Ministry</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-236"><a href="https://www.somervillebaptist.org/home/events/">Events</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-235"><a href="https://www.somervillebaptist.org/home/sermons/">Sermons</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-306"><a href="https://somervillebaptist.churchcenter.com/giving">Give</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-261"><a href="http://sblearningcenter.com">Learning Center</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1201"><a href="https://www.somervillebaptist.org/faith-bible-institute/">Faith Bible Institute</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-49"><a href="/#contact">Contact Us</a></li></ul> </nav> <nav class="mobile"> <ul id="menu-main-menu-2" class="menu-mobile"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-305"><a href="https://www.somervillebaptist.org/plan-a-visit/">Plan a Visit</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-has-children menu-item-407"><a href="/">About</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-410"><a href="https://www.somervillebaptist.org/staff/">&#8230;our Staff</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50"><a href="https://www.somervillebaptist.org/about/">&#8230;our Church</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-411"><a href="https://en.wikipedia.org/wiki/Somerville,_Alabama">&#8230;our Town</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-343"><a href="https://www.somervillebaptist.org/home/connect/">Go Deeper</a><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-349"><a href="https://www.somervillebaptist.org/baptism/">Baptism</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1094"><a href="https://www.somervillebaptist.org/groups/">Small Groups</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-351"><a href="https://www.somervillebaptist.org/lets-connect/">Connect</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-371"><a href="https://www.somervillebaptist.org/ministry/">Get Involved</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-234"><a href="https://www.somervillebaptist.org/youth-ministry/">Children&#8217;s Ministry</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-236"><a href="https://www.somervillebaptist.org/home/events/">Events</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-235"><a href="https://www.somervillebaptist.org/home/sermons/">Sermons</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-306"><a href="https://somervillebaptist.churchcenter.com/giving">Give</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-261"><a href="http://sblearningcenter.com">Learning Center</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1201"><a href="https://www.somervillebaptist.org/faith-bible-institute/">Faith Bible Institute</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-49"><a href="/#contact">Contact Us</a></li></ul> <div class="menu-mobile-handle-container"> <span class="menu-mobile-handle-top"></span> <span class="menu-mobile-handle-middle"></span> <span class="menu-mobile-handle-bottom"></span> </div> </nav> </div></div> <header class="default hide-video-mobile tint -align-default imagebg" style="background-image:url(https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2020/08/110179106_10158388162344137_8249341206652765505_n.jpg);"> <div class="container"> <div class="header-content"> <h1 class="header-title long-text">SOMERVILLE BAPTIST CHURCH</h1> <nav class="header-buttons"> <a href="https://www.somervillebaptist.org/plan-a-visit/" class="button-outlined single-line" > <span class="text">Visit</span></a> <a href="https://www.somervillebaptist.org/livestream/" class="button-outlined single-line" > <span class="text">Watch</span></a> <a href="https://somervillebaptist.org/give" class="button-outlined single-line" target="_blank"> <span class="text">Give</span></a> <a href="https://www.somervillebaptist.org/the-gospel/" class="button-outlined single-line" > <span class="text">Discover Jesus</span></a> </nav> </div> </div> </header> <section class="row basic-row lightbg -align-default " > <div class="container"> <div class="row-defaults"> <h3 class="row-title " >Our Desire</h3> <div class="row-text default fx-default" style="font-weight: default; text-align: default;" ><p>Our desire is to share this message of hope and to show the love of Christ to the community around us! God is concerned with helping us in every area of our lives. Whether it be marriage, raising children, major decisions, or any trial we face, we believe that God is interested and provides the answers for whatever we are facing. This is why we have multiple opportunities during the week to come together and be encouraged and challenged by the Word of God. </p></div> <div class="row-buttons "> <a href="https://www.somervillebaptist.org/about/" class="button-outlined single-line" ><span class="text">More About Us</span></a> </div> </div> </div> </section><section class="row team-row brandbg -align-default " > <div class="container"> <div class="row-defaults"> <h3 class="row-title " >Meet our Pastors</h3> <div class="row-text default fx-default" style="font-weight: default; text-align: default;" ><p>Click a profile for more detail</p></div> </div> <div class="row-content team"> <div class="row-column column-three image-type-circle"> <div class="image "> <a href="https://www.somervillebaptist.org/people/rickey-clemons/" > <img class="main" src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2021/07/PR-christy-pic-800x800.jpg" loading="lazy"> </a> </div> <div class="column-text"> <h6>Rickey Clemons</h6> <p>Senior Pastor</p> <div class="social-media"> <a href="mailto:info@somervillebaptist.org" aria-label="Contact via email"> <span class="icon-mail" aria-hidden="true"></span> <span class="sr-only">Contact via email</span> </a> </div> </div></div> <div class="row-column column-three image-type-circle"> <div class="image "> <a href="https://www.somervillebaptist.org/people/jordan-dodd/" > <img class="main" src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2025/02/Jordan-Victoria-couple-cropped.jpg" loading="lazy"> </a> </div> <div class="column-text"> <h6>Jordan Dodd</h6> <p>Administrative Pastor</p> <div class="social-media"> <a href="mailto:info@somervillebaptist.org" aria-label="Contact via email"> <span class="icon-mail" aria-hidden="true"></span> <span class="sr-only">Contact via email</span> </a> </div> </div></div> <div class="row-column column-three image-type-circle"> <div class="image "> <a href="https://www.somervillebaptist.org/people/gil-edmundson/" > <img class="main" src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2022/07/Gil-Alana-800x800.jpg" loading="lazy"> </a> </div> <div class="column-text"> <h6>Gil Edmundson</h6> <p>Children's Pastor</p> <div class="social-media"> <a href="mailto:info@somervillebaptist.org" aria-label="Contact via email"> <span class="icon-mail" aria-hidden="true"></span> <span class="sr-only">Contact via email</span> </a> </div> </div></div> <div class="row-column column-three image-type-circle"> <div class="image "> <a href="https://www.somervillebaptist.org/people/brandon-roberts/" > <img class="main" src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2023/07/Roberts_0007copy-800x800.jpg" loading="lazy"> </a> </div> <div class="column-text"> <h6>Brandon Roberts</h6> <p>Music Pastor</p> <div class="social-media"> <a href="mailto:info@somervillebaptist.org" aria-label="Contact via email"> <span class="icon-mail" aria-hidden="true"></span> <span class="sr-only">Contact via email</span> </a> </div> </div></div> </div> </div> </section><section class="row events-row darkbg -align-default " > <div class="container"> <div class="row-defaults"> <h3 class="row-title " >Upcoming Events</h3> <div class="row-text default " style="font-weight: default; text-align: default;" ><p>Here's what is happening at SBC</p></div> </div> <div class="row-content"> <article class="card column-four event"> <a href="https://somervillebaptist.churchcenter.com/registrations/events/3005299" target="_blank"> <div class="image"> <img alt="Featured Image" src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://registrations-production.s3.amazonaws.com/uploads/event/logo/3005299/medium_image-1750716979777.png" loading="lazy"> </div> <div class="content"> <h6>Awana Volunteers 2025-2026</h6> <p class="event-date">6–13 August 2025</p> </div> </a></article> <article class="card column-four event"> <a href="https://somervillebaptist.churchcenter.com/registrations/events/3030233" target="_blank"> <div class="image"> <img alt="Featured Image" src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://registrations-production.s3.amazonaws.com/uploads/event/logo/3030233/medium_image-1752088036981.png" loading="lazy"> </div> <div class="content"> <h6>Child Dedication 2025</h6> <p class="event-date">7 September 2025</p> </div> </a></article> <article class="card column-four event"> <a href="https://somervillebaptist.churchcenter.com/registrations/events/2265833" target="_blank"> <div class="image"> <img alt="Featured Image" src="https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://registrations-production.s3.amazonaws.com/uploads/event/logo/2265833/medium_image-1718818597110.jpg" loading="lazy"> </div> <div class="content"> <h6>Join the Choir</h6> <p class="event-date"></p> </div> </a></article> </div> </div> </section><section id="times" class="row service-times-row brandbg -align-center " > <div class="container"> <div class="row-defaults"> <h3 class="row-title " >Join Us!</h3> <h4 class="row-subtitle">Main Campus</h4> <div class="row-text default " style="font-weight: default; text-align: default;" ><p>We meet every Sunday and Wednesday. We'd love to get to know you. Join us for our next service.</p></div> <div class="row-buttons "> <a href="https://www.somervillebaptist.org/plan-a-visit/" class="button-outlined single-line" ><span class="text">Plan a Visit</span></a> </div> </div> <div class="row-content service-times"> <div class="row-column column-four"> <p class="icon service-icon"><span class="icon-clock"></span></p> <h6>Morning Service</h6> <p class="service-day">Sunday</p> <p class="service-time"> <span class="time">10:00 AM</span> </p></div> <div class="row-column column-four"> <p class="icon service-icon"><span class="icon-clock"></span></p> <h6>Evening Service</h6> <p class="service-day">Sunday</p> <p class="service-time"> <span class="time">6:00 PM</span> </p></div> <div class="row-column column-four"> <p class="icon service-icon"><span class="icon-clock"></span></p> <h6>Wednesday Night Bible Study</h6> <p class="service-day">Wednesday</p> <p class="service-time"> <span class="time">7:00 PM</span> </p></div> </div> </div> </section><section class="row quote-row imagebg scroll tint-imagebg -align-default -last-row " style="background-image:url(https://res.cloudinary.com/thechurchcoproduction/image/fetch/f_auto/https://thechurchco-production.s3.amazonaws.com/uploads/sites/1962/2016/03/dGxOgeXAXm8-1688x1125.jpg);"> <div class="container"> <div class="quote-wrap"> <blockquote > <div class=" ">A place that shares the message That All May Know!!!</div> </blockquote> <div class="source " >Facebook Review - October 2019</div> </div></div> </section> <footer class="default row icon-columns-row" id="contact"> <div class="container"> <div class="contact-wrap"> <div class="row-column column-three"> <p> <a href="mailto:Info@SomervilleBaptist.org" aria-label="Contact us via email"> <span class="icon icon-mail" aria-hidden="true"></span> <span class="sr-only">Contact us via email</span> </a> </p> <h6>Contact Us</h6> <p><a href="mailto:Info@SomervilleBaptist.org">Info@SomervilleBaptist.org</a></p> </div> <div class="row-column column-three"> <p> <a href="tel:(256) 778-8844" aria-label="Call us at (256) 778-8844"> <span class="icon icon-phone" aria-hidden="true"></span> <span class="sr-only">Call us at (256) 778-8844</span> </a> </p> <h6>Office</h6> <p><a href="tel:(256) 778-8844">(256) 778-8844</a></p> </div> <div class="row-column column-three"> <p> <a href="https://www.google.com/maps/place/41 Main Street, Somerville, AL, USA/@34.4722269,-86.7975915,17z" target="_blank" aria-label="View map of our location"> <span class="icon icon-location" aria-hidden="true"></span> <span class="sr-only">View map of our location</span> </a> </p> <h6>Find Us</h6> <p><a href="https://www.google.com/maps/place/41 Main Street, Somerville, AL, USA/@34.4722269,-86.7975915,17z" target="_blank">Main Campus</a></p> </div> <div class="row-column column-three"> <p> <a href="https://somervillebaptist.churchcenter.com/giving" target="_blank" aria-label="Give online"> <span class="icon icon-credit-card" aria-hidden="true"></span> <span class="sr-only">Give online</span> </a> </p> <h6>Give Online</h6> <p><a href="https://somervillebaptist.churchcenter.com/giving" target="_blank">Give Online</a></p> </div> </div> <div class="social"> <a target="_blank" href="https://www.facebook.com/somervillebaptist"><span class="icon-facebook"></span></a> <a target="_blank" href="https://twitter.com/SomervilleBC"><span class="icon-twitter"></span></a> <a target="_blank" href="https://www.instagram.com/somervillebaptist/"><span class="icon-instagram"></span></a> <a target="_blank" href="https://www.youtube.com/somervillebaptistchurch"><span class="icon-play"></span></a> </div> <div class="footer-nav"> </div> <div class="copyright">&copy; 2025 Somerville Baptist Church</div> </div> <div class="rep-platform"><a target="_blank" href="https://thechurchco.com/?utm_source=v1site&utm_medium=www.somervillebaptist.org&utm_campaign=footer&utm_id=footer">The Church Co</a></div> </footer> <TCCAnnouncements site="https://www.somervillebaptist.org" theme="float" pid="7" time="6000"> </TCCAnnouncements> <div class="cookie-policy-banner"> <a href="#0" class="close"><span class="icon-cancel"></span></a> <div class="cookie-policy-banner-text">We use cookies to provide the best possible experience for you. By closing this banner or continuing to use our site, you acknowledge that you accept our Privacy Policy for our Website.</div> </div> <script> function nativePostMessage(action, data){ if (!window.parent) return; var customData = { action, data }; window.parent.postMessage(JSON.parse(JSON.stringify(customData)), '*') } var TCCBroadcastResize = function(){setTimeout(function(){if(!window.parent) return;window.parent.postMessage(JSON.parse(JSON.stringify({action:'RESIZE_PARENT',data: {height: document.documentElement.offsetHeight,origin: window.location.href}})), '*')},250)} document.addEventListener("DOMContentLoaded", function(){TCCBroadcastResize();}); function inIframe(){ try { return window.self !== window.top; } catch (e) { return true; } } // Some embeds aren't part of web components we need to resize on an interval if(inIframe()){ // On Load nativePostMessage('RESIZE_PARENT', {height: document.documentElement.offsetHeight,origin: window.location.href}) // Every Three Seconds setInterval(function(){nativePostMessage('RESIZE_PARENT', {height: document.documentElement.offsetHeight,origin: window.location.href})},3000) } </script> <script src="https://js.churchcenter.com/modal/v1"></script> <script> jQuery(document).ready(function($) { // Giving Modal $('[href="#pcogiving"]').on('click',function(e){ e.preventDefault(); ChurchCenterModal.open('https://somervillebaptist.churchcenter.com/giving'); }) }); </script> <script src="https://www.google.com/recaptcha/api.js?onload=thechurchcoRecaptchaOnLoadCallback&render=explicit" async defer></script><script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js?ver=1.4.1'></script><script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.15.0/jquery.validate.min.js?ver=2.0.1'></script><script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery.payment/1.3.2/jquery.payment.min.js?ver=2.0.1'></script><script type='text/javascript' src='https://www.somervillebaptist.org/wp-content/themes/church-float/assets/dist/js/site.js?ver=1.5.1'></script><script type='text/javascript' src='https://v1staticassets.thechurchco.com/includes/js/wp-embed.js?ver=tcc2.8.0'></script> </main></body></html> <!--compressed, size saved 6.38%. From 38322 bytes, now 35876 bytes-->


URL: