customersupport@avantiway.com

8400 NW 33rd St. Suite 104, Doral 33122

At Avanti Way Sunny Isles East Miami, we take immense pride in celebrating the achievements of our outstanding agents and teams. This year, we are thrilled to honor Eva and Andrew Mucho, aka The Mucho Team, recipients of the Top Pre-Construction Sales Award, for their exceptional dedication and record-breaking success. This prestigious award highlights the [&he

At Avanti Way Sunny Isles East Miami, we celebrate those who go beyond expectations, delivering not just results but extraordinary experiences. This year, we’re thrilled to honor Nadezda “Nadia” Infantyeva with the Most Transactions Award, a recognition of her unstoppable drive, intelligent direction, and skillful execution. Nadia’s journey to this mile

At Avanti Way Sunny Isles East Miami, we believe in celebrating not only accomplishments but also the incredible journeys that lead to them. Today, we’re thrilled to honor Vladyslav Movchan, the recipient of our Rising Star Award, for his remarkable achievements as a newcomer to the real estate industry. This award recognizes emerging leaders who, […]

At Avanti Way Sunny Isles East Miami, we take immense pride in recognizing exceptional talent within our team, and today, we shine the spotlight on our Top Rental Agent of the Year, Elinor Solomonoviz. This award celebrates her ability to see potential beyond the transaction, turning challenging situations into lasting client relationships and delivering extrao

/* * Hides the chat widget only on page ID 16334. * Uses a small delay (setTimeout) to ensure the widget's own script * has finished creating the 'lc_text-widget' element. */ function hideChatWidget() { // 1. Check if the current page has the unique class for page ID 16334 const isTargetPage = document.body.classList.contains('page-id-16334'); if (isTargetPage) { // 2. Find the main container element by its ID (External to the Shadow DOM) const widget = document.getElementById('lc_text-widget'); // 3. Hide the entire widget container if (widget) { widget.style.display = 'none'; } else { // If the widget isn't ready yet, try again after a small delay setTimeout(hideChatWidget, 50); } } } // Start the check after a slight delay to allow the widget's JS to run setTimeout(hideChatWidget, 100);