ADVERTISEMENT

Benitez wins Bacolod mayoralty race

Published May 10, 2022 02:29 pm

BACOLOD City -- Former Negros Occidental Congressman Alfredo “Albee” Benitez has been elected as the new mayor here, defeating re-electionist Mayor Evelio Leonardia.

The Commission on Elections proclaimed the newly-elected officials of the city government of Bacolod led by Mayor-elect Alfredo “Albee” Benitez (8th from left) at the Bacolod Sangguniang Panlungsod session hall Tuesday. (Glazyl Masculino Photo)

The Board of Canvassers led by Atty. Revo Sorbito, city election officer, along with City Prosecutor Ma. Theresa Ditching, and Reynaldo Gico, officer-in-charge of Schools Division Superintendent, proclaimed the winning candidates at the Bacolod Sangguniang Panlungsod session hall on Tuesday, May 10.

Benitez, who is the standard bearer of Asenso Bacolod, garnered 171,893 votes or 61.53 percent against Leonardia of Grupo Progreso who got 107,447 votes or 38.46 percent.

Benitez, in a media interview, thanked everyone, especially the people of Bacolod who strongly called for change here.

Benitez said that the message is clear and that every election is the validation of what you have done.

Benitez said their group has several plans, including the clean-up since they have to be in a transition period.

He said they will get down to business right away and intend to execute their plans and do their best.

“Change is what they need, so we will make sure we can bring that to them,” he stressed.

Some supporters of Asenso Bacolod who were clad in white, cheered during the proclamation of winners, as the group dominated this year’s election.

Aside from Benitez’s victory, his partymate, re-electionist Congressman Greg Gasataya also won with 185,470 votes, the highest turnout of votes in the local elections here.

Gasataya defeated businessman Dan Atayde who garnered 80,591 votes, Nonong San Miguel who received 850 votes, Romy Gustilo 738 votes, and Willy David 618 votes.

For the vice mayoralty-race, re-electionist Vice Mayor El Cid Familiaran topped the race with 128,893 votes against former Councilor Caesar Distrito (103,236 votes) and Councilor Wilson Gamboa Jr. (32,033 votes).

For councilors, Benitez’s partymate and former Vice Mayor Thaddy Sayson received the highest number of votes with 134,635.

Incumbent Councilors Israel Salanga and Cindy Rojas with 123,237 votes and 122,629 votes, respectively.

Em Ang, executive director of Emergency Operations Center (EOC), came in fourth with 116,953 votes; incumbent Councilor Al Espino, fifth, 115,197 votes; businessman Vladimir Gonzalez sixth, 113,145 votes; incumbent Councilor Renecito Novero, seventh, 113,046 votes; SK Chairman Jason Villarosa eighth, 111,027 votes; former Councilor Claudio Puentevella, ninth, 108,950 votes; incumbent Councilor Simple Distrito 10th, 107,030 votes; former Councilor Celia Flor, 11th, 103,768 votes; and Pao Sy (daughter of the late Councilor Elmer Sy), 12th 98,978 votes.

However, only Novero was not present during the said proclamation.

Sorbito said the election here was generally peaceful.

Sorbito thanked all the stakeholders for their cooperation, as he noted that Bacolod has no election-related incidents.

Sorbito added that there were no major technical problems during the election, except for just very simple technical problems that were resolved immediately by the personnel.

He appealed to the candidates to stay humble and to accept the results as it is a clear mandate from the people.

Sorbito said that the newly-elected officials of the city will assume office on June 30, 2022.

The city has 327,403 registered voters but only 290,202 voters were able to actually cast their votes for a high 88.63 percent turnout from 450 clustered precincts, based on the records from the Commission on Elections (Comelec)-Bacolod.

Related Tags

benitez won bacolod elections 2022
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.