Dine & Discover Dinner Event
Trade Chores for Cheers! Discover a lifestyle designed for enjoying life, not maintaining it.
At Hillcrest Highlands, we’ve replaced mowing, snow removal and home maintenance with chef-prepared dining, engaging activities, new friendships and opportunities to pursue your interests.
This special Dine & Discover event features a delicious meal prepared by Chef Cosmos, our talented new culinary director, along with a brief overview and guided tour of the community. Come briefly experience the Everyday Vacation Lifestyle for yourself.
Seating is limited — RSVP today at (402) 761-1527 or HHGmarketing@hillcresthealth.com.
// Phone button logic
const phoneButton = document.querySelector(‘.acf-phone-button’);
if (phoneButton && (!phoneButton.getAttribute(‘href’) || phoneButton.getAttribute(‘href’) === ‘tel:’)) {
phoneButton.style.display = ‘none’;
}
// Email button logic
const emailButton = document.querySelector(‘.acf-email-button’);
if (emailButton && (!emailButton.getAttribute(‘href’) || emailButton.getAttribute(‘href’) === ‘mailto:’)) {
emailButton.style.display = ‘none’;
}
});

