Let’s connect

For Exclusive Genesis
Rental Access

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
script> (function() { var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutation) { if (mutation.target.classList && mutation.target.classList.contains('w-form-done')) { var style = window.getComputedStyle(mutation.target); if (style.display !== 'none') { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'generate_lead', form_name: 'Genesis Registration', page_location: window.location.href }); } } }); }); document.querySelectorAll('.w-form-done').forEach(func tion(el) { observer.observe(el, { attributes: true, attributeFilter: ['style'] }); }); })();