<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
<meta name="format-detection" content="telephone=no" />
<title>Blog</title>
<link rel="canonical" href="https://www.realius.com/blog/wp-commentsrss2.php">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="all">@import "/misc/drupal.css?15";</style><script type="text/javascript" src="/misc/drupal.js"></script>
<script type="text/javascript" src="/modules/imagecache/js/lazyload.js"></script>
<script type="text/javascript" src="/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="/js/jquery-migrate.min.js"></script>
<script type="text/javascript" src="/js/jquery-ready.js"></script>
<script type="text/javascript" src="/js/jquery.superbox-min.js"></script>
<script type="text/javascript" src="/modules/ProtectedPropertyDetails/js/ProtectedPropertyDetails.js"></script>
<script type="text/javascript" src="/modules/register_popup/js/register_popup.js"></script>
<script type="text/javascript" src="/modules/save_search/js/save_search.js"></script>
<script type="text/javascript" src="/modules/register_popup_vow/js/register_popup_vow.js"></script>
<script type="text/javascript">
  var isSearchWidgetInit = false;
  var isSearchWidgetLoading = false;
  var SearchWidgetInitCallbacks = [];
  var SearchWidgetAfterCallbacks = [];
  var SearchWidgetUpdate = function(callback) {
    if(isSearchWidgetInit) {
      if(callback){
        callback();
      }
      return
    }
    if(callback) {
      SearchWidgetAfterCallbacks.push(callback);
    }
  }
  var setTimer;
  var SearchWidgetProcessAfterCallbacks = function(){
    if(setTimer) {
      clearTimeout(setTimer);
    }
    setTimer = setTimeout(function(){
      SearchWidgetAfterCallbacks.forEach(function(fn, i){
        fn();
      });
    }, 100)
  }
  </script>
<script type="text/javascript" src="/modules/widgets/featured_listing/js/jquery.jcarousel.js?1"></script>
<script type="text/javascript" src="/modules/widgets/featured_listing/js/jquery.jcarousel-core.js?1"></script>
<script type="text/javascript" src="/modules/widgets/featured_listing/js/jquery.jcarousel-autoscroll.js?1"></script>
<script type="text/javascript" src="/modules/widgets/latestBlogPost/js/jquery.jcarousel-control.min.js"></script>
<script type="text/javascript">
var isDocReady = false;
var docReadyFuncs = [];
function docReady(fn) {
  if(isDocReady) {
    return fn();
  }
  docReadyFuncs.push(fn);
}
window.addEventListener("load",function(){
  isDocReady = true;
  docReadyFuncs.forEach(function(fn, i){
    setTimeout(fn, 10);
  });
}, false);
</script>
<script type="text/javascript">
  var isGoogleMapInit = false;
  var isGoogleMapLoaded = false;
  var googleMapInitCallbacks = [];

  var googleMapInit = function(callback) {
    if(isGoogleMapLoaded) {
      if(callback){
        callback();
      }
      return
    }
    if(callback) {
      googleMapInitCallbacks.push(callback);
    }
    if(isGoogleMapInit) {
      return;
    }

    var script = document.createElement("script");
    script.onload = function(){
      isGoogleMapLoaded = true;
      googleMapInitCallbacks.forEach(function(fn, i){
        fn();
      });
    };
    script.async = true;
    script.src = "/google_api_script"
    document.head.appendChild(script);
    isGoogleMapInit = true;
  }
  </script>
<script src="/mapsearchapp/default_settings/1" defer="defer"></script>
<script type="text/javascript">
    var isPropertyViewInit = false;
    var isPropertyViewLoading = false;
    var propertyViewInitCallbacks = [];
    var propertyView;
    var propertyViewInit = function(callback) {

      if(isPropertyViewInit) {
        if(callback){
          callback();
        }
        return
      }
      if(callback) {
        propertyViewInitCallbacks.push(callback);
      }
      if(!isPropertyViewLoading) {
        isPropertyViewLoading = true;
        var script = document.createElement("script");
        script.onload = function(){
          isPropertyViewInit = true;
          propertyView = initPropertyView("#propertyViewApp", {"default_settings":{"if_map_working":0,"Latitude":43.8482740873,"Longitude":-79.5680878162,"isVow":true,"Zoom":14,"price_from":0,"price_to":0,"bathrooms":0,"bedrooms":0,"property_type":{"detached":"0","semidetached":"0","condo":"0","townhomes":"0","other":"0"},"sale":1,"rent":0,"settings":{"search":{"search_type":"residential","sold":0,"rented_leased":0,"display_view_d":"map","display_view_m":"list"},"sort":"newest"},"currentUser":{"uid":0,"name":"","mail":"","login":0},"BoardLimit":[2,3,4,100,2,3,4,1,29,44,48,49,51,54]}});
          propertyView.$watch("$state.isUserLoggedIn.uid", function(newValue,oldValue){
            if (window.settings.currentUser != undefined && window.settings.currentUser.uid > 0) {
              if(window.settings.currentUser.login == 0){
                $("li.cls_hidden p.cls_hidden_message a").text("CONFIRM YOUR EMAIL TO SEE DETAILS OF THE LISTINGS");
                $("li.cls_hidden p.cls_hidden_message span#vow_desc_small_txt").html("<strong>Email</strong> Verification Required");
              }
              else{
                $(".cls_hidden").removeClass("cls_hidden");
                $(".cls_hidden_message,.vow_p").hide();
              }
            }
          });
          propertyViewInitCallbacks.forEach(function(fn, i){
            fn();
          });
        };
        script.async = true;
        script.src = "/modules/mapSearchApp/dist/property-view-app/bundle.min.js?v=1733840908";
        document.head.appendChild(script);
      }
    }

    docReady(function(){
      propertyViewInit();
    });
    var propertyViewCurrentUID = 0;
    docReady(function(){
      var host = window.location.host;
      var http_or_https = window.location.protocol;
      propertyViewCurrentUID = $.ajax({
        url: http_or_https+"//"+host+"/mapsearchapp/currentUID",
        global: false,
        type: "POST",
        dataType: "json",
        async:false,
        success: function(msg){
        }
      }).done(function(data){
        propertyViewCurrentUID = data;
      });
      var SocialLoginRedirect = {"default_settings":{"if_map_working":0,"Latitude":43.8482740873,"Longitude":-79.5680878162,"isVow":true,"Zoom":14,"price_from":0,"price_to":0,"bathrooms":0,"bedrooms":0,"property_type":{"detached":"0","semidetached":"0","condo":"0","townhomes":"0","other":"0"},"sale":1,"rent":0,"settings":{"search":{"search_type":"residential","sold":0,"rented_leased":0,"display_view_d":"map","display_view_m":"list"},"sort":"newest"},"currentUser":{"uid":0,"name":"","mail":"","login":0},"BoardLimit":[2,3,4,100,2,3,4,1,29,44,48,49,51,54]}}["default_settings"].social;
	    if(typeof(SocialLoginRedirect) !== "undefined"){
        property_view_app_on_load();
	    }
    });
    function property_view_app(e,pid){
            e.preventDefault();
            var propertyLink = $("<link>")
                .attr({
                    type: "text/css",
                    id: "propertyCss", 
                    rel: "stylesheet",
                    href: "/modules/mapSearchApp/dist/property-view-app/bundle.css?v=1733840908"
                });
            if (!document.getElementById('propertyCss')){
              propertyLink.insertAfter($("link[rel='shortcut icon']"));
            }
            var clickOnPage = window.location.href;
            // wrap into propertyViewInit to make sure that PropertyViewAPP is ready.
            propertyViewInit(function (){
                propertyView.openProperty(pid,clickOnPage,propertyViewCurrentUID);
            });
    }
    function property_view_app_on_load(){
      var propertyLink = $("<link>")
        .attr({
          type: "text/css",
          id: "propertyCss", 
          rel: "stylesheet",
          href: "/modules/mapSearchApp/dist/property-view-app/bundle.css?v=1733840908"
        });
      if (!document.getElementById('propertyCss')){
        propertyLink.insertAfter($("link[rel='shortcut icon']"));
      }
    }
  </script>
<meta name="robots" content="index,follow" />
<link rel="alternate" type="application/rss+xml" title="RSS - " href="/blog/406700/feed" />

<link rel="shortcut icon" href="/themes/bannertheme/favicon.ico" type="image/x-icon" />
<script type="text/javascript">
                
                var SearchWidgetInit = function(callback) {
            
                  if(isSearchWidgetInit) {
                    if(callback){
                      callback();
                    }
                    return
                  }
                  if(callback) {
                    SearchWidgetInitCallbacks.push(callback);
                  }
                  if(!isSearchWidgetLoading) {
                    isSearchWidgetLoading = true;
                    var script = document.createElement("script");
                    script.onload = function(){
                      isSearchWidgetInit = true;
                      SearchWidgetInitCallbacks.forEach(function(fn, i){
                        fn();
                      });
                    };
                    script.async = true;
                    script.src = "/modules/mapSearchApp/dist/search-widget/bundle.min.js?v=1733840890";
                    document.head.appendChild(script);
                  }
                }
              </script>
<script type="text/javascript">
              docReady(function(){
                SearchWidgetInit(function(){
                  initSearchWidget("div.search-widget-1164488","innerPage",{"region":"topwidget","widget_id":"1164488","default_settings":{"if_map_working":0,"Latitude":43.8482740873,"Longitude":-79.5680878162,"isVow":true,"Zoom":14,"price_from":0,"price_to":0,"bathrooms":0,"bedrooms":0,"property_type":{"detached":"0","semidetached":"0","condo":"0","townhomes":"0","other":"0"},"sale":1,"rent":0,"settings":{"search":{"search_type":"residential","sold":0,"rented_leased":0,"display_view_d":"map","display_view_m":"list"},"sort":"newest"},"currentUser":{"uid":0,"name":"","mail":"","login":0},"BoardLimit":[2,3,4,100,2,3,4,1,29,44,48,49,51,54]},"for_sale":1,"templateVersion":"default","listView":0});
                  SearchWidgetProcessAfterCallbacks();
                });
              });
            </script>
<script type="text/javascript" src="/modules/widgets/ask_questions/ask_questions.js"></script>
<script type="text/javascript" src="/modules/free_home_valuation/js/chosen.jquery.min.js"></script>
<script type="text/javascript" src="/modules/property/js/lead_form_groups.js?1"></script>
<script type="text/javascript" src="/modules/incomCaptcha/js/incomCaptcha.js?4"></script>
<script type="text/javascript" src="/js/form_validation.js?v=1710269714"></script>
<script type="text/javascript">
              docReady(function(){
                SearchWidgetInit(function(){
                  initSearchWidget("div.search-widget-1164496","innerPage",{"region":"wsidebar_right","widget_id":"1164496","default_settings":{"if_map_working":0,"Latitude":43.8482740873,"Longitude":-79.5680878162,"isVow":true,"Zoom":14,"price_from":0,"price_to":0,"bathrooms":0,"bedrooms":0,"property_type":{"detached":"0","semidetached":"0","condo":"0","townhomes":"0","other":"0"},"sale":1,"rent":0,"settings":{"search":{"search_type":"residential","sold":0,"rented_leased":0,"display_view_d":"map","display_view_m":"list"},"sort":"newest"},"currentUser":{"uid":0,"name":"","mail":"","login":0},"BoardLimit":[2,3,4,100,2,3,4,1,29,44,48,49,51,54]},"for_sale":1,"templateVersion":"default","listView":0});
                  SearchWidgetProcessAfterCallbacks();
                });
              });
            </script>
<script type="text/javascript" src="/js/idle-timer-min.js"></script><script type="text/javascript" src="/js/guest_prefrence_log.js?v=1690985311"></script><script src="/modules/WidgetsManager/js/widgetLoader.js?1" type="text/javascript"></script>
<script type="text/javascript" src="/themes/bannertheme/js/guestTracking.js?v=1709823767"></script>
<style type="text/css" media="all">@import "/modules/visitor/css/visitor.css";</style><style type="text/css" media="all">@import "/modules/ProtectedPropertyDetails/css/jquery.superbox.css?1";</style><style type="text/css" media="all">@import "/modules/ProtectedPropertyDetails/css/ProtectedPropertyDetails.css?1";</style><style type="text/css" media="all">@import "/modules/save_search/css/savesearch.css";</style><style type="text/css" media="all">@import "/modules/widgets/latestBlogPost/css/style.css?1";</style><style type="text/css" media="all">@import "/common/css/blog.css?v=1681134855";</style><style type="text/css" media="all">@import "/modules/widgets/css/aboutMeWidget.css";</style><style type="text/css" media="all">@import "/modules/widgets/menuWidget/css/menuWidget.css";</style><style type="text/css" media="all">@import "/modules/widgets/css/quickSearch_form.css";</style><style type="text/css" media="all">@import "/modules/mapSearchApp/dist/search-widget/bundle.css?v=1733840890";</style><style type="text/css" media="all">@import "/modules/free_home_valuation/css/chosen.min.css";</style>




<link href="/themes/bannertheme/css/flexnav.css" rel="stylesheet" type="text/css" />
<link href="/themes/bannertheme/css/style.css?v=1733844126" rel="stylesheet" type="text/css" />
<link href="/themes/bannertheme/theme10/css/style.css?v=1721656733" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="/themes/bannertheme/theme10/js/themescriptinner.js?v=1659618151"></script> 
<script type="text/javascript" src="/themes/bannertheme/js/jquery.flexnav.js?2"></script>
<style type="text/css" media="all">@import "/files/themeManager/9383/theme10/style.css?time=1733864302";</style><style type="text/css" media="all">@import "/files/themeManager/9383/bannertheme/custom/css/color.css?time=1733864302";</style>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K3FFHP9MTH"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-K3FFHP9MTH');
</script>

<!-- Event snippet for Lead Registration - Sign Up conversion page -->
<script>
  gtag('event', 'conversion', {'send_to': 'AW-10869653621/7GgVCKbM6qEYEPWAh78o'});
</script>
</head>


<body class=" unbranded theme10 custom inner  _blog_wp-commentsrss2.php 9383   ">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K3FFHP9MTH"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-K3FFHP9MTH');

 if ((window.location.href.indexOf("landing/thank-you?name=") > -1) || (window.location.href.indexOf("landing/thank-you?register=1&name=") > -1)){
      let scriptToAdd = document.createElement('script');
     scriptToAdd.type  = 'text/javascript';  
     let inlineScript = document.createTextNode(
            "gtag('event', 'conversion', {'send_to': 'AW-10869653621/XHP9CMrrtpgYEPWAh78o'});");          
      scriptToAdd.appendChild(inlineScript);
     document.head.appendChild(scriptToAdd);
}

</script>

<!-- Event snippet for Lead Registration - Sign Up conversion page -->
<script>
  gtag('event', 'conversion', {'send_to': 'AW-10869653621/7GgVCKbM6qEYEPWAh78o'});
</script><div id="propertyViewApp"></div>
<div class="wholepage" itemscope itemtype="https://schema.org/RealEstateAgent">

<header>
   <div class="wrapper">
     <div id="topwidget">
       <div class="block widget" id="menuWidget-0-1164487"><div class="widget-loading"><script>widgetLoader.renderWidget("1164487","menuWidget","immidiate");</script></div></div><div class="block widget" id="quickSearch-0-1164488"><div class="search-widget-1164488"></div></div>     </div>	
   </div>	

</header>

 <div id="contactDataText"><a href="javascript:void(0);" class="closeBtnWindow"></a><div class="innercontact clearfix"><span class="bigimage"><img itemprop="image" src="/themes/bannertheme/images/500x800_BannerThemeTransparent.png" alt="DINESH  RAMANATHAN" /></span><div class="contactData"><h2 itemprop="name" class="agent_name">DINESH RAMANATHAN</h2>
	        <h4 class="agent_title">REALTOR®</h4><h2 class="agent_office_name">Re/Max Experts  </h2><a href="/" itemprop="url" class="logo"><img src="/files/themeManager/9383/theme10/Realius Website Logo Design.png" alt="Re/Max Experts  " /></a><dl><dt class="mobile">Mobile:</dt><dd itemprop="telephone" class="phone_cell"><a href="tel:416-400-9920">416-400-9920</a></dd><dt class="phone">Office:</dt><dd class="phone_office"><a href="tel:905-499-8800">905-499-8800</a></dd><dt class="contactus"><a href="/node/add/contactSite">Email Me</a></dt><dd></dd></dl></div></div></div><div class="overlayWindow"></div>
<figure class="mainuser">
   <a href="/" class="agent_photo"><span><img itemprop="image" src="/files/agent_profile_pics/1659805410.jpg" alt="DINESH  RAMANATHAN" class="agentimg" /></span></a>   <figcaption><h2 itemprop="name" class="agent_name">DINESH RAMANATHAN</h2>
	        <h4 class="agent_title">REALTOR®</h4><h2 class="agent_office_name">Re/Max Experts  </h2><a href="/" itemprop="url" class="logo"><img src="/files/themeManager/9383/theme10/Realius Website Logo Design.png" alt="Re/Max Experts  " /></a><dl><dt class="mobile">Mobile:</dt><dd itemprop="telephone" class="phone_cell"><a href="tel:416-400-9920">416-400-9920</a></dd><dt class="phone">Office:</dt><dd class="phone_office"><a href="tel:905-499-8800">905-499-8800</a></dd><dt class="contactus"><a href="/node/add/contactSite">Email Me</a></dt><dd></dd></dl></figcaption>
</figure>

<div id="topwidget1" class="widecontent">
</div>



<div id="topwidget2" class="widecontent">
</div>



<div class="wrapper contentarea clearfix">  


<div class="maincontent">
	
<aside class="help"></aside>
<aside class="message"></aside>
<div class="menutab"></div>
   
   <div id="contentwidgettop" class="widecontent">
        </div>
  <section class="g1 g2">
    <div id="contentwidget1">
          </div>	
  </section> 
  <section class="g1 g3">
	<div id="contentwidget2">
          </div>	
  </section> 
   <section class="g1 g4">
    <div id="contentwidget3">
          </div>	
   </section> 
  <section class="g1 g5">
	<div id="contentwidget4">
          </div>	
  </section> 
  <section class="g1 g6">
	<div id="contentwidget5">
          </div>	
  </section>
    <div class="maincontentinner">
    	    	    	<h1 class="main_title">Blog</h1>
  	  	<!-- begin content --><a href="/blog/406700/feed" class="feed-icon"><img src="/misc/feed.png" alt="Syndicate content" title="Syndicate content" width="16" height="16" /></a><!-- end content --></div>
  <div id="contentwidgetbottom" class="widecontent">
      </div>
 </div><!--close maincontent-->
   	   <div id="wsidebar_right">
               <div class="block widget" id="ask_questions-0-1164495"><form action="/blog/wp-commentsrss2.php"  method="post" id="ask_questions_widget_form" class="ask_questions_widget incom-js">
<div><div class="widgets-askQuestions"><h2 class="subject">Have Questions?</h2><div class="content"><input type="hidden" name="edit[form_id]" id="edit-ask-questions-widget-form" value="ask_questions_widget_form"  />
<input type="hidden" name="edit[form_tm]" id="edit-form_tm" value="1733864302|9yWza4Ejz1klQMrRS_bJhRq6jfacTJWAHHEHbGG8hH4"  />
<input type="hidden" name="edit[form_firsttm]" id="edit-form_firsttm" value="0"  />
<div class="general-info"><div class="form-item Name">
 <label for="ask-question-fname">Name: <span class="form-required" title="This field is required.">*</span></label>
 <input type="text" maxlength="32" name="edit[fname]" id="ask-question-fname"  size="16" value="" required="1" class="form-text required" />
</div>
<div class="form-item Last-Name">
 <label for="edit-lname">Last Name: <span class="form-required" title="This field is required.">*</span></label>
 <input type="text" maxlength="32" name="edit[lname]" id="edit-lname" size='16' value="" class="form-text required" />
</div>
<div class="form-item Phone">
 <label for="edit-phone">Phone: <span class="form-required" title="This field is required.">*</span></label>
 <input type="text" maxlength="32" name="edit[phone]" id="edit-phone"  size="16" value="" required="1" class="form-text required" />
</div>
<div class="form-item Email">
 <label for="ask-question-email">Email: <span class="form-required" title="This field is required.">*</span></label>
 <input type="text" maxlength="32" name="edit[email]" id="ask-question-email"  size="16" value="" required="1" class="form-text required" />
</div>
</div><div class="messages"><div class="form-item Message">
 <label for="edit-message">Message: </label>
 <textarea cols="60" rows="5" name="edit[message]" id="edit-message"  class="form-textarea"></textarea>
</div>
</div><input type="hidden" name="edit[url]" id="edit-url" value="http://www.realius.com/blog/wp-commentsrss2.php"  />
<div class="drip-group-container-wrapper">
      <label class="">I am a:<span class="form-required" title="This field is required.">*</span> <span class="dripUp2">(select up to 2 categories)</span></label><div id="drip-group-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-group-container   hide-field"><div class="form-item ">
 <label class="option"><input type="checkbox" name="edit[drip_group][BUYER]" id="edit-drip_group-BUYER" value="BUYER"   onclick="set_lead_group_micro(&#039;babecb8dd687bf0d3ca626c5808d7c12&#039;)" class="form-checkbox" /> BUYER</label>
</div>
<div class="form-item ">
 <label class="option"><input type="checkbox" name="edit[drip_group][SELLER]" id="edit-drip_group-SELLER" value="SELLER"   onclick="set_lead_group_micro(&#039;babecb8dd687bf0d3ca626c5808d7c12&#039;)" class="form-checkbox" /> SELLER</label>
</div>
<div class="form-item ">
 <label class="option"><input type="checkbox" name="edit[drip_group][RENTER]" id="edit-drip_group-RENTER" value="RENTER"   onclick="set_lead_group_micro(&#039;babecb8dd687bf0d3ca626c5808d7c12&#039;)" class="form-checkbox" /> RENTER</label>
</div>
<div class="form-item ">
 <label class="option"><input type="checkbox" name="edit[drip_group][OTHER]" id="edit-drip_group-OTHER" value="OTHER"   onclick="set_lead_group_micro(&#039;babecb8dd687bf0d3ca626c5808d7c12&#039;)" class="form-checkbox" /> OTHER</label>
</div>
</div></div><div id="drip-buyer-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-buyer-subgroup-container" style="display:none"><div class="form-item ">
 <select name="edit[drip_buyer_subgroup][]" multiple="multiple"  data-placeholder="What type of Buyer are you?" class="form-select group_suggestion_option" id="edit-drip_buyer_subgroup" ><option value="First Time Home Buyer">First Time Home Buyer</option><option value="Foreclosure Home Buyer">Foreclosure Home Buyer</option><option value="Affordable Home Buyer">Affordable Home Buyer</option><option value="Pre-Development Home Buyer">Pre-Development Home Buyer</option><option value="Pre-Construction Condo Buyer">Pre-Construction Condo Buyer</option><option value="Apartment/Condo Buyer">Apartment/Condo Buyer</option><option value="Luxury Home Buyer">Luxury Home Buyer</option><option value="Commercial Buyer">Commercial Buyer</option></select>
</div>
</div><div id="drip-seller-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-seller-subgroup-container" style="display:none"><div class="form-item ">
 <select name="edit[drip_seller_subgroup][]" multiple="multiple"  data-placeholder="What type of Seller are you?" class="form-select group_suggestion_option" id="edit-drip_seller_subgroup" ><option value="First Time Home Seller">First Time Home Seller</option><option value="Undecided Home Seller">Undecided Home Seller</option><option value="Decided Home Seller">Decided Home Seller</option><option value="Future Home Seller">Future Home Seller</option><option value="Commercial Seller">Commercial Seller</option></select>
</div>
</div><div id="drip-renter-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-renter-subgroup-container" style="display:none"><div class="form-item ">
 <select name="edit[drip_renter_subgroup][]" multiple="multiple"  data-placeholder="What type of lease interests you?" class="form-select group_suggestion_option" id="edit-drip_renter_subgroup" ><option value="6 Months Lease">6 Months Lease</option><option value="1 Year Lease">1 Year Lease</option><option value="1+ Year Lease">1+ Year Lease</option><option value="No-contract Lease">No-contract Lease</option></select>
</div>
</div><div id="drip-other-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-other-subgroup-container" style="display:none"><div class="form-item ">
 <select name="edit[drip_other_subgroup][]" multiple="multiple"  data-placeholder="Please select all applicable options." class="form-select group_suggestion_option" id="edit-drip_other_subgroup" ><option value="New Agent">New Agent</option><option value="Realtor">Realtor</option><option value="Service Provider">Service Provider</option><option value="Interested in Franchise">Interested in Franchise</option><option value="Associate">Associate</option><option value="Past Client">Past Client</option></select>
</div>
</div><div id="drip-buyer-seller-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-buyer-seller-subgroup-container drip-multiple-group" style="display:none"><div class="form-item ">
 <select name="edit[drip_buyer_seller_subgroup][]" multiple="multiple"  data-placeholder="What type of Buyer &amp; Seller are you?" class="form-select group_suggestion_option" id="edit-drip_buyer_seller_subgroup" ><option value="First Time Home Buyer">First Time Home Buyer</option><option value="Foreclosure Home Buyer">Foreclosure Home Buyer</option><option value="Affordable Home Buyer">Affordable Home Buyer</option><option value="Pre-Development Home Buyer">Pre-Development Home Buyer</option><option value="Pre-Construction Condo Buyer">Pre-Construction Condo Buyer</option><option value="Apartment/Condo Buyer">Apartment/Condo Buyer</option><option value="Luxury Home Buyer">Luxury Home Buyer</option><option value="Commercial Buyer">Commercial Buyer</option><option value="First Time Home Seller">First Time Home Seller</option><option value="Undecided Home Seller">Undecided Home Seller</option><option value="Decided Home Seller">Decided Home Seller</option><option value="Future Home Seller">Future Home Seller</option><option value="Commercial Seller">Commercial Seller</option></select>
</div>
</div><div id="drip-buyer-renter-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-buyer-renter-subgroup-container drip-multiple-group" style="display:none"><div class="form-item ">
 <select name="edit[drip_buyer_renter_subgroup][]" multiple="multiple"  data-placeholder="What type of Buyer &amp; Renter are you?" class="form-select group_suggestion_option" id="edit-drip_buyer_renter_subgroup" ><option value="First Time Home Buyer">First Time Home Buyer</option><option value="Foreclosure Home Buyer">Foreclosure Home Buyer</option><option value="Affordable Home Buyer">Affordable Home Buyer</option><option value="Pre-Development Home Buyer">Pre-Development Home Buyer</option><option value="Pre-Construction Condo Buyer">Pre-Construction Condo Buyer</option><option value="Apartment/Condo Buyer">Apartment/Condo Buyer</option><option value="Luxury Home Buyer">Luxury Home Buyer</option><option value="Commercial Buyer">Commercial Buyer</option><option value="6 Months Lease">6 Months Lease</option><option value="1 Year Lease">1 Year Lease</option><option value="1+ Year Lease">1+ Year Lease</option><option value="No-contract Lease">No-contract Lease</option></select>
</div>
</div><div id="drip-buyer-other-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-buyer-other-subgroup-container drip-multiple-group" style="display:none"><div class="form-item ">
 <select name="edit[drip_buyer_other_subgroup][]" multiple="multiple"  data-placeholder="Please select all applicable options." class="form-select group_suggestion_option" id="edit-drip_buyer_other_subgroup" ><option value="First Time Home Buyer">First Time Home Buyer</option><option value="Foreclosure Home Buyer">Foreclosure Home Buyer</option><option value="Affordable Home Buyer">Affordable Home Buyer</option><option value="Pre-Development Home Buyer">Pre-Development Home Buyer</option><option value="Pre-Construction Condo Buyer">Pre-Construction Condo Buyer</option><option value="Apartment/Condo Buyer">Apartment/Condo Buyer</option><option value="Luxury Home Buyer">Luxury Home Buyer</option><option value="Commercial Buyer">Commercial Buyer</option><option value="New Agent">New Agent</option><option value="Realtor">Realtor</option><option value="Service Provider">Service Provider</option><option value="Interested in Franchise">Interested in Franchise</option><option value="Associate">Associate</option><option value="Past Client">Past Client</option></select>
</div>
</div><div id="drip-seller-renter-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-seller-renter-subgroup-container drip-multiple-group" style="display:none"><div class="form-item ">
 <select name="edit[drip_seller_renter_subgroup][]" multiple="multiple"  data-placeholder="What type of Seller &amp; Renter are you?" class="form-select group_suggestion_option" id="edit-drip_seller_renter_subgroup" ><option value="First Time Home Seller">First Time Home Seller</option><option value="Undecided Home Seller">Undecided Home Seller</option><option value="Decided Home Seller">Decided Home Seller</option><option value="Future Home Seller">Future Home Seller</option><option value="Commercial Seller">Commercial Seller</option><option value="6 Months Lease">6 Months Lease</option><option value="1 Year Lease">1 Year Lease</option><option value="1+ Year Lease">1+ Year Lease</option><option value="No-contract Lease">No-contract Lease</option></select>
</div>
</div><div id="drip-seller-other-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-seller-other-subgroup-container drip-multiple-group" style="display:none"><div class="form-item ">
 <select name="edit[drip_seller_other_subgroup][]" multiple="multiple"  data-placeholder="Please select all applicable options." class="form-select group_suggestion_option" id="edit-drip_seller_other_subgroup" ><option value="First Time Home Seller">First Time Home Seller</option><option value="Undecided Home Seller">Undecided Home Seller</option><option value="Decided Home Seller">Decided Home Seller</option><option value="Future Home Seller">Future Home Seller</option><option value="Commercial Seller">Commercial Seller</option><option value="New Agent">New Agent</option><option value="Realtor">Realtor</option><option value="Service Provider">Service Provider</option><option value="Interested in Franchise">Interested in Franchise</option><option value="Associate">Associate</option><option value="Past Client">Past Client</option></select>
</div>
</div><div id="drip-renter-other-subgroup-container-babecb8dd687bf0d3ca626c5808d7c12" class="drip-renter-other-subgroup-container drip-multiple-group" style="display:none"><div class="form-item ">
 <select name="edit[drip_renter_other_subgroup][]" multiple="multiple"  data-placeholder="Please select all applicable options." class="form-select group_suggestion_option" id="edit-drip_renter_other_subgroup" ><option value="6 Months Lease">6 Months Lease</option><option value="1 Year Lease">1 Year Lease</option><option value="1+ Year Lease">1+ Year Lease</option><option value="No-contract Lease">No-contract Lease</option><option value="New Agent">New Agent</option><option value="Realtor">Realtor</option><option value="Service Provider">Service Provider</option><option value="Interested in Franchise">Interested in Franchise</option><option value="Associate">Associate</option><option value="Past Client">Past Client</option></select>
</div>
</div><input type="hidden" name="edit[ask_question]" id="edit-ask_question" value="1"  />
<input type="hidden" name="edit[officeForm]" id="edit-officeForm" value="0"  />
<input type="hidden" name="edit[assignedCategoryID]" id="edit-assignedCategoryID" value="0"  />
 <div class = "consent-checkbox-form"><input type="checkbox" name="edit[consent-terms]" 
id="edit-consent-terms" class="form-checkbox" required><span class="new_disclaimer">I agree to receive marketing and customer service calls and text messages from <span>Re/Max Experts  </span>.
      Consent is not a condition of purchase. Msg/data rates may apply. Msg frequency varies. Reply STOP to unsubscribe.<a href='/privacy-policy' target='_blank'> Privacy Policy</a>
      & <a href='/terms-of-service' target='_blank'>Terms of Service</a>.</span>
</div><div class="submit-wrapper"><input type="submit" name="op" value="Send"  class="form-submit" />
<a href="javascript:void(0)" class="disclaimer_link"> 
   									Disclaimer
   									<span class="disclaimer_content">By entering my contact information I give my express consent to be contacted by 'DINESH  RAMANATHAN, Re/Max Experts  ' 
      and or real estate salespeople on behalf of 'Re/Max Experts  ' to discuss potential services.</span>
								</a></div></div></div><div style="clear:both;"></div>
</div></form>
</div><div class="block widget" id="quickSearch-0-1164496"><div class="search-widget-1164496"></div></div>      	    	   </div>
   </div><!--end wrapper-->

<div id="footerwidgettop">
  </div>
 
<footer>
  <div class="wrapper footerarea clearfix"> 
	<div id="footerwidget" class="widecontent">
     <div class="block widget" id="dev_widget-0-1164492"><div class="widget-loading"><script>widgetLoader.renderWidget("1164492","dev_widget","delayed");</script></div></div><div class="block widget" id="social_media-0-1164493"><div class="widget-loading"><script>widgetLoader.renderWidget("1164493","social_media","delayed");</script></div></div>    </div>
    <div class="f1 f2">
    	 <div id ="footerwidget1">
         <div class="block widget" id="AboutMeforAgent-0-1164489"><div class="widget-loading"><script>widgetLoader.renderWidget("1164489","AboutMeforAgent","delayed");</script></div></div>        </div>
    </div>
    <div class="f1 f3">
    	 <div id ="footerwidget2">
         <div class="block widget" id="social_media-0-1164490"><div class="widget-loading"><script>widgetLoader.renderWidget("1164490","social_media","delayed");</script></div></div><div class="block widget" id="dev_widget-0-1164491"><div class="widget-loading"><script>widgetLoader.renderWidget("1164491","dev_widget","delayed");</script></div></div>        </div>
    </div>
    <div class="f1 f4">
    	 <div id ="footerwidget3">
                 </div>
    </div>
    <div class="f1 f5">
    	 <div id ="footerwidget4">
                 </div>
    </div>
       <div class="f1 f6">
    	 <div id ="footerwidget5">
                 </div>
    </div>
  </div><!--end wrapper-->
   <div class="credentials clearfix">
   <p class="credit"><span class="brokerfooter"><a class="brokerage-link" href="http://www.remaxexperts.ca" target="_blank">Re/Max Experts  </a><span class="operated">&nbsp;&nbsp;independently owned &amp; operated</span></span><span class="creditincom"><a href="http://www.incomrealestate.com/?utm_campaign=app&utm_medium=frontend&utm_source=https://www.realius.com" class="linkincom" target="_blank"> Vaughan real estate websites</a> <span class="byincom">by iNCOM Web & e-Marketing Solutions</span></span><span id="incomlogo"><span class="copy">&copy;</span><img src="/themes/bannertheme/images/InComLogo-New2014.png" title="InCom Real Estate Web and Marketing Solutions" alt="InCom Real Estate Web and Marketing Solutions"></span></p><p class="terms_policy_links"><a href="/terms-of-service">Terms of Service</a> | <a href="/privacy-policy">Privacy Policy</a></p><p class="login"><a href="/visitor">User Login</a></p><p class="rets_disclaimer_logo" style="clear:both;margin-bottom:0px;"></p><div class="crea_text" ><div class="realtorLogo"><span></span>The trademarks REALTOR®, REALTORS®, and the REALTOR® logo are controlled by The Canadian Real Estate Association (CREA) and identify real estate professionals who are members of CREA.</div><div class="mlsLogo"><span></span>The trademarks MLS®, Multiple Listing Service® and the associated logos are owned by The Canadian Real Estate Association (CREA) and identify the quality of services provided by real estate professionals who are members of CREA.</div></div>  </div>
</footer>
      
 
<div id="footerwidgetbottom" class="widecontent">
  </div>
   
<div class="pagebottom">

</div>

</div><!--close whoole page-->

  <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K3FFHP9MTH"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-K3FFHP9MTH');

 if ((window.location.href.indexOf("landing/thank-you?name=") > -1) || (window.location.href.indexOf("landing/thank-you?register=1&name=") > -1)){
      let scriptToAdd = document.createElement('script');
     scriptToAdd.type  = 'text/javascript';  
     let inlineScript = document.createTextNode(
            "gtag('event', 'conversion', {'send_to': 'AW-10869653621/XHP9CMrrtpgYEPWAh78o'});");          
      scriptToAdd.appendChild(inlineScript);
     document.head.appendChild(scriptToAdd);
}

</script>

<!-- Event snippet for Lead Registration - Sign Up conversion page -->
<script>
  gtag('event', 'conversion', {'send_to': 'AW-10869653621/7GgVCKbM6qEYEPWAh78o'});
</script>  
  <div id="crea_dd_compliance" style="display: none;"><div style="top: 161.5px; left: 458px; font-size:14px;  display: none;" id="dialog_creas" class="window">
       <p style="font-size:17px;text-align:center;font-weight:bold;">CREA Agreement</p>
       <p class="crea_popup_body">REALTOR®, REALTORS®, and the REALTOR® logo are certification marks that are owned by REALTOR® Canada Inc. and licensed exclusively to The Canadian Real Estate Association (CREA). These certification marks identify real estate professionals who are members of CREA and who must abide by CREAs By-Laws, Rules, and the REALTOR® Code. The MLS® trademark and the MLS® logo are owned by CREA and identify the quality of services provided by real estate professionals who are members of CREA.</p>
       <p class="crea_popup_body">The information contained on this site is based in whole or in part on information that is provided by members of The Canadian Real Estate Association, who are responsible for its accuracy. CREA reproduces and distributes this information as a service for its members and assumes no responsibility for its accuracy.</p>
       <p class="crea_popup_body">This website is operated by a brokerage or salesperson who is a member of The Canadian Real Estate Association.</p>
       <p class="crea_popup_body">The listing content on this website is protected by copyright and other laws, and is intended solely for the private, non-commercial use by individuals. Any other reproduction, distribution or use of the content, in whole or in part, is specifically forbidden. The prohibited uses include commercial use, "screen scraping", "database scraping", and any other activity intended to collect, store, reorganize or manipulate data on the pages produced by or displayed on this website.</p><div id="popupfoot"><a href="#" class="close agree agree_button">Accept</a> | <a class="not_agree" style="color:red;" href="#">Cancel</a></div></div><div style="width: 1366px; font-size: 32pt; color: white; height: 558px; opacity: 0.9; display: none;" id="mask"></div></div>
</body>
</html>