www.barronheating.com Open in urlscan Pro
199.180.184.136  Public Scan

Submitted URL: http://www.barronheating.com/
Effective URL: https://www.barronheating.com/
Submission: On April 01 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST /contact/get-a-call-back

<form action="/contact/get-a-call-back" id="ims-form-module-form-9" enctype="multipart/form-data" class="horizontal" method="post" novalidate="novalidate">
  <fieldset>
    <ul>
      <li id="item-li-1" class=" required" aria-required="true"><label for="list-response-form-9-item-1" class="label-heading">First Name <em>*</em></label> <input name="data[FormResponse-9][1]" id="list-response-form-9-item-1" value="" type="text">
      </li>
      <li id="item-li-2" class=" required" aria-required="true"><label for="list-response-form-9-item-2" class="label-heading">Last Name <em>*</em></label> <input name="data[FormResponse-9][2]" id="list-response-form-9-item-2" value="" type="text">
      </li>
      <li id="item-li-4" class=" required" aria-required="true"><label for="list-response-form-9-item-4" class="label-heading">Phone Number <em>*</em></label> <input name="data[FormResponse-9][4]" id="list-response-form-9-item-4" value=""
          type="text"></li>
      <li id="item-li-9-3" class=" required" aria-required="true"><label for="list-response-form-9-item-3" class="label-heading">Email Address <em>*</em></label> <input name="data[FormResponse-9][3]" id="list-response-form-9-item-3" value=""
          type="text"></li>
      <li id="item-li-152" class=" required" aria-required="true"><label for="list-response-form-9-item-152">County <em>*</em></label> <select name="data[FormResponse-9][152]" id="list-response-form-9-item-152">
          <option value="">(select one)</option>
          <option value="133">Whatcom</option>
          <option value="134">Skagit</option>
          <option value="135">Snohomish</option>
          <option value="136">Island</option>
          <option value="137">San Juan</option>
        </select></li>
      <li id="item-li-62" class=" required" aria-required="true"><label for="list-response-form-9-item-62">Services Needed <em>*</em></label> <select name="data[FormResponse-9][62]" id="list-response-form-9-item-62">
          <option value="">Select a Service</option>
          <option value="90">Heating and Cooling</option>
          <option value="91">Fireplaces</option>
          <option value="92">Solar and Electrical</option>
          <option value="93">Plumbing</option>
          <option value="94">Commercial</option>
          <option value="115">Service &amp; Repair</option>
        </select></li>
    </ul>
  </fieldset>
  <fieldset>
    <div class="ims-grecaptcha ims-grecaptcha-invisible" id="ims-form-module-recaptcha-9"></div>
    <script>
      (function() {
        var _fn = function() {
          (function() {
            var fn_create_recaptcha = function() {
              var doc = document.documentElement;
              var is_loaded = (' ' + doc.className + ' ').indexOf(' recaptcha ') > -1;
              var form_reCAPTCHA = imsUtil.createGoogleRecaptcha('ims-form-module-form-9', 'ims-form-module-recaptcha-9', {
                'size': 'invisible',
                'badge': 'bottomleft',
                'tabindex': 109
              }, '6LcZSewUAAAAAOXpKcN4ks5zcTC_F4_ATQymlSok');
              if (is_loaded) {
                form_reCAPTCHA.render();
              } else {
                doc.addEventListener("RECAPTCHALoaded", function() {
                  form_reCAPTCHA.render();
                });
              }
            };
            if (typeof(window.enhance) !== 'undefined') {
              window.enhance.jsready.register(fn_create_recaptcha);
            } else {
              document.addEventListener("DOMContentLoaded", fn_create_recaptcha);
            }
          })();
        };
        if (typeof(window.enhance) !== 'undefined') {
          window.enhance.jsready.register(_fn);
        } else {
          _fn();
        }
      })();
    </script>
    <ul>
      <li class="structured_particle_required company_name_required required" aria-required="true" style="display: none;"><label for="structured_particle_required_9">Structured Particle <em>*</em></label> <input name="structured_particle_required"
          id="structured_particle_required_9" value="" class="no-autopopulate" tabindex="-1" style="display: none;" type="text"></li>
    </ul> <input name="current_url" id="current_url-9" value="/" type="hidden"> <input name="page_info" id="page_info-9"
      value="a:3:{s:2:&quot;id&quot;;s:1:&quot;1&quot;;s:4:&quot;name&quot;;s:62:&quot;Bellingham, WA HVAC, Plumbing, Electrical &amp;amp; Solar Company &quot;;s:9:&quot;page_type&quot;;s:9:&quot;Home Page&quot;;}" type="hidden">
    <ul class="submit">
      <li><button type="submit" class="action-button">Send</button></li>
    </ul>
    <script>
      (function() {
        var _fn = function() {
          $("#ims-form-module-form-9").validate({
            "rules": {
              "data[FormResponse-9][1]": {
                "required": true
              },
              "data[FormResponse-9][2]": {
                "required": true
              },
              "data[FormResponse-9][4]": {
                "required": true
              },
              "data[FormResponse-9][3]": {
                "required": true
              },
              "data[FormResponse-9][152]": {
                "required": true
              },
              "data[FormResponse-9][62]": {
                "required": true
              }
            },
            "messages": {
              "data[FormResponse-9][1]": {
                "required": "Please enter your first name"
              },
              "data[FormResponse-9][2]": {
                "required": "Please enter your last name"
              },
              "data[FormResponse-9][4]": {
                "required": "Please enter your phone number"
              },
              "data[FormResponse-9][3]": {
                "required": "Please enter an email address"
              },
              "data[FormResponse-9][152]": {
                "required": "Please enter a response for County"
              },
              "data[FormResponse-9][62]": {
                "required": "Please enter a response for Services Needed"
              }
            }
          });
        };
        if (typeof(window.enhance) !== 'undefined') {
          window.enhance.jsready.register(_fn);
        } else {
          _fn();
        }
      })();
    </script>
  </fieldset>
</form>

POST /contact/newsletter

<form action="/contact/newsletter" id="ims-form-module-form-7" enctype="multipart/form-data" class="horizontal" method="post" novalidate="novalidate">
  <fieldset>
    <ul>
      <li id="item-li-7-3" class=" required" aria-required="true"> <input name="data[FormResponse-7][3]" id="list-response-form-7-item-3" value="" placeholder="Email*" aria-label="Email Address" type="text"></li>
    </ul>
  </fieldset>
  <fieldset>
    <div class="ims-grecaptcha ims-grecaptcha-invisible" id="ims-form-module-recaptcha-7"></div>
    <script>
      (function() {
        var _fn = function() {
          (function() {
            var fn_create_recaptcha = function() {
              var doc = document.documentElement;
              var is_loaded = (' ' + doc.className + ' ').indexOf(' recaptcha ') > -1;
              var form_reCAPTCHA = imsUtil.createGoogleRecaptcha('ims-form-module-form-7', 'ims-form-module-recaptcha-7', {
                'size': 'invisible',
                'badge': 'bottomleft',
                'tabindex': 107
              }, '6LcZSewUAAAAAOXpKcN4ks5zcTC_F4_ATQymlSok');
              if (is_loaded) {
                form_reCAPTCHA.render();
              } else {
                doc.addEventListener("RECAPTCHALoaded", function() {
                  form_reCAPTCHA.render();
                });
              }
            };
            if (typeof(window.enhance) !== 'undefined') {
              window.enhance.jsready.register(fn_create_recaptcha);
            } else {
              document.addEventListener("DOMContentLoaded", fn_create_recaptcha);
            }
          })();
        };
        if (typeof(window.enhance) !== 'undefined') {
          window.enhance.jsready.register(_fn);
        } else {
          _fn();
        }
      })();
    </script>
    <ul>
      <li class="structured_particle_required company_name_required required" aria-required="true" style="display: none;"><label for="structured_particle_required_7">Structured Particle <em>*</em></label> <input name="structured_particle_required"
          id="structured_particle_required_7" value="" class="no-autopopulate" tabindex="-1" style="display: none;" type="text"></li>
    </ul> <input name="current_url" id="current_url-7" value="/" type="hidden"> <input name="page_info" id="page_info-7"
      value="a:3:{s:2:&quot;id&quot;;s:1:&quot;1&quot;;s:4:&quot;name&quot;;s:62:&quot;Bellingham, WA HVAC, Plumbing, Electrical &amp;amp; Solar Company &quot;;s:9:&quot;page_type&quot;;s:9:&quot;Home Page&quot;;}" type="hidden">
    <ul class="submit">
      <li><button type="submit" class="action-button">Send</button></li>
    </ul>
    <script>
      (function() {
        var _fn = function() {
          $("#ims-form-module-form-7").validate({
            "rules": {
              "data[FormResponse-7][3]": {
                "required": true
              }
            },
            "messages": {
              "data[FormResponse-7][3]": {
                "required": "Please enter an email address"
              }
            }
          });
        };
        if (typeof(window.enhance) !== 'undefined') {
          window.enhance.jsready.register(_fn);
        } else {
          _fn();
        }
      })();
    </script>
  </fieldset>
</form>

Text Content

Skip navigation

Your Browser Is Incompatible

You are seeing this message because we have detected you are using Internet
Explorer 10 (or older) to browse our site. Unfortunately, this means that your
browser is too old to display our site properly and that certain areas of the
site may display incorrectly or not at all. Please upgrade to the latest version
of Google Chrome, Mozilla Firefox, Internet Explorer, Microsoft Edge, or Apple
Safari in order to view this site.

Need service now?

Call Barron Heating AC Electrical & Plumbing at 360-937-4766

360-937-4766

Book Online

24 Hour Service Available!

360-937-4766

Book Online
Financing

Serving NW Washington

Menu
 * Heating and Cooling
   
   * Heating
     
     * Boilers
     * Daikin Comfort Pro
     * Duct Services
     * Ductless Systems
     * Furnaces
     * Geothermal
     * Heat Pumps
     * Heating Installation
     * Heating Maintenance
     * Heating Repair
     * Radiant Heating Systems
     * Wifi / Smart Thermostats
   * Air Conditioning
     
     * Air Conditioning Installation
     * Air Conditioning Maintenance
     * Air Conditioning Repair
     * Central Air Conditioners
     * Daikin Comfort Pro
     * Duct Services
     * Ductless Systems
     * Geothermal
     * Heat Pumps
     * Wifi / Smart Thermostats
   * Air Quality
     
     * Aeroseal
     * Air Filtration Systems and Air Purifiers
     * Duct Sealing
     * Duct Services
     * Energy Audits
     * Heat and Energy Recovery Ventilators
     * Humidifiers and Dehumidifiers
     * Smoked Out?
     * Ultimate Indoor Air Quality Upgrade
     * Weatherization
 * Fireplace Services
   
   * Fireplaces
     
     * Built-In Fireplaces
     * Inserts
     * Stoves
     * Firelight Catalog
     * Closeout
     * Fireplace Measurements Form
     * Fireplace Installation Process
 * Electrical and Solar
   
   * Electrical
     
     * Attic Fans
     * Carbon Monoxide and Smoke Detectors
     * Ceiling Fans
     * Electrical Panels
     * Electrical Safety Check & Maintenance
     * Electrical Wiring and Rewiring
     * Indoor and Outdoor Lighting
     * Whole-House Generators
   * Solar
     
     * Portfolio
     * Solar Installation
     * Video Library
     * Solar FAQs
   * Generators
     
     * Whole-House Generators
 * Plumbing
   
   * Residential Plumbing
     
     * Bathroom and Kitchen Plumbing
     * Emergency Plumbing
     * Gas Piping
     * Main Water Line
     * New Construction Plumbing
     * Sump Pumps
     * Trenchless Technology
   * Sewer and Drains
     
     * Drain and Sewer Cleaning
     * WholeHome™ Plumbing Inspection
     * Repiping
     * Sewer Lines
     * Video Pipe Inspection
   * Water Heaters
     
     * Heat Pump Water Heaters
     * Tankless Water Heaters
   * Water Testing and Treatment
 * Commercial
   
   * Air Conditioning
   * Heating
   * Indoor Air Quality
   * Plumbing
   * Electrical and Solar
   * Service Advantage
 * Careers
   
   * Barron Technician School
   * Job Listings
   * Trade Stories
   * Job Fair
 * About
   
   * Community Involvement
     
     * Affiliations
     * Barron KARES
     * Christmas in July
     * Furnace Fund
     * Game Changer
     * Trades Scholarship
   * History and About Us
     
     * Barron Technician School
     * Trade Stories
     * Core Values
     * Let's Color
     * Employee Value Proposition (EVP)
     * Meet The Team
     * Photo Gallery
     * Reviews
     * Winter Celebration
     * Video Gallery
   * Resources
     
     * Accessibility Statement
     * COVID Update
     * Financing
     * Blog
     * Make a Payment
     * Promotions
     * Privacy Policy
     * FAQs
     * Site Map
     * Electric Car Sweepstakes
   * Service Areas
     
     * Electrical Service Areas
     * Fireplace Service Areas
     * HVAC Service Areas
     * Plumbing Service Areas
 * Contact
   
   * Take Our Survey
   * Careers
   * Send A Message
   * Request An Estimate
   * Schedule Service
   * Refer A Friend
   * Barron Technician School
   * Visit our Showrooms
 * Membership




COMFORT, HEALTH & ENERGY SOLUTIONS

 * Family Owned & Operated Since 1972
 * 100% Satisfaction, Every Time



RECOMMENDATIONS WANTED GET A $200 GIFT CARD!
REFER A FRIEND
($200 for You, $200 for Them)

Heating and Cooling Services
Learn More

Electrical Services
Learn More

Plumbing Services
Learn More

Indoor Air Quality Services
Learn More

Solar Energy Services
Learn More

Fireplace Services
Learn More


YOUR COMFORT IS OUR TOP PRIORITY


WHAT MAKES US DIFFERENT:


4.8 2287 Reviews


OUR CUSTOMERS LOVE OUR OUTSTANDING SERVICE!

Google

Steven VanderStaay, This week

> Cole and Lupe were professional, courteous and pleasant. They worked quickly
> and efficiently and left their workspace clean. We are very pleased with
> their...

Read More Read More
Google

Cynda Dispatch, This week

> Thank you Jeff, I appreciate what a great job you did. I am completely
> confident that all the work you will be doing going forward will be done
> correctly. I...

Read More Read More
Google

Tami Anderson, This week

> Scott was extremely knowledgeable about our system and answered all of our
> questions very well with easy to understand terminology. He was professional
> from...

Read More Read More
 * 1
 * 2
 * 3

Read more reviews

Review Us


BARRON HEATING AC ELECTRICAL & PLUMBING

4.8 2287 Reviews
X

Showing 10. See all reviews.

Google

Steven VanderStaay, This week

> Cole and Lupe were professional, courteous and pleasant. They worked quickly
> and efficiently and left their workspace clean. We are very pleased with their
> work.

Google

Cynda Dispatch, This week

> Thank you Jeff, I appreciate what a great job you did. I am completely
> confident that all the work you will be doing going forward will be done
> correctly. I appreciate that you went above and beyond in servicing and doing
> maintenance on my pellet stove.

Google

Tami Anderson, This week

> Scott was extremely knowledgeable about our system and answered all of our
> questions very well with easy to understand terminology. He was professional
> from first interaction to the last. Took off his shoes when working inside.
> Definitely a top drawer asset to his company! Would use him again in a
> heartbeat! Steve Anderson

Google

Michael Nosky, This week

> Nathan did and outstanding job installing the equipment I needed. I would
> definitely have him back for any other plumbing issues I might have.

Google

Dan August, This week

> Very knowledgeable, professional and friendly. I was able to work well with
> Ben. Thanks

Google

Lettie Hylarides, This week

> Jeff with Barron Heating is a specialist in taking care of our propane stove.
> Don't bother calling anyone else!

Google

Carol Richards, This week

> Love these guys! Always professional, on time, and diligent :)

Google

Jo Maas, This week

> We had amazing service today for our heating system that was not working.
> Richard worked hard to solve our problem and he did! He was professional, well
> prepared for this job and explained everything is a clear way.

Google

Chris, This week

> Richard was awesome!

Google

Ken, This week

> Service was on-time and the service technician was very informative and
> competent. No complaints.

View All Reviews

HOW CAN WE HELP?

 * First Name *
 * Last Name *
 * Phone Number *
 * Email Address *
 * County * (select one)WhatcomSkagitSnohomishIslandSan Juan
 * Services Needed * Select a ServiceHeating and CoolingFireplacesSolar and
   ElectricalPlumbingCommercialService & Repair


 * Structured Particle *

 * Send


IMPROVING LIVES™ WITH WHOLEHOME™ SERVICES

Barron is a four-generation family business that has been serving the home
comfort needs of Northwest Washington since 1972. While HVAC has been the heart
of our company, today we are so much more. Barron Heating AC Electrical &
Plumbing has evolved into a WholeHome™ service company, taking a beyond-the-box
approach to your home or business' most important systems. Our leading home and
building performance experts provide the expertise for everything related to
HVAC, plumbing, electrical, solar, fireplaces, indoor air quality, and more as
we stand by Our Mission: Improving Lives™.

 * Beyond-the-Box Approach: We're not just here to sell you equipment. We look
   at your total home performance to ensure you achieve the best possible
   comfort, health, and energy efficiency for your space.
 * 5 Company Core Values: From a people-first attitude to trustworthiness and
   relationship-focused, we have a passion for what we do and the communities we
   serve.
 * NATE and NADCA-Certified Home Performance Experts and Service Technicians

Find out what it means to have a true partner in comfort, health, and energy
efficiency. Whether it's preventative maintenance, an upgraded heating and
cooling system, a beautiful fireplace, or just a little information, our goal is
to provide you with unparalleled knowledge and customer service. Let us help you
find affordable ways to enhance your comfort and performance where it counts
most—in your home or business.

Barron, your full-service HVAC, Electrical and Plumbing Contractor. Contact us
for service that goes way beyond just heating and cooling!

SKIP THE LINE AND SAVE BIG! You'll be COOL for the summer with energy savings
you'll enjoy for years.

Learn More


Sharing Kindness & Appreciation via monthly giving to a charity or non-profit.
Your purchase donates $110!

Learn More


Happy with your install? We'll award BOTH of you with $200 when your referral
becomes a Barron customer!

Learn More


GET A FREE HEAT PUMP! GO SOLAR or invest in battery backup while prepping for a
cool, comfortable summer.

Learn More


Proud to be a 5x Award-Winning Cleaning Energy Company with WholeHome™ energy
solutions from the ground up!

Learn More


Earn Clean Energy Points to Win! Go solar, tankless, upgrade to a heat pump...
earn qualifying entries April 1 - June 30, 2024

Learn More


 * 1
 * 2
 * 3
 * 4
 * 5
 * 6


How can we help you today?
Email Us or Call 360-937-4766

WAYS TO SAVE


$299* Cold Weather Special Is you furnace or heat pump ready? Avoid frozen
condensate lines or blockages.

FREE AC or Heat Pump Summer Called it's time to plan for AC!

60 Months Special Financing NO INTEREST!

View More Great Promotions


PROUDLY SERVING THE I-5 CORRIDOR FROM BLAINE TO MARYSVILLE, OAK HARBOR TO
CONCRETE, AND THE SAN JUAN ISLANDS


View Our HVAC Service Area

View Our Electrical Service Area

View Our Plumbing Service Area

View Our Fireplace Service Area

BARRON SILVER SHIELD MEMBERSHIP PLANS

Ensure your HVAC/R, Electrical, and/or Plumbing systems are running safely,
reliably and efficiently all year long.

 * No Overtime Rates—Ever
 * Comprehensive Preventative Maintenance
 * Priority Service
 * Parts & Labor Discount
 * And more!

Learn more!
We offer a holistic home performance approach
Previous
 * Heating
 * Air Conditioning
 * Indoor Air Quality
 * Electrical
 * Solar
 * Plumbing
 * Maintenance

Next


HEATING

The comfort, health, and energy efficiency of your WholeHome™ is what's most
important to our team of Home Performance Experts and Service Technicians. From
high-efficiency gas furnaces to geothermal and radiant heating, we install and
service a full range of heating systems to fit your needs. We work with a
diverse product line, including leading brands like Carrier and Daikin, so you
can be confident in both the performance and quality of your system.

Learn More




AIR CONDITIONING

When you need an air conditioner, you want it to work as efficiently as
possible. Turn to our team! We look at more than just how effectively your AC
system cools. We'll help you explore thermostat options, indoor air quality
solutions, and your overall home performance needs to ensure you're staying
comfortable at a reasonable price.

Learn More




INDOOR AIR QUALITY

At Barron Heating AC Electrical & Plumbing, we don't just sell equipment. We
sell whole-home duct cleaning, duct sealing, and ventilation solutions to help
you achieve ultimate indoor air quality. This includes the exclusivity to
provide Aeroseal duct sealing throughout the counties we serve. Contact our Home
Performance Experts to learn more and to discover the benefits of professional
duct cleaning, blower door testing, and weatherization services, too!

Learn More




ELECTRICAL

Whatever your electrical service needs, Barron Heating AC Electrical & Plumbing
is here to provide. From fans and smoke detectors to electrical wiring and
rewiring, we're the team you can trust to keep your household safe. We also
provide whole-house generators and solar power solutions to ensure you're never
left in the dark, and that the electricity your systems demand is used as
efficiently as possible.

Learn More




SOLAR

Homeowners everywhere are "GOING GREEN"—and we can help you get there! Turn to
our team of Home Performance Experts for quality solar services. We provide
solar installation and solar inverter installation for residential and
commercial properties, in addition to solar and electrical system monitoring and
battery backup. It's time to start reducing your carbon footprint and cutting
your energy costs…let our Solar by Barron team help you GO SOLAR!

Learn More




PLUMBING

Our experts at Barron Plumbing have the experience and knowledge in the field to
take on your biggest residential and commercial plumbing challenges. We offer
comprehensive plumbing services and are a NEEA key installer for heat pump water
heaters north of King County, as well as the market leader in hydronic heating
and cooling solutions. We also provide drain cleaning, sewer inspection and
replacement, repiping, and more—contact us today!

Learn More




MAINTENANCE

Ask about our Silver Shield Preferred Membership Plans, including comprehensive
performance maintenance. Plans are tailored to achieve peace of mind by bringing
your HVAC, electrical, and/or plumbing equipment back to its original operating
specs. Enhance the comfort, health, and energy efficiency of your home with
annual tune-ups. From your crawlspace to attic, plumbing systems to the indoor
comfort in your living room, our team has an eye for the bigger picture.

Learn More



HOME PERFORMANCE NEWS & EDUCATION

It’s Official: Now Serving South Whidbey Island

We’re happy to announce that we’re back in South Whidbey and ready to deliver
home services. Continue Reading

The Pay Back Program is Back and Bigger Than Ever

Whether it’s your cooling system, water heater, or your fireplace, you can save
big. Continue Reading

View All Articles

Previous

Next
 * 1
 * 2
 * 3


CONTACT US

 * 360-937-4766
 * 24 Hour Service Available!


FERNDALE

 * 360-937-4766
 * Showroom
   5100 Pacific Hwy
   Ferndale, WA 98248
 * Showroom Hours:
   M-F 9:30-5:00 Sa 10-4


BURLINGTON

 * 360-424-4962
 * Showroom
   560 S Burlington Blvd.
   Burlington, WA 98233
 * Showroom Hours:
   Closed for Renovations


SERVICES

 * Heating & AC
 * Indoor Air Quality
 * Fireplaces
 * Solar
 * Electrical
 * Plumbing
 * 

Email Us
 * Facebook
 * Twitter
 * YouTube
 * Instagram
 * Pinterest
   
 * LinkedIn
   

 * Careers
 * Site Map
 * Accessibility Statement
 * Privacy Policy

Learn about upcoming events and promotions by joining our Newsletter!

 * 


 * Structured Particle *

 * Send

© 2020–2024 Barron Heating AC Electrical & Plumbing. All rights reserved.

iMarket Solutions: Dedicated to Contractor Success

This site is protected by reCAPTCHA
and the Google Privacy Policy and Terms of Service apply.
Privacy - Terms