ADVERTISEMENT

'Fr. Suarez: The Healing Priest' speaks of God's love and His grace

Published Dec 16, 2020 12:52 pm
John Arcilla as 'Fr. Suarez: The Healing Priest'

One of the most highly anticipated films in competition for the online edition of the Metro Manila Film Festival this holiday season is "Father Suarez, The Healing Priest." Joven Tan directs, screenplay by Bernard Canabral with Saranggola Media Productions as its producers.

The film focuses on the life of Fernando Suarez, particularly the struggles
and triumphs as a young man and when he became a priest, compassion
for the people’s welfare, trust and faith to God’s Divine plans and wisdom
and the legacy of kindness, healing and love which was experienced by
those whose lives were touched by God’s grace through him.

Says Director Joven: “I have heard a lot of things about Father
Suarez from way back, so when I got to read the script, I was intrigued and
wanted to work on this material. During our meets, prior and during the
filming I remember him to be kind, straightforward, and sincere.”

Dante Rivero (left) and John Arcilla


Seasoned actor John Arcilla portrays Father Suarez on-screen. Arcilla
relates: “Whatever apprehensions I had before filming, when I met, saw
and conversed with him personally during the initial story conference, he is
a simple normal person telling stories, not the Priest using his magical
words and charisma. The film is about his TOTAL trust in God that He will
not be forsaken.”

He carries on: “The sincerity that i have witnessed was enough to embrace
the project completely. Then i just found out that he’s a fan of Heneral Luna
and he personally handpicked me to play the role. While filming, I decided
not try to mimic or copy him. I just took his essence and some of his
demeanor but what I totally embraced was his unwavering TRUST in the
Almighty.”

“In my lines as his character, which mostly personally came from him, he
had surrendered his life to his vocation with Totality,” adds the actor. “He
totally surrendered all to his belief and vocation.”

Arcilla avers: “His vocation and the responsibility attached to his priesthood
is the most precious gift God have given Him. He is aware of His
Charismatic and Healing ability- but He believes these abilities came from
God. He said to me, ‘this healing power does not belong to me. He can
take it away from me, anytime God wants to take this healing power, His
will be done. I am not afraid. My priestly duties and my responsibilities as a
healer comes with great responsibility.

"This is a grace that cannot be measured. This is His manifestation of His love to all of us. My mission in life to bring back the flock to Him, for those who are weary and needs rest seek Him for comfort and strength, for everyone to feel that He has not abandoned and forsaken us because He is in all of us. It is God’s unconditional love for all of us that heals/ I am His humble servant.”

Why must people watch the film? Arcilla replies: "People are
getting anxious and sick - people are getting sad and loosing hopes.
Majority are getting disoriented and some people are not even aware that
they are. It is time to introspect and listen to the stillness in our core as
humans. We can find God in our stillness in that center, in our core…and
our faith can give us the answers where and how we should and can start
from where we are now as people of the world- as humans- we should start
healing each other’s anger, each other’s selfishness and greed.

"We are the highest form of God’s creation on Earth - we can speak and we can think of reasons. We can pray, choose and decide to make every one’s life an advantage to one another- we can heal each other from all our hatred and heart aches - we just need to choose faith as our guidance and
strength if were about to lose it. That’s what makes us above among
the beings. This film will remind us of all these that is why people must
embrace, support and watch it.”

Also part of the film are Dante Rivero, Troy Montero, Mario Mortel, Alice
Dixon, Rosanna Roces, Jairus Aquino, Rita Avila, Richard Quan, Ms. Gina
Pareno and Jin Macapagal as the young Fr. Suarez.

"Fr. Suarez The Healing Priest" is available for viewing on December 25
onwards on Upstream.ph.

Related Tags

MMFF2020 John Arcilla FatherSuarez: The Healing Priest
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.