ADVERTISEMENT

PNP seize arms cache, P2.2-M marijuana stash in Bulacan operation

Published Jul 2, 2021 03:24 pm

The Philippine National Police (PNP) announced Friday, July 2, that it had seized a cache of firearms and 11 kilos of suspected marijuana worth P2,240,800 from a suspected crime syndicate leader during a search operation in Malolos, Bulacan.

The operation was part of the larger crackdown on private armed groups (PAGs) and loose firearms ahead of the 2022 national elections.

Philippine National Police (PNP) Chief, Gen. Guillermo Eleazar (middle) presents on Friday, July 2, the cache of firearms and marijuana stash confiscated from a suspected crime syndicate leader during a recent search operation in Malolos, Bulacan. (Photo courtesy of PNP)

The suspected marijuana leaves worth over P2.2 million that were confiscated from King. (Photo courtesy of PNP)

PNP Chief, Gen. Guillermo Eleazar identified the arrested suspect as Jason Relucio King, 46, of Barangay Longos, Malolos.

Operatives of the Criminal Investigation and Detection Group (CIDG) served the search warrant issued by Judge Nemesio Manlangit, presiding judge of Malolos City Trial Court Branch 1, against King at around 10 a.m. Thursday for alleged violation of Republic Act (RA) 10591 or the Comprehensive Firearms and Ammunition Regulation Act.

The CIDG found in King's house an M16 assault rifle, a shotgun, two cal. 22 rifles, one 9mm sub-machine gun, eight handguns of varying caliber, assorted magazine assemblies with ammunition, and the suspected marijuana leaves placed in plastic pouches.

According to Eleazar, King resides in Valenzuela City but he also owns a residential unit in Malolos where he keeps his guns.

"We have found out that most of these firearms were registered under his name. In fact, this particular situation was brought to the attention of the judge during the application . Pero ang point natin doon (But our point) is his residence is in Valenzuela and our monitoring of the firearms is that they were kept in Malolos," he explained.

"If you have LTOPF , kung saan ang address nakalagay dapat nandun lang 'yun (your address should match where you keep ). You cannot transfer that unless you get an authorization of permit to transfer these firearms," he said.

The PNP chief also shared information that King was the alleged leader of a syndicate which supplies loose firearms to PAGs.

"Based on the co-plan meron siyang mga kasamahan (Based on the co-plan, he has cohorts). While it is true na siya 'yung head ng grupo nila (that he is the head of their group), we are still conducting a case buildup operation for the eventual arrest of the other cohorts based on evidence," Eleazar said.

He, however, refused to divulge the name of the syndicate and King's supposed accomplices pending the result of the case buildup.

In June 2019, the suspect and his younger brother, Bryan, a transport network vehicle service (TNVS) driver, were nabbed after they allegedly yielded 112 grams of high-grade "kush" marijuana worth P168,000 during a buy-bust operation in Quezon City.

However, the case was dismissed by the court, the PNP chief noted.

Eleazar said all of King's confiscated firearms will be subjected to ballistics examination for crossmatching with the automated PNP database of firearms involved in shooting incidents.

Meanwhile, the marijuana stash will be kept in a secured storage at the PNP crime laboratory while operatives await further orders from the court for its destruction, he added.

King was brought to the CIDG headquarters in Camp Crame, Quezon City. He is facing violations of RA 10591 and Comprehensive Dangerous Drugs Act (RA 9165).

Related Tags

70221 arms cache loose firearms Philippine National Police (PNP) MARIJUANA Private armed groups Guillermo Eleazar 2022 national elections
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.