ADVERTISEMENT

Fortune Hill takes sophisticated living up a notch

The two-tower condominium project redefines urban living in San Juan City

Published Sep 19, 2025 05:18 pm  |  Updated Oct 27, 2025 02:09 pm
Fortune Hill facade
Fortune Hill facade
Since its operation in 2013, Fortune Hill has been the epicenter of good fortune and life’s comforts in San Juan City. Recently, this mid-rise residential enclave has embraced continued transformation by unlocking premium units and upgrading amenities to keep pace with the evolving lifestyles of its residents.
At the 2025 Asia Pacific Property Awards, Fortune Hill received five stars for Best Redevelopment for its commitment to serving the evolving needs of its residents.
Originally, the property served as the first office of Filinvest, one of the leading conglomerates in the country. From a place of enterprise to one of permanence, Fortune Hill was then redeveloped into a low-density residential community, striking a balance between heritage and modern living. The property is the flagship project of Prestige by Filinvest, alongside developments such as The Signature Condominiums in Balintawak, Quezon City, and Timberland Heights in San Mateo, Rizal.
In 2023, the building’s façade was refreshed to reflect contemporary elegance while preserving its timeless character. The grand lobby now welcomes residents with warmth and sophistication, setting the tone for what lies beyond.
Inside the Daycare area
Inside the Daycare area
Gym and yoga studio
Gym and yoga studio
Bedroom at Gold tower
Bedroom at Gold tower
Grand lobby
Grand lobby
Three-bedroom suite at Platinum tower
Three-bedroom suite at Platinum tower
Daycare area
Daycare area
Living room area at Platinum tower
Living room area at Platinum tower
Resting area
Resting area
Overlooking the cityscape, Fortune Hill towers host a diverse range of 92 units. Each room has an abundance of space, ranging from 97 to 120 sqm for the two-bedroom units to 151 to 179 sqm for the three-bedroom units at the Platinum Tower. Over at the Gold Tower, its two-bedroom units range from 110 to 139 sqm, and its three-bedroom units from 151 to 200 sqm.
With only four units per floor and private elevator lobbies, Fortune Hill delivers a sense of privacy that is rare in the city and prized by residents.
Fortune Hill’s premier units are fully finished and interior-designed by global firms Hirsch Bedner Associates (HBA) and Nuku Design. Blending elegance with functionality, the units feature natural light, high ceilings, and prime finishes, creating a vibe of calm and comfort. On the 15th floor sits its three-bedroom unit with a garden area at a premium price of P49 million.
Anna Danganan, project development manager for Prestige by Filinvest, shared that "only a few units are left; about 60 percent of the rooms are already sold out.”
Anna Danganan, project development manager, Prestige by Filinvest
Anna Danganan, project development manager, Prestige by Filinvest
With the community at Fortune Hill growing and thriving, the introduced amenities reflect a generational shift and respond to their particular needs: spaces for nurturing children and quiet retreats for mature residents. A daycare facility was placed beside the outdoor play area, and a sky garden was provided as a peaceful green space, the latest additions that reflect how life is truly lived in San Juan.
At 595 hectares, San Juan City is the smallest in Metro Manila but is known for its history, upscale neighborhood, and understated affluence. Many residents are second- or third-generation homeowners with deep roots in the city.
Guided by exclusivity and intentional urban planning, the city’s aging commercial areas are being reshaped into walkable, mixed-use communities. Its transformation in a way preserves its close-knit, neighborhood charm—setting it apart from more commercialized developments and larger business districts.
Fortune Hill stands as part of the San Juan community, where residences honor tradition while embracing modern living.
“In terms of proximity to establishments and institutions, Fortune Hill is close to landmarks such as La Salle Greenhills, Xavier School, Wack Wack Golf & Country Club, Cardinal Santos Medical Center, Greenhills Shopping Center, and nearby central business districts in Manila, Quezon City, Pasig, and Mandaluyong,” said Danganan. “It’s the type of residential neighborhood that’s peaceful and convenient that residents find favorable for raising families while enjoying what the city has to offer.”

Related Tags

Fortune Hill Prestige by Filinvest Anna Danganan
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.