ADVERTISEMENT

Building with purpose and pride

Published Mar 18, 2026 12:05 am  |  Updated Mar 17, 2026 06:14 pm
OF TREES AND FOREST
When my officers informed me that Vista Land—the company I built from the ground up—had been named among TIME and Statista’s Best Companies Asia-Pacific 2026, I felt an immense sense of gratitude—not just for the recognition itself, but for what it represents. For nearly five decades, our journey has been guided by one simple belief: that progress must be built on integrity, good governance, and a singular, almost obsessive focus on what will benefit the Filipino people most.
This award, presented by TIME in collaboration with global data platform Statista, recognizes enterprises that demonstrate excellence in performance, environmental responsibility, and corporate governance. To be counted among the best in the region—alongside some of Asia-Pacific’s most respected organizations—reaffirms that the values we have held since day one remain relevant and strong.
From the very beginning, when I first built a house for an OFW family, I understood that real success is not measured by the number of houses we complete or the revenue we record. It is measured by the trust of the families who choose to build their lives with us. Trust, after all, cannot be bought; it must be earned through transparency, accountability, and fairness.
These principles form the bedrock of Vista Land. We have always run this company with disciplined management and sound governance because we know that responsible leadership creates lasting value. In business, as in life, strong foundations endure. That is why every decision we make—from how we design our communities to how we treat our employees—is guided by integrity.
Being included on this distinguished list tells me that governance done right is recognized, valued, and necessary. It reminds us that in today’s world, the companies that thrive are not simply those that grow quickly, but those that grow responsibly.
Whenever I think about our achievements, I think of the people of Vista Land who make them possible. Every engineer, architect, broker, partner, and employee has played a part in shaping who we are today. I often say that our company’s greatest asset is not the land we develop, but the people who build and nurture these communities.
My son, Paolo, our president and CEO, often shares with me his vision for continuing this legacy through innovation—harnessing digital tools and sustainable solutions to ensure that Vista Land remains future-ready. I am proud of how our younger leaders carry forward our long-standing promise to create real, long-term value for all our stakeholders—our homeowners, employees, partners, and investors alike.
Their hard work and dedication are the reason we stand among Asia-Pacific’s best today. This recognition belongs to every person in our organization who wakes up each day determined to make a difference.
Over the years, we have grown far beyond what I imagined when we first started. Today, Vista Land has a presence across 49 provinces and 147 cities and municipalities in the Philippines. Each of these communities reflects not only careful planning and design but also an understanding of the unique identities of the places where we build.
I have always said that a home is more than walls and roofs. It is a place where dreams take root, where children grow, and where families find comfort and belonging. It is where ordinary moments become cherished memories — a child’s first steps, a family’s laughter over dinner, the quiet peace of knowing you have a place that is truly yours. A home shapes not only lives but also values; it nurtures pride, resilience, and the sense of community that lies at the heart of being Filipino.
Each Vista Land community reflects our pride in being Filipino while meeting international standards of quality, design, and sustainability. We want every homeowner to feel that their investment is not just in property, but in a future built on stability, dignity, and hope. That is what makes our projects special — they are globally competitive yet deeply Filipino at heart, grounded in warmth, togetherness, and the unshakable belief that every Filipino deserves a beautiful place to call home.
To everyone who has trusted Vista Land through the years—from our employees to our homeowners—thank you. This recognition belongs to all of you. Together, we will keep building not just houses, but hope. Not just communities, but a nation we can all be proud of.
For comments, please send email to: [email protected] and/ or mannyvillar.com.
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.