Lead Generation Resources

Get Exclusive Contractor Leads for Your Business

JOIN RMF

Find a Local Service Provider

Find a Restoration Company

Restoration And Cleaning Services – New Mexico

Service Providers in New Mexico:

Need help now? Just use the form on the right to receive a quote and we will contact you back within 24 hours.

We are experts in emergency fire and water restoration services in New Mexico, fire cleanup and water damage cleanup, as well as normally scheduled carpet and upholstery cleaning services. Our highly trained technicians are ready to handle emergencies around-the-clock, or schedule convenient appointment times for standard carpet cleaning, upholstery cleaning and vent duct cleaning in New Mexico.


New Mexico Restoration & Cleaning Services and Leads

Are you a disaster restoration company looking for more leads in NM? Check out our registration page and see how you can join our lead generation program!

 

var pdfLinks; // Define at a global scope for PDF links var mailtoLinks; // Define at a global scope for Mailto links var telLinks; // Define at a global scope for Telephone links document.addEventListener('DOMContentLoaded', function() { // Assign the global variables pdfLinks = document.querySelectorAll('a[href$=".pdf"]'); mailtoLinks = document.querySelectorAll('a[href^="mailto:"]'); telLinks = document.querySelectorAll('a[href^="tel:"]'); // Log the global variables for debugging console.log('PDF Links:', pdfLinks); console.log('Mailto Links:', mailtoLinks); console.log('Tel Links:', telLinks); // Add event listeners for PDF links pdfLinks.forEach(function(link) { link.addEventListener('click', function(event) { var pdf = this.getAttribute('href'); console.log('PDF Click Detected:', pdf); if (typeof gtag === 'function') { gtag('event', 'contact', { 'event_category': 'pdf', 'event_action': 'download', 'event_label': pdf }); } else { console.error('gtag is not defined'); } }); }); // Add event listeners for Mailto links mailtoLinks.forEach(function(link) { link.addEventListener('click', function(event) { var mailto = this.getAttribute('href'); console.log('Mailto Click Detected:', mailto); if (typeof gtag === 'function') { gtag('event', 'contact', { 'event_category': 'contact', 'event_action': 'mailto', 'event_label': mailto }); } else { console.error('gtag is not defined'); } }); }); // Add event listeners for Telephone links telLinks.forEach(function(link) { link.addEventListener('click', function(event) { var ctc = this.getAttribute('href'); console.log('Telephone Click Detected:', ctc); if (typeof gtag === 'function') { gtag('event', 'contact', { 'event_category': 'contact', 'event_action': 'click-to-call', 'event_label': ctc }); } else { console.error('gtag is not defined'); } }); }); });