91³Ô¹ÏÍø

Watch CBS News

Mayor's race in Colorado mountain town of Nederland comes down to one vote amid record high turnout

The race for mayor in Nederland this week came down to one vote. Incumbent Billy Giblin is leading in the race against the Colorado town's Mayor Pro Tem Nichole Sterling. The razor-thin margin will result in a recount.

It means that voters like Amy Ackerman may have personally decided the next mayor of Nederland.

"For once my vote mattered," Ackerman said, "This is actually the first mayoral race I've ever voted in, in Nederland, and I've been here for 22 years."

Or it could have been that Dallas Masters' family made the deciding vote.

"There were three people in my household who voted -- myself and my two sons. So yeah, it could be any one of us," Masters said, "We all decide the election."

But on election night, Nederland's Town Manager Jonathan Cain says that decision came down to one single vote.

"I think it's really cool. How much your vote matters in a place like this," he said.

With just over 1,400 voters in Nederland, 37% voted on the town's next mayor. That counted out to 258 for Giblin and 257 for Sterling. But Cain says up to 31 mail in ballots could still be on the way as long as they were postmarked by Tuesday.

vote.jpg
CBS

 
Still, Cain says the choice between the two candidates sparked the town's highest voter turnout yet. Creating a town divided, but all voting on a few key items.

"I think the biggest one that everybody knows about is the Eldora acquisition," said Cain, referring to the town's purchase of the ski resort that lies to the west of the Boulder County town.

Meanwhile, Ackerman's focus was also on weather preparation in the mountains.

"I am very concerned about fire danger up here," she said.

And as cleanup continues following an October fire at Nederland's Caribou Shopping Center, its future was also top of mind for voters. Masters said, "The fact that [cleanup] took so long definitely affected people."

So while the politics of a small town certainly brought out voters, it also brought out small town politics. One voter joked on social media that he would sell his vote. The town said they investigated the situation.

"We all eat at the local restaurants together. We all see each other at post office. So hopefully people don't take things personally, because if you do, then it can kind of ruin relationships in this town," Masters said.

Final tallies have to be in by April 15. If votes between the two candidates are still within 0.05% of one another it could require a recount.

"I'm really excited, because no matter what, we should be able to work together to find some plans that really meet what our constituents told us here," Cain said.

CBS Colorado reached out to both Giblin and Sterling but they were not available. Cain says a few voters are still coming in to town hall to verify their signature which could also impact the final tally. He believes the town should have a clearer picture of this race by the end of the week.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });