Contact Us

Receive a cash offer within 24 hours.

  • Get started by submitting your property information below. – Remember: we can close whenever YOU choose.

    It doesn’t matter the condition; we’ll take care of it all. And, because we buy houses for cash, you don’t have to worry about your buyer getting financing; we can close in as little as seven days.

  • This field is for validation purposes and should be left unchanged.

(function(){ // Ensure dataLayer exists (GTM creates this, but defensively init) window.dataLayer = window.dataLayer || []; // ———- 1. PHONE CLICK TRACKING ———- // Fires on any tel: link click, including sticky bar + final CTA + hero phone button document.addEventListener(‘click’, function(e){ var a = e.target.closest && e.target.closest(‘a[href^=”tel:”]’); if (!a) return; var phone = (a.getAttribute(‘href’) || ”).replace(‘tel:’, ”); var location = a.getAttribute(‘data-cta-location’) || ‘unknown’; window.dataLayer.push({ event: ‘phone_click’, phone_number: phone, click_location: location, page_path: window.location.pathname, page_url: window.location.href }); }, true); // ———- 2. GRAVITY FORMS SUBMISSION TRACKING ———- // Gravity Forms fires jQuery events we can listen to. // gform_confirmation_loaded = form submitted successfully (before any redirect) // gform_page_loaded = multi-page form stepped (not used here but available) function bindGFEvents(){ if (typeof jQuery === ‘undefined’) { // Retry after jQuery loads setTimeout(bindGFEvents, 500); return; } // Fired when the AJAX confirmation / redirect is triggered jQuery(document).on(‘gform_confirmation_loaded’, function(event, formId){ if (formId == 10) { window.dataLayer.push({ event: ‘form_submit_success’, form_id: formId, form_name: ‘hero_lead_capture’, page_path: window.location.pathname, page_url: window.location.href }); } }); // Fired right before the form is submitted (useful for “attempt” events) jQuery(document).on(‘submit’, ‘#gform_10’, function(){ window.dataLayer.push({ event: ‘form_submit_attempt’, form_id: 10, form_name: ‘hero_lead_capture’, page_path: window.location.pathname, page_url: window.location.href }); }); } if (document.readyState === ‘loading’) { document.addEventListener(‘DOMContentLoaded’, bindGFEvents); } else { bindGFEvents(); } })();