Faucet Recycling

What recyclable materials are in a faucet?

Faucets typically contain a variety of recyclable materials, such as brass, copper, steel and plastic. The type of material used will depend on the specific faucet model. Brass is often used for the valve body, handles and spout, while plastic is commonly used for the escutcheon plate or cover. 

What are the benefits of recycling my faucet?

Recycling your faucet has many benefits. It can help reduce the amount of waste that ends up in landfills. Faucets contain a range of materials such as metal, plastics and rubber which are difficult to break down naturally and take up valuable space in landfill sites. By recycling these items, you are helping to preserve the environment and reduce the strain on our natural resources. Although Cohen only recycles metal, learn more about where to recycle non-metal materials.

What are the risks of not recycling my faucet?

Not recycling your faucet can lead to a number of environmental risks. It can lead to an increase in strain on natural resources, as waste materials are constantly being manufactured and disposed of without being recycled. This means that more energy is needed to produce new materials, thus leading to a larger carbon footprint. Additionally, not recycling your faucet could also lead to more water waste, as valuable metals and materials such as copper and brass can be recycled from the fixture.

Can I make money from recycling my faucet?

Recycling faucets is a great way to get paid, but it’s more than just tossing them in the bin. Factors like hazardous waste can mean extra handling and create small fees for recyclers. Even with a small fee, you’re making the world around you greener and your own life leaner – helping both the environment and economy while decluttering at home. 

Find A Scrap Yard

Cohen operates several public and commercial recycling centers in Ohio and Kentucky.

Winter Weather Alert

All Cohen recycling centers are open today, January 7, EXCEPT Cohen Lexington and Cohen Walton, which remain closed to retail customers. Thank you for your patience. Stay safe!

ALL COHEN RECYCLING CENTERS WILL BE CLOSED JULY 3-4 FOR THE HOLIDAY.

// GA4 Get Directions Click Tracking Script // Add this script to your website to track "Get Directions" button clicks (function() { 'use strict'; // Make sure gtag is available if (typeof gtag === 'undefined') { console.warn('GA4 Directions Tracking: gtag is not available. Make sure Google Analytics is properly installed.'); return; } // Function to check if element or its parents contain "DIRECTIONS" text function containsDirectionsText(element) { // Check the element itself and traverse up the DOM tree let currentElement = element; while (currentElement && currentElement !== document.body) { const text = currentElement.textContent || currentElement.innerText || ''; if (text.toUpperCase().includes('DIRECTIONS')) { return true; } currentElement = currentElement.parentElement; } return false; } // Function to check if URL contains Google Maps directions function isGoogleMapsDirectionsUrl(url) { return url && url.includes('https://www.google.com/maps/dir/'); } // Function to send GA4 event function sendGA4Event(element, url) { gtag('event', 'get_directions', { 'event_category': 'engagement', 'event_label': url, 'click_text': element.textContent || element.innerText || '', 'click_url': url }); console.log('GA4 Event Sent: get_directions', { 'event_category': 'engagement', 'event_label': url, 'click_text': element.textContent || element.innerText || '', 'click_url': url }); } // Main click handler function handleClick(event) { const element = event.target; // Check if clicked element contains "DIRECTIONS" text if (!containsDirectionsText(element)) { return; } // Get the URL - check href attribute or closest link let url = ''; // If the clicked element is a link if (element.tagName === 'A' && element.href) { url = element.href; } // If the clicked element is inside a link else { const closestLink = element.closest('a[href]'); if (closestLink) { url = closestLink.href; } } // Check if URL contains Google Maps directions if (isGoogleMapsDirectionsUrl(url)) { sendGA4Event(element, url); } } // Wait for DOM to be fully loaded function initializeTracking() { // Add click event listener to document document.addEventListener('click', handleClick, true); console.log('GA4 Directions Tracking: Initialized successfully'); } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initializeTracking); } else { initializeTracking(); } })();