ADVERTISEMENT

Garcia on Marcoleta's offshore account claim: 'Ako yung nire-refer doon'

Published Jul 9, 2024 10:14 am

Commission on Elections (Comelec) Chairman George Erwin Garcia said on Tuesday, July 9, that he was the one being referred to by SAGIP Party-list Rep. Rodante Marcoleta as the poll official who allegedly opened 49 offshore accounts.

"Huwag na natin paikut-ikutin. Ako po yung nire-refer doon. Dalawang linggo na kami may impormasyon. Actually nakaplano po yung demolition job laban sa Comelec (Let's get to the point. I'm the one being referred to there. We have received that information for two weeks. Actually, there is a planned demolition job against Comelec)," he said in a press conference.

"Napakadami ko daw foreign accounts. Sa totoo lang, wala ako kahit isang foreign account. Mapanunumpaan ko po yan kahit saan (They claim that I have a lot of foreign accounts. In reality, I don't have a single one. I can say that anywhere under oath)," he added.

Marcoleta alleged that a Comelec official opened a whopping 49 offshore accounts some of which received $2.1 million or more than P120 million in deposits from Korean bank accounts between June 22, 2023 to March 22, 2024.

Marcoleta challenged Comelec to respond to this "intriguing information" which he bared during a press conference in Quezon City on Tuesday, July 9.

This, as the former House deputy speaker continued to assail Comelec's chosen contractor for the 2025 automated polls, South Korea's Miru Systems Co. Ltd. Miru's contract is worth P18 billion.

Garcia said that while the information is unverified, it stains the Comelec's credibility.

"Okay lang kung ako lang yun, no problem. Part yan ng pagiging public servant. Pero wag naman ang institusyon kasi pinaghihirapan yan ng napakadaming tao (It's alright if it's just me, it's no problem. It's part of being a public servant. But not against the institution because a lot of people worked hard on it)," Garcia said.

Garcia categorically denied having any foreign account or property in any foreign land. He said that he only these in the Philippines since he never leaves the country.

He said that while he has the utmost respect for Marcoleta he was hoping that this information was verified first before being publicly released.

"Nilalabanan nga ng Comelec ang fake news e. Tapos ang unang mabibiktima pa ang Chairman ng Comelec (Comelec has been fighting fake news. Yet the first victim is its own chairperson)," he added.

Garcia said that he never entered Comelec for financial gain and would never be involved in issues regarding money.

"Hindi naman ako pumasok sa Comelec para sa pera. Pwede ko naman kitain 'yang pera na yan nung nagpa-practice ako...At alam na alam yan ni Cong. Marcoleta dahil kahit singkong duling, nung panahon na nagko consult siya sa akin, kahit singkong duling wala ako kinuha sa kanya (I didn't enter Comelec for money. I could earn that money through my practice...And Cong. Marcoleta knows that because during the time that he was consulting me, I never asked him for a single cent)," he added.

Garcia said that he has already coordinated with the National Bureau of Investigation (NBI) and that he issued a waiver for the alleged accounts.

"Kung akin yun, tingnan, buksan at alamin kung may tunay bang account, history ng account, at kung ano laman nun, kung gusto nila, kanila na laman nun (Check it if it's mine, open it, and see if it's a real account, look at the history of the account, what it contains, and if they want, they can take whatever is inside)," he said.

Related Tags

Rep. Rodante Marcoleta Commission on Elections (Comelec) comelec chairman george erwin garcia
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.