
Marsflex Front Blower Motor 700237
Expandable Sections body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0 20px; } .section { margin: 20px 0; background-color: #f9f9f9; } .section h3 { margin: 0; font-size: 18px; background-color: #f4f4f4; padding: 10px; cursor: pointer; } .section h3:hover { background-color: #e0e0e0; } .hidden-content { display: none; padding: 10px; } .hidden-content table { width: 100%; border-collapse: collapse; margin-top: 10px; } .hidden-content table th, .hidden-content table td { text-align: left; padding: 8px; } .hidden-content table th { background-color: #f4f4f4; font-weight: bold; } /* New style for left-aligning text in the Safety Certification section */ .hidden-content p { text-align: left; margin: 5px 0; } PRODUCT DESCRIPTION OE Replacement:700237, CL1Z19805A, AL1Z19805A, AL1Z19805B, FO3126130, 75873, 9L1Z19805E, PM9364. Marsflex front blower motor meet or exceed OE design and performance, easy to install. Premium Fan: The upgraded fan effectively prevents dust deposition and greatly prolongs the service life, also has larger air volume and lower noise. Efficient Motor: High-quality motor armature provides strong protection against destructive current peaks and overvoltage, greatly improved the safety of passengers. Warranty: 1-year Unlimited-mileage quality guarantee. Package includes 1*front AC blower motor with fan cage. Do not hesitate to contact us if you have any doubts or queries. PRODUCT SPECIFICATIONS Product Packaging Size(Inch) 8.5*8.5*7.9 Weigh(LB) 3.5 Specifications Speed 3250 RPM Voltage 12 Volts (DC) Horsepower 226 Watts Position Front OE Number 35143 1581647 89019321 52400424 700089 Warranty 12 Months // JavaScript to toggle visibility for all sections document.querySelectorAll('.section h3').forEach(header => { header.addEventListener('click', () => { const content = header.nextElementSibling; content.style.display = content.style.display === 'block' ? 'none' : 'block'; }); });