function generateCode(userType) { const randomNumber = Math.floor(1000 + Math.random() * 9000); switch(userType) { case 'New Member': return NM${randomNumber}; case 'Accommodations Providers Staff': return AP${randomNumber}; case 'Taxi & Car-Share Service Providers': return TC${randomNumber}; case 'Travel Agents': return TA${randomNumber}; case 'Holland & Barnes.com Team Members': return HB${randomNumber}; default: return XX${randomNumber};     } }
top of page
Accommodations Landing Page.jpg

Accommodations 

At the Holland & Barnes.com Accommodations Reservations portal, we will help you find a variety of memorable accommodations that fit your tastes, from first class Hotels to Guest Ranches and Hostels.

Moreover, if you plan to stay for more than that just a few nights, why not check out one of our Extended Stay Hotels or a Bed & Breakfast? See our list to discover the perfect places according to your budget and preferences! Also for locals, don’t forget that we have a list of Preferred Condominiums with which we have partnered to provide owners and tenants with our VIP services.

bottom of page