gubert.ca Open in urlscan Pro
64.34.50.10  Public Scan

URL: https://gubert.ca/
Submission: On March 01 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

POST #request-panel

<form action="#request-panel" method="post" id="form-request-a-call">
  <!----------------------------------------------------------------->
  <div class="row">
    <!----------------------------------------------------------------->
    <div class="col-md-3">
      <div class="form-group">
        <input type="text" name="rName1" class="full-name form-control input-lg" pattern="^[A-Za-z\s]*$" placeholder="NAME *">
        <input type="text" name="middle_name" class="middle-name input-text" placeholder="MIDDLE NAME">
      </div>
      <div class="form-group">
        <select name="rGoal" class="form-control input-lg">
          <option value="" selected="selected">MY MORTGAGE GOAL: *</option>
          <optgroup label="Refinance">
            <option value="Mortgage Refinance">Mortgage Refinance</option>
            <option value="Debt Consolidation">Debt Consolidation</option>
            <option value="Home Equity Loan">Home Equity Loan</option>
          </optgroup>
          <optgroup label="Home Buying">
            <option value="Signed a Purchase Agreement">Signed a Purchase Agreement</option>
            <option value="Offer Pending / Found a House">Offer Pending / Found a House</option>
            <option value="Buying in 2 to 3 Months">Buying in 2 to 3 Months</option>
            <option value="Researching Options">Researching Options</option>
          </optgroup>
        </select>
      </div>
    </div>
    <!----------------------------------------------------------------->
    <!----------------------------------------------------------------->
    <div class="col-md-3">
      <div class="form-group">
        <input type="text" name="rPhone_Number" class="phone form-control input-lg" pattern="^\(\d{3}\) \d{3}-\d{4}$" placeholder="PHONE *">
      </div>
      <div class="form-group">
        <select name="rAbout" class="form-control input-lg">
          <option value="" selected="selected">PLEASE CONTACT ME ABOUT? *</option>
          <option value="Home Purchase">Home Purchase</option>
          <option value="Refinance">Refinance</option>
          <option value="Renewal">Renewal</option>
          <option value="Other">Other</option>
        </select>
      </div>
    </div>
    <!----------------------------------------------------------------->
    <!----------------------------------------------------------------->
    <div class="col-md-3">
      <div class="form-group">
        <input type="text" name="rCall_On_This_Day" class="datepicker form-control best-day input-lg" pattern="^(((0)[0-9])|((1)[0-2]))(\/)([0-2][0-9]|(3)[0-1])(\/)\d{4}\s([0-1]?[0-9]|2[0-3]):[0-5][0-9]\s[A-Za-z\s][A-Za-z\s]$"
          placeholder="BEST DAY *">
      </div>
      <div class="form-group">
        <select name="rFind" class="form-control input-lg">
          <option value="" selected="selected">HOW DID YOU FIND US? *</option>
          <option value="Television Ad">Television Ad</option>
          <option value="Search Engine">Search Engine</option>
          <option value="Magazine">Magazine</option>
          <option value="Radio">Radio</option>
          <option value="Other">Other</option>
        </select>
      </div>
    </div>
    <!----------------------------------------------------------------->
    <!----------------------------------------------------------------->
    <div class="col-md-3">
      <input type="submit" id="request-a-call-btn" data-gaction="request_a_call" data-sitekey="6LeCBGoUAAAAALMF6EjF1mIcozmMdSlkgVrW0Ciw" value="REQUEST A CALL" class="red-pill mini-pill pull-right">
      <div class="request-foot"> Requests after 5pm Friday will be received Monday </div>
    </div>
    <!----------------------------------------------------------------->
  </div>
  <!----------------------------------------------------------------->
</form>

POST contact-us

<form action="contact-us" method="post" class="home-form form-horizontal">
  <input type="hidden" name="frontpage-form" value="1">
  <!----------------------------------------------------------------->
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <div class="col-xs-12">
          <input type="text" class="form-control input-text" id="first_name" name="first_name" placeholder="First Name" value="">
        </div>
      </div>
      <div class="form-group">
        <div class="col-xs-12">
          <input type="text" class="form-control input-text" id="last_name" name="last_name" placeholder="Last Name" value="">
        </div>
      </div>
      <div class="form-group">
        <div class="col-xs-12">
          <input type="email" class="form-control" id="email" name="email" placeholder="Email" value="">
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <div class="col-xs-12">
          <input type="text" class="form-control" id="phone" name="phone" placeholder="Phone" value="">
        </div>
      </div>
      <div class="form-group">
        <!--<label for="method" class="col-lg-4 control-label">How should we contact you?</label>-->
        <div class="col-xs-12">
          <select name="method" class="form-control">
            <option value="0" selected="selected">How Should We Contact You?</option>
            <option value=""></option>
          </select>
        </div>
      </div>
      <div class="form-group">
        <!--<label for="find" class="col-lg-4 control-label">How did you find us?</label>-->
        <div class="col-xs-12">
          <select name="find" class="form-control">
            <option value="0" selected="selected">How Did You Find Us?</option>
            <option value=""></option>
          </select>
        </div>
      </div>
    </div>
  </div>
  <!----------------------------------------------------------------->
  <!----------------------------------------------------------------->
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <div class="col-xs-12">
          <input type="text" class="form-control" id="subject" name="subject" placeholder="Subject" value="">
        </div>
      </div>
      <div class="form-group">
        <div class="col-xs-12">
          <textarea class="form-control" rows="3" name="message" id="message" placeholder="Message/Comments"></textarea>
        </div>
      </div>
    </div>
  </div>
  <!----------------------------------------------------------------->
  <!----------------------------------------------------------------->
  <div class="row">
    <div class="col-md-4">
      <input type="submit" id="contact-form-btn" data-gaction="contact_form" data-sitekey="6LeCBGoUAAAAALMF6EjF1mIcozmMdSlkgVrW0Ciw" value="SUBMIT" class="red-pill">
    </div>
  </div>
  <!----------------------------------------------------------------->
</form>

POST contact-us

<form action="contact-us" method="post" id="form-modal-request-a-call">
  <!----------------------------------------------------------------->
  <div class="row">
    <!----------------------------------------------------------------->
    <div class="col-md-6">
      <div class="form-group">
        <input type="text" name="rName1" class="full-name form-control input-lg" pattern="^[A-Za-z\s]*$" placeholder="NAME *">
        <input type="text" name="middle_name" class="middle-name input-text" placeholder="MIDDLE NAME">
      </div>
      <div class="form-group">
        <input type="text" name="rCall_On_This_Day" class="datepicker best-day form-control input-lg" pattern="^(((0)[0-9])|((1)[0-2]))(\/)([0-2][0-9]|(3)[0-1])(\/)\d{4}\s([0-1]?[0-9]|2[0-3]):[0-5][0-9]\s[A-Za-z\s][A-Za-z\s]$"
          placeholder="BEST DAY *">
      </div>
      <div class="form-group">
        <select name="rGoal" class="form-control input-lg">
          <option value="" selected="selected">MY MORTGAGE GOAL: *</option>
          <optgroup label="Refinance">
            <option value="Mortgage Refinance">Mortgage Refinance</option>
            <option value="Debt Consolidation">Debt Consolidation</option>
            <option value="Home Equity Loan">Home Equity Loan</option>
          </optgroup>
          <optgroup label="Home Buying">
            <option value="Signed a Purchase Agreement">Signed a Purchase Agreement</option>
            <option value="Offer Pending / Found a House">Offer Pending / Found a House</option>
            <option value="Buying in 2 to 3 Months">Buying in 2 to 3 Months</option>
            <option value="Researching Options">Researching Options</option>
          </optgroup>
        </select>
      </div>
    </div>
    <!----------------------------------------------------------------->
    <!----------------------------------------------------------------->
    <div class="col-md-6">
      <div class="form-group">
        <input type="text" name="rPhone_Number" class="phone form-control input-lg" pattern="^\(\d{3}\) \d{3}-\d{4}$" placeholder="PHONE *">
      </div>
      <div class="form-group">
        <select name="rAbout" class="form-control input-lg">
          <option value="" selected="selected">PLEASE CONTACT ME ABOUT? *</option>
          <option value="Home Purchase">Home Purchase</option>
          <option value="Refinance">Refinance</option>
          <option value="Renewal">Renewal</option>
          <option value="Other">Other</option>
        </select>
      </div>
      <div class="form-group">
        <select name="rFind" class="form-control input-lg">
          <option value="" selected="selected">HOW DID YOU FIND US? *</option>
          <option value="Television Ad">Television Ad</option>
          <option value="Search Engine">Search Engine</option>
          <option value="Magazine">Magazine</option>
          <option value="Radio">Radio</option>
          <option value="Other">Other</option>
        </select>
      </div>
    </div>
    <!----------------------------------------------------------------->
  </div>
  <!----------------------------------------------------------------->
  <!----------------------------------------------------------------->
  <div class="row">
    <!----------------------------------------------------------------->
    <div class="col-md-12">
      <input type="submit" id="request-a-call-modal-btn" data-gaction="request_a_call_modal" data-sitekey="6LeCBGoUAAAAALMF6EjF1mIcozmMdSlkgVrW0Ciw" value="REQUEST A CALL" class="red-pill mini-pill pull-right">
      <div class="request-foot"> Requests after 5pm Friday will be received Monday </div>
    </div>
    <!----------------------------------------------------------------->
  </div>
  <!----------------------------------------------------------------->
</form>

Text Content

Mountainview Mortgage - The Mortgage Centre 12568

Mountainview Mortgage - The Mortgage Centre 12568

Nicholas Gubert

Agent - M23006341

nicholasgubert@mortgagecentre.com

Tel: 905-873-0128  |   Cell: 647-468-3836



Mountainview Mortgage - The Mortgage Centre 12568





NICHOLAS GUBERT

AGENT - M23006341


 * Home
 * About Us
   *  * About Us
      * Why Mortgage Centre?
      * Partners
 * Mortgage Types
   *  * About Mortgage Types
      * Buying Property
      * 1st Time Buyers
      * Experienced Home Buyers
      * Cottage/Vacation Homes
      * Investment Properties
      * New Construction Financing
      * Multi-Residential Properties
     
      * Refinance
      * Home Improvement
      * Debt Consolidation
      * Release of Equity
      * Lines of Credit
     
      * Renew
      * Transferring to Another Lender
      * Negotiating with Your Current Lender
      * Early Renewal
      * Increase Amount Borrowed
      * Portability to New Property
     
      * Other Mortgages
      * Credit Issues
      * Commercial & Leasing
      * Income Issues
      * Second Mortgages
      * Private Mortgages
 * Useful Tools
   *  * Mortgage Calculators
      * Mortgage Glossary
      * Builder FAQ
      * Home Buying FAQ
 * CHIP
 * Broker Advantage
   *  * Broker Advantage
 * Agent
   *  * Profile
      * Blog
      * Testimonials
      * Resources
      * Lenders & Associations
 * Contact



Request a Call

 * 
 * 

Let us simplify the whole process of getting the mortgage that's right for you!

Apply Now!

We provide a variety of free calculators assisting you in researching, and
planning your mortgage.

Use Now!
MY MORTGAGE GOAL: * Mortgage Refinance Debt Consolidation Home Equity Loan
Signed a Purchase Agreement Offer Pending / Found a House Buying in 2 to 3
Months Researching Options
PLEASE CONTACT ME ABOUT? * Home Purchase Refinance Renewal Other
HOW DID YOU FIND US? * Television Ad Search Engine Magazine Radio Other
Requests after 5pm Friday will be received Monday


MORTGAGE TYPES


BUYING PROPERTY

Time to buy the dream. It can be a rewarding experience that helps you achieve
both personal and financial goals.




REFINANCE

Like many other Canadians you may be considering using the equity you've built
in your home to re-invest in your dreams or consolidate debt.




RENEW

Like many other Canadians you may be considering using the equity you've built
in your home to re-invest in your dreams or consolidate debt.




CHIP REVERSE MORTGAGE

The Canadian Home Income Plan (CHIP) our reverse mortgage solution has helped
thousands of older homeowners enjoy more financial flexibility without having to
sell or move.




OTHER MORTGAGES

The Mortgage Centre understands that everyone has a unique lifestyle, and we
believe your mortgage financing should be just as unique.




SUPPORT THE MAKE A WISH FOUNDATION IN CANADA

Donate Now! Learn More


WELCOME

There are generally two ways to get a mortgage in Canada: From a bank or from a
licensed mortgage professional.

While a bank only offers the products from their particular institution,
licensed mortgage professionals send millions of dollars in mortgage business
each year to Canada's largest banks, credit unions, trust companies, and
financial institutions; offering their clients more choice, and access to
hundreds of mortgage products! As a result, clients benefit from the trust,
confidence, and security of knowing they are getting the best mortgage for their
needs.

Whether you're purchasing a home for the first time, taking out equity from your
home for investment or pleasure, or your current mortgage is simply up for
renewal, it's important that you are making an educated buying decision with
professional unbiased advice.


MORTGAGE CALCULATORS

MORTGAGE COMPARISON

MORTGAGE QUALIFIER

REFINANCE INTEREST SAVINGS

MORTGAGE LOAN CALCULATOR

RENT VS. BUY

MORTGAGE PAYOFF


OUR LATEST NEWS


View More Articles


BOOK YOUR CONSULTATION

How Should We Contact You?
How Did You Find Us?





REQUEST A CALL

MY MORTGAGE GOAL: * Mortgage Refinance Debt Consolidation Home Equity Loan
Signed a Purchase Agreement Offer Pending / Found a House Buying in 2 to 3
Months Researching Options
PLEASE CONTACT ME ABOUT? * Home Purchase Refinance Renewal Other
HOW DID YOU FIND US? * Television Ad Search Engine Magazine Radio Other
Requests after 5pm Friday will be received Monday
Privacy Policy Sitemap Terms of Use

© Copyright, The Mortgage Centre . Each Office Independently Owned & Operated



 * ‹March
   2024›SuMoTuWeThFrSa252627282912345678910111213141516171819202122232425262728293031123456
   
   ‹2024›JanFebMarAprMayJunJulAugSepOctNovDec
   
   ‹2020-2029›201920202021202220232024202520262027202820292030

 * 

 * 08 :07 PM
   
   010203040506070809101112
   
   000510152025303540455055

 * ‹March
   2024›SuMoTuWeThFrSa252627282912345678910111213141516171819202122232425262728293031123456
   
   ‹2024›JanFebMarAprMayJunJulAugSepOctNovDec
   
   ‹2020-2029›201920202021202220232024202520262027202820292030

 * 

 * 08 :07 PM
   
   010203040506070809101112
   
   000510152025303540455055