Diagram of HVAC components with labels for educational purposes

GET A QUOTE TODAY!

For an Immediate Quote, Call

97% AFUE

Keeprite Gas Furnace – 40,000 BTU – 1 stages – Model N96MSN0401716A

SKU: HNM-1370

In stock

Original price was: $3,499.00.Current price is: $3,099.00.

Keeprite Gas Furnace – 60,000 BTU – 1 stages – Model N96MSN0601716A

SKU: HNM-1369

In stock

Original price was: $3,599.00.Current price is: $3,199.00.

Keeprite Gas Furnace – 40,000 BTU – 2 stages – Model G96VTN0401712B

SKU: HNM-1365

In stock

Original price was: $3,799.00.Current price is: $3,399.00.

Lennox Gas Furnace – 45,000 BTU – 2 Stages – Model EL297UHVK

Upflow/Horizontal, 97%
SKU: HNM-1150

In stock

Original price was: $3,899.00.Current price is: $3,499.00.

Keeprite Gas Furnace – 60,000 BTU – 2 stages – Model G96VTN0601716B

SKU: HNM-1366

In stock

Original price was: $3,899.00.Current price is: $3,499.00.

Lennox Gas Furnace – 70,000 BTU – 2 Stages – Model EL297UHVK

Upflow/Horizontal, 97%
SKU: HNM-1152

In stock

Original price was: $3,999.00.Current price is: $3,699.00.

Lennox Gas Furnace – 90,000 BTU – 2 Stages – Model EL297UHVK

Upflow/Horizontal, 97%
SKU: HNM-1149

In stock

Original price was: $4,199.00.Current price is: $3,899.00.

Keeprite Gas Furnace – 80,000 BTU – 2 stages – Model G96VTN0801716B

SKU: HNM-1367

In stock

Original price was: $4,299.00.Current price is: $3,899.00.

Keeprite Gas Furnace – 100,000 BTU – 2 stages – Model G96VTN01002120B

SKU: HNM-1368

In stock

Original price was: $4,399.00.Current price is: $3,999.00.

Lennox Gas Furnace – 110,000 BTU – 2 Stages – Model EL297UHVK

Upflow/Horizontal, 97%
SKU: HNM-1151

In stock

Original price was: $4,699.00.Current price is: $4,299.00.

American Standard Gas Furnace – 60,000 BTU – Modulating – Model AUHMB060

Upflow/Horizontal, 97%
SKU: HNM-1201

In stock

Original price was: $7,299.00.Current price is: $6,799.00.

American Standard Gas Furnace – 80,000 BTU – Modulating – Model AUHMB080

Upflow/Horizontal, 97%
SKU: HNM-1202

In stock

Original price was: $7,499.00.Current price is: $6,999.00.

Get a Quote

Please fill out the form below with your details, and we'll provide you with a competitive quote tailored to your requirements.

By submitting this form, you consent to the collection and use of your personal information as outlined in our Privacy Policy. We are committed to protecting your privacy.

Get A Quote Category

"*" indicates required fields

InstallRepairMaintenance
FurnacesAir ConditionersWater HeatersBoilersHeat PumpsAir Quality
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_4');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_4').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_4').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_4').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_4').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_4').val();gformInitSpinner( 4, 'https://hvacnearme.ca/wp-content/plugins/gravityforms/images/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [4, current_page]);window['gf_submitting_4'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_4').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [4]);window['gf_submitting_4'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_4').text());}else{jQuery('#gform_4').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "4", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_4" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_4"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_4" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 4, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */

Illustration of energy-efficient HVAC units with a focus on eco-friendliness

Removal of the Old Product

Graphic showing HVAC system installation and service process

Licensed & Insured Tech

Shield icon with a checkmark symbolizing safety and security

100% Safe

Group 290725 (1)

Extended Warranty

By paying a small amount, guarantee your product for up to 10 years. No Need to worry about repair costs!

Got a Question?
Ask Our Experts!