Partnerships with Homestead

Great Design isn't a luxury.
Its a necessity.

Bardi Designs is a turnkey, client-focused firm that partners with Homestead to create high-end homes from start to finish, tailored to meet the specific needs and preferences of the homeowners. Bardi takes pride in well-executed, high-quality designs. Their team has a keen understanding of architectural details and materials, as well as fixtures and furnishings used to create luxury homes, resulting in designs that deliver big on comfort, quality, detail, and sophistication.

Were always looking for new partnerships.

We're always looking for new partnerships.

function initMap() { var mapElement = document.querySelector('.elementor-widget-google_maps iframe'); if (!mapElement) { console.error('Google Maps iframe not found'); return; } var mapSrc = mapElement.src; // Define location bias (latitude, longitude) var locationBias = '35.7796,78.6382'; // Example: San Francisco, CA // Check if URL already has parameters if (mapSrc.includes('?')) { mapSrc += `&location=${locationBias}`; } else { mapSrc += `?location=${locationBias}`; } // Apply the new src with location bias mapElement.src = mapSrc; } // Run the function after the page has loaded document.addEventListener('DOMContentLoaded', initMap);