Dine & Discover Dinner Event

August 5 @ 5:00 pm - 7:00 pm
  • Hillcrest Highlands of Gretna
  • August 5, 2026
  • 5:00 - 7:00 pm
  • 10890 S 208th St., Gretna, NE 68028

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.

document.addEventListener(“DOMContentLoaded”, function () {
// 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’;
}
});