Nulu Crossing | Redefined Luxury in Louisville
Grocery Loading Dock
Prime location with high demand for a grocery store and other critical retail providers.
Walker's Paradise
Ground floor retail a Nulu Crossing is perfect for all businesses given the neighborhoods walkability and prime location.
Class-A Retail Space
High Foot Traffic
50,203 SqFt Available
High Foot Traffic
50,203 SqFt Available
Class-A Office Space
Floor-to-Ceiling Window
52.3k SqFt Whole or Divisible
Floor-to-Ceiling Window
52.3k SqFt Whole or Divisible
Panoramic Windows
Experience premium Commercial space on the second floor with the convenience of a dedicated lobby on the first floor. Perfect for businesses looking to impress clients and provide a professional, welcoming environment.
Luxury 179-Key Hotel
Elevated Food & Beverage Spaces
Beautiful Amenities
Elevated Food & Beverage Spaces
Beautiful Amenities
Dive In and Relax
The perfect blend of luxury and comfort has yet to come Louisville. Whether you're taking a dip or relaxing by the water, you'll find the ideal setting to unwind and enjoy your stay.
346 Units with Naturally-lit Bedrooms
Luxurious Amenities
Modern Interiors
Luxurious Amenities
Modern Interiors
Brightened Luxury
Experience luxury living with naturally lit rooms that offer a bright, airy atmosphere. Enjoy serene and welcoming spaces perfect for relaxation and modern comfort.
<script>
document.addEventListener('click', function(event) {
// Find the closest ancestor of the clicked element (including itself)
// that has the 'click-mirror-source' attribute.
const sourceElement = event.target.closest('[click-mirror-source]');
// Proceed only if such an element was found.
if (sourceElement) {
// Extract the 'click-mirror-source' value.
const sourceValue = sourceElement.getAttribute('click-mirror-source');
// Use the value to find all corresponding 'click-mirror-target' elements.
document.querySelectorAll(`[click-mirror-target="${sourceValue}"]`).forEach(targetElement => {
// Simulate a click on each target element.
const clickEvent = new MouseEvent('click', {
bubbles: true,
cancelable: true
});
targetElement.dispatchEvent(clickEvent);
});
}
});
</script>