<!DOCTYPE html>
<html>

<head>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>INSTANT ACCESS | Search All London & Area MLS® Homes & Condos For Sale</title>
	<meta name="description" content="London homes and condos for sale" />
<meta name="keywords" content="London, homes, condos, for sale, MLS, Real estate, Home, Condo, condominium, condominiums, townhome, waterfront, Adelaide Metcalfe (twp), Aylmer, Belmont, Central Huron (munic), Dorchester, Dutton, Glencoe, Ilderton, Lambeth, London, Lucan, Middlesex Centre (twp), Middlesex County, Oxford County, Port Stanley, Southwold, St. Thomas, Strathroy Caradoc (twp), Thames Centre (munic), Thamesville, Thorndale, West Lorne, Zorra (twp)" />
<link rel="stylesheet" type="text/css" href="/css/blueprint/screen.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/blueprint/plugins/buttons/screen.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/blueprint/print.css" media="print" />
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="/css/blueprint/ie.css" media="screen" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="/css/sticky-footer.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/site-master.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/themes/default.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/themes/responsive.css" />
<script type="text/javascript" src="/js/jquery.js"></script>
			<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-741043061"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-741043061');
</script>
			</head>
<style>
	.ui-autocomplete .ui-menu-item {
		border-top: 1px solid #3333;
		padding: 4px 0px 4px 6px !important;
		margin-left: -2px !important;
		width: calc(100% - 2px) !important;
	}

	.ui-autocomplete .ui-menu-item:hover,
	.ui-autocomplete .ui-menu-item:hover a {
		background-color: #fafafa;
	}

	.ui-autocomplete li:first-child {
		border-top: none !important;
	}

	.ui-autocomplete .ui-menu-item a {
		background-image: url('https://www.londonhomesearchtool.com/img/autocomplete-icons.png');
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: -14px -104px;
		padding: 1px 1px 1px 18px !important;
		background-color: #ffffff;
		border: none !important;
		margin: 0 !important;
	}

	#headercontainer {
		background: url('/img/bg-shadow2.png') repeat-x scroll 0 0 #6D799A !important;
	}
</style>

<body>
	<div id="wrap">
		<div id="company-info-bar">
	</div>
		<div id="headercontainer">
			<div id="header">
				<h1 id="site-header">
					INSTANT ACCESS | Search All London & Area MLS® Homes & Condos For Sale				</h1>
									<h3 id="site-subheader">Search 1000's of MLS&reg; Houses, Homes and Condominiums - View Pictures, Videos and Details... See Properties in Real Time As They Come Onto The Market</h3>
							</div>
		</div>
		<div id="content" class="container showgrid-off">

						<div id="maincontent">
									<style>
	.areYouRadio input {
		float: left;
	}

	.areYouRadio label {
		float: left;
		margin-top: 3px;
	}

	.areYouRadio label+input {
		clear: both;
	}

	.ui-autocomplete .ui-menu-item {
		border-top: 1px solid #3333;
		padding: 4px 0px 4px 6px !important;
		margin-left: -2px !important;
		width: calc(100% - 2px) !important;
	}

	.ui-autocomplete .ui-menu-item:hover,
	.ui-autocomplete .ui-menu-item:hover a {
		background-color: #fafafa;
	}

	.ui-autocomplete li:first-child {
		border-top: none !important;
	}

	.ui-autocomplete .ui-menu-item a {
		background-image: url('../../img/autocomplete-icons.png');
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: -14px -104px;
		padding: 1px 1px 1px 18px !important;
		background-color: #ffffff;
		border: none !important;
		margin: 0 !important;
		font-size: 14px;
	}
</style>
<script type="text/javascript" src="/js/theme1/jquery-1.8.2.min.js"></script>
	<style>
		.submit input[type="submit"] {
			background-color: #6a6a6a;
			border: 0 none;
			color: #fff;
			font-size: 1.375em;
			height: auto;
			margin-bottom: 20px;
			padding: 10px 15px;
			cursor: pointer;
		}
	</style>
	<script type="text/javascript">
		function show_nebhour(neighbour_id) {
			if ($('.Areas' + neighbour_id).is(':checked')) {
				$('#Areas' + neighbour_id).show();
			} else {
				$('#Areas' + neighbour_id).find('input[type=checkbox]:checked').removeAttr('checked');
				$('#Areas' + neighbour_id).hide();
			}
		}
	</script>

		<script>
		$(document).ready(function() {
			if ($("#AreasAddress").length > 0) {
				var search_result = [];
				$("#AreasAddress").autocomplete({
					source: async function(request, response) {
						var inputsearch = $("#AreasAddress").val();
						const provider = new GeoSearch.OpenStreetMapProvider({
							params: {
								addressdetails: 1,
								countrycodes: 'ca',
								limit: 25
							},
						});
						const results = await provider.search({
							query: inputsearch
						});
						var json = JSON.parse(JSON.stringify(results));
						var res = [];
						$.each(json, function(x, y) {
							search_result.push(y);
							res.push(y.label);
						});

						response(res);
					},
					minLength: 1,
					select: function(event, ui) {

						$.each(search_result, function(x, y) {

							if (y.label == ui.item.value) {
								$("#AreasLat").val(y.raw.lat);
								$("#AreasLng").val(y.raw.lon);

								$("#AreasCity").val(y.raw.address.city);
								$("#AreasNeighborhood").val(y.raw.address.neighbourhood);
							}
						});

					}
				});
			}
		});
	</script>
	<script type="text/javascript" src="/js/sweetmodal/jquery.sweet-modal.min.js"></script>
<link rel="stylesheet" type="text/css" href="/css/sweetmodal/jquery.sweet-modal.min.css" />
		<script>
			$(document).ready(function($) {
				$('#submit_areas_page').click(function() {
					//return false;
					var chklength = $('input:checkbox.main_areas').length;

					if ($('input:checkbox.main_areas:checked').length <= 0 && $('#AreaSpecificArea').val() == "") {
						//$("html, body").animate({ scrollTop: 0 });
						$.sweetModal({
							content: '<h3>You must pick at least one Area to receive any search results.</h3>',
							icon: $.sweetModal.ICON_WARNING
						});
						return false;
					}

					var co_sel_area = 0;
					var need_neigh_for = Array();
					$('input:checkbox.main_areas:checked').each(function() {
						co_sel_area++;
						//var sThisVal = (this.checked ? $(this).val() : "");
						//alert(sThisVal);
						var area_class_name_array = $(this).attr('class').split(' ');
						var area_class_name = area_class_name_array[0];
						//alert(area_class_name);

						var chkneighlength = $('div#' + area_class_name + ' input[type=checkbox]').length;
						//alert(chkneighlength);

						var co_sel_neigh = 0;
						//alert(co_sel_neigh);
						$('div#' + area_class_name + ' input[type=checkbox]:checked').each(function() {
							//alert('hello');					
							co_sel_neigh++;
						});

						if (chkneighlength > 0 && co_sel_neigh <= 0) {
							need_neigh_for.push($(this).val());
						}
						//alert(co_sel_neigh);

					});

					if (chklength > 0 && need_neigh_for.length > 0) {
						//show_alert_pop_area = 2; 
						//show_search_tab(1);
						//parent.$.fancybox.close();
						//$(window).scrollTop($('#grl_areas').offset().top);
						//$(window).scrollTop($('#grl_areas').offset().top);
						//$("html, body").animate({ scrollTop: 0 });
						$.sweetModal({
							content: '<h3>You must pick at least one Area to receive any search results.</h3>',
							icon: $.sweetModal.ICON_WARNING
						});
						return false;
					} else {
						$('#AreasForm').submit();
					}
					//alert(co_sel_neigh);
					//var chk_arr =  document.getElementsByName("area[]");
					//$('#AreasForm').submit();
				});
			});
		</script>
		<form action="/areas" id="AreasForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST" /></div>	
			<h2>Step 1 of 3: Choose Areas</h2>
		<div class="inline span-10">
			<fieldset><legend>Are You?</legend><div class="area-selection areYouRadio"><input type="radio" name="data[Areas][are_you]" id="AreasAreYouBuying" value="Buying" checked="checked"  /><label for="AreasAreYouBuying">Buying</label><input type="radio" name="data[Areas][are_you]" id="AreasAreYouSelling" value="Selling"  /><label for="AreasAreYouSelling">Selling</label><input type="radio" name="data[Areas][are_you]" id="AreasAreYouBuyingAndSelling" value="Buying and Selling"  /><label for="AreasAreYouBuyingAndSelling">Both</label></div></fieldset>				<style>
					#grl_areas div.checkbox {
						float: left;
						width: 50%;
					}
				</style>
						<style>
				.span-10 {
					width: 470px;
				}

				.prepend-2 {
					padding-left: 0px;
				}
			</style>
			<fieldset>
				<legend>Which Areas are you interested in?</legend>
				<input type="hidden" value="" name="data[Areas][areas]">
				<div id="grl_areas" class="area-selection"><div class="checkbox">
			<input type="checkbox" id="AreasAreasLondon" value="London" name="data[Areas][areas][London]" class="Areas7398 main_areas" data-areaId="7398"  onclick="show_nebhour(7398);">
			<label for="AreasAreasLondon">London</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasSt. Thomas" value="St. Thomas" name="data[Areas][areas][St. Thomas]" class="Areas7407 main_areas" data-areaId="7407"  onclick="show_nebhour(7407);">
			<label for="AreasAreasSt. Thomas">St. Thomas</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasAdelaide Metcalfe (twp)" value="Adelaide Metcalfe (twp)" name="data[Areas][areas][Adelaide Metcalfe (twp)]" class="Areas7416 main_areas" data-areaId="7416"  onclick="show_nebhour(7416);">
			<label for="AreasAreasAdelaide Metcalfe (twp)">Adelaide Metcalfe (twp)</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasAylmer" value="Aylmer" name="data[Areas][areas][Aylmer]" class="Areas7404 main_areas" data-areaId="7404"  onclick="show_nebhour(7404);">
			<label for="AreasAreasAylmer">Aylmer</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasBelmont" value="Belmont" name="data[Areas][areas][Belmont]" class="Areas7414 main_areas" data-areaId="7414"  onclick="show_nebhour(7414);">
			<label for="AreasAreasBelmont">Belmont</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasCentral Huron (munic)" value="Central Huron (munic)" name="data[Areas][areas][Central Huron (munic)]" class="Areas7418 main_areas" data-areaId="7418"  onclick="show_nebhour(7418);">
			<label for="AreasAreasCentral Huron (munic)">Central Huron (munic)</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasDorchester" value="Dorchester" name="data[Areas][areas][Dorchester]" class="Areas7411 main_areas" data-areaId="7411"  onclick="show_nebhour(7411);">
			<label for="AreasAreasDorchester">Dorchester</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasDutton" value="Dutton" name="data[Areas][areas][Dutton]" class="Areas7420 main_areas" data-areaId="7420"  onclick="show_nebhour(7420);">
			<label for="AreasAreasDutton">Dutton</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasGlencoe" value="Glencoe" name="data[Areas][areas][Glencoe]" class="Areas7405 main_areas" data-areaId="7405"  onclick="show_nebhour(7405);">
			<label for="AreasAreasGlencoe">Glencoe</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasLambeth" value="Lambeth" name="data[Areas][areas][Lambeth]" class="Areas7406 main_areas" data-areaId="7406"  onclick="show_nebhour(7406);">
			<label for="AreasAreasLambeth">Lambeth</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasIlderton" value="Ilderton" name="data[Areas][areas][Ilderton]" class="Areas7403 main_areas" data-areaId="7403"  onclick="show_nebhour(7403);">
			<label for="AreasAreasIlderton">Ilderton</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasLucan" value="Lucan" name="data[Areas][areas][Lucan]" class="Areas7402 main_areas" data-areaId="7402"  onclick="show_nebhour(7402);">
			<label for="AreasAreasLucan">Lucan</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasMiddlesex Centre (twp)" value="Middlesex Centre (twp)" name="data[Areas][areas][Middlesex Centre (twp)]" class="Areas7401 main_areas" data-areaId="7401"  onclick="show_nebhour(7401);">
			<label for="AreasAreasMiddlesex Centre (twp)">Middlesex Centre (twp)</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasMiddlesex County" value="Middlesex County" name="data[Areas][areas][Middlesex County]" class="Areas7400 main_areas" data-areaId="7400"  onclick="show_nebhour(7400);">
			<label for="AreasAreasMiddlesex County">Middlesex County</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasOxford County" value="Oxford County" name="data[Areas][areas][Oxford County]" class="Areas7410 main_areas" data-areaId="7410"  onclick="show_nebhour(7410);">
			<label for="AreasAreasOxford County">Oxford County</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasPort Stanley" value="Port Stanley" name="data[Areas][areas][Port Stanley]" class="Areas7419 main_areas" data-areaId="7419"  onclick="show_nebhour(7419);">
			<label for="AreasAreasPort Stanley">Port Stanley</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasSouthwold" value="Southwold" name="data[Areas][areas][Southwold]" class="Areas7417 main_areas" data-areaId="7417"  onclick="show_nebhour(7417);">
			<label for="AreasAreasSouthwold">Southwold</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasStrathroy Caradoc (twp)" value="Strathroy Caradoc (twp)" name="data[Areas][areas][Strathroy Caradoc (twp)]" class="Areas7421 main_areas" data-areaId="7421"  onclick="show_nebhour(7421);">
			<label for="AreasAreasStrathroy Caradoc (twp)">Strathroy Caradoc (twp)</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasThames Centre (munic)" value="Thames Centre (munic)" name="data[Areas][areas][Thames Centre (munic)]" class="Areas7408 main_areas" data-areaId="7408"  onclick="show_nebhour(7408);">
			<label for="AreasAreasThames Centre (munic)">Thames Centre (munic)</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasZorra (twp)" value="Zorra (twp)" name="data[Areas][areas][Zorra (twp)]" class="Areas7409 main_areas" data-areaId="7409"  onclick="show_nebhour(7409);">
			<label for="AreasAreasZorra (twp)">Zorra (twp)</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasThamesville" value="Thamesville" name="data[Areas][areas][Thamesville]" class="Areas7412 main_areas" data-areaId="7412"  onclick="show_nebhour(7412);">
			<label for="AreasAreasThamesville">Thamesville</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasThorndale" value="Thorndale" name="data[Areas][areas][Thorndale]" class="Areas7413 main_areas" data-areaId="7413"  onclick="show_nebhour(7413);">
			<label for="AreasAreasThorndale">Thorndale</label></div><div class="checkbox">
			<input type="checkbox" id="AreasAreasWest Lorne" value="West Lorne" name="data[Areas][areas][West Lorne]" class="Areas7415 main_areas" data-areaId="7415"  onclick="show_nebhour(7415);">
			<label for="AreasAreasWest Lorne">West Lorne</label></div></div>									<div class="input text" style="float:left; width:100%">
						<label for="AreaSpecificArea">Other Area?</label>
						<input type="text" id="AreaSpecificArea" value="" class="title" name="data[Areas][specific_area]">
					</div>
							</fieldset>
		
				<div class="submit">
					<div class="clear">
						<input id="submit_areas_page" type="submit" value="Continue &gt;&gt;" />						<div style="float:right;"><img class="mls_logo" src="/img/mlsr.png"></div>
					</div>
				</div>
				</div>
				</form>				<div class="span-12 last prepend-2"><div class="site-photo"><img src="/uploads/825_021020122002_2 Story.jpg" alt="INSTANT ACCESS | Search All London &amp; Area MLS® Homes &amp; Condos For Sale" width="425" height="246" /></div></div><div id="additional-content">
London is a city in southwestern Ontario, Canada along the Quebec City-Windsor Corridor. The city had a population of 383,822 according to the 2016 Canadian census. London is at the confluence of the Thames River, approximately 200 km (120 mi) from both Toronto and Detroit; and about 230 km (140 mi) from Buffalo, New York. The city of London is a separated municipality, politically separate from Middlesex County, though it remains the county seat.<br />
<br />
London is a regional centre of healthcare and education, being home to the University of Western Ontario (which brands itself "Western University"), Fanshawe College, and several hospitals (including a University Hospital). The city hosts a number of musical and artistic exhibits and festivals, which contribute to its tourism industry, but its economic activity is centred on education, medical research, insurance, and information technology.<br />
<br />
London has a number of parks. Victoria Park in downtown London is a major centre of community events, attracting an estimated 1 million visitors per year. Other major parks include Harris Park, Gibbons Park, Fanshawe Conservation Area (Fanshawe Pioneer Village), Springbank Park, and Westminster Ponds. The city also maintains a number of gardens and conservatories.</div>
<style type="text/css" media="all">

	.image_carousel {
		position: relative;
		float:left;
		width:100%; 
		margin-top:30px;
		clear:both;
	}


	.image_carousel img {
		border: 1px solid #ccc;
		background-color: white;
		padding: 9px;
		margin: 7px;
		display: block;
		float: left;
		cursor : pointer;
		box-shadow: 0 0 10px #444444;
		width:203px;
		height:174px; 
	}

	.image_carousel .caroufredsel_wrapper{
		width:100% !important;
	}

	a.prev, a.next {
		background: url(https://www.londonhomesearchtool.com/img/miscellaneous_sprite.png) no-repeat transparent;	
		width: 45px;
		height: 50px;
		display: block;
		position: absolute;
		top: 85px;
	}

	a.prev {
		left: -22px;
		background-position: 0 0;
	}

	a.prev:hover {		
		background-position: 0 -50px; 
	}

	a.prev.disabled {	
		background-position: 0 -100px !important; 
	}

	a.next {
		right: -25px;
		background-position: -50px 0; 
	}

	a.next:hover {	
		background-position: -50px -50px; 
	}

	a.next.disabled {	background-position: -50px -100px !important;  }

	a.prev.disabled, a.next.disabled {
		cursor: default;
	}

	a.prev span, a.next span {
		display: none;
	}

	.pagination {
		text-align: center;
	}

	#additional-content {
		text-align:justify;
	}
	
	.pagination a {
		background: url(https://www.londonhomesearchtool.com/img/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
		width: 15px;
		height: 15px;
		margin: 0 5px 0 0;
		display: inline-block;
	}

	.pagination a.selected {
		background-position: -25px -300px;
		cursor: default;
	}

	.pagination a span {
		display: none;
	}

	.clearfix {
		float: none;
		clear: both;
	}
	
	
	#foo2 .inline_info{ width:282px; margin-left:-289px; margin-top:151px; float:left; min-height:40px; padding:5px 0; background:#000; opacity:0.7; filter:alpha(opacity=70); color:#fff; text-align:center;}
	#foo2 img.sold{ width:90px; height:89px; margin-left:-97px; margin-top:7px; box-shadow:none; float:left; border:0; padding:0; background:none;}
</style>
<div class="container showgrid-off">
		
<div class="image_carousel">
	<div id="foo2">
								<img src='/uploads/825_160519023056_kings_college.jpg' />
								<img src='/uploads/825_160519023058_lot_1_front.jpg' />
								<img src='/uploads/825_160519023059_original.jpg' />
								<img src='/uploads/825_160519023100_portrush1.jpg' />
								<img src='/uploads/825_160519023103_queenannelondon500.jpg' />
								<img src='/uploads/825_160519023106_to_london_5392809.jpg' />
								<img src='/uploads/825_160519023109_240_261113122512_img_OLj1o.jpg' />
								<img src='/uploads/825_160519023112_2154_wickerson_eleva_qUFY0.jpg' />
								<img src='/uploads/825_160519023115_byron2.jpg' />
								<img src='/uploads/825_160519023118_juliette_1.jpg' />
					</div>
	<div class="clearfix"></div>
	<a class="prev" id="foo2_prev" href="#"><span>prev</span></a>
	<a class="next" id="foo2_next" href="#"><span>next</span></a>
	<div class="pagination" id="foo2_pag"></div>
</div> 
 <script type="text/javascript" src="/js/caruFredSel/jquery.carouFredSel.6.2.1-packed.js"></script><script type="text/javascript" language="Javascript">


	$(function() {
		$("#foo2").carouFredSel({
			responsive		: true,
			items: {
				width: 300,
                visible: {
                    min: 1,
                    max: 4                }
			},
			circular: true,
			infinite: false,
			auto 	: true,
			scroll	: {
				items			: 1,
				duration  		: 1000,
				pauseDuration 	: 1000			},
			prev	: {	
				button	: "#foo2_prev",
				key		: "left"
			},
			next	: { 
				button	: "#foo2_next",
				key		: "right"
			},
			pagination	: "#foo2_pag"
			 
		});
	});
</script>  
</div>
			
			<script>
				$(function() {
 					if ($('.main_areas').length == 1) {
						$('input[type="checkbox"].main_areas:first').prop('checked', true);
					}


					if ($('#selectAllArea').length) {
						$('#selectAllArea').on('change', function() {
							var isChecked = $(this).is(':checked');

							// Check or uncheck all checkboxes within .neighborhood_fieldset
							$('.neighborhood_fieldset input[type="checkbox"]').prop('checked', isChecked);
						})
					}

					if ($('.main_areas').length) {
						$('.main_areas').each(function(){
							if($(this).is(':checked')){
								var areaId = $(this).attr('data-areaid');
 								if(areaId){
									show_nebhour(areaId);
								}
							}
						});
					}
					
				})

				
			</script>							</div>
		</div>
	</div>
		<div id="footer" class="container showgrid-off veryquiet">
					<style>
				.crea_feed_div {
					padding-bottom: 20px;
					padding-top: 20px;
					width: 100%;
					width: 100%;
					border-top: 1px solid #cccccc;
					border-bottom: 1px solid #cccccc;
					font-family: Arial, Helvetica, sans-serif;
					float: left;
					margin-bottom: 20px;
				}

				.crea_feed_div .crea_feed_content {
					color: rgb(153, 153, 153);
					font-size: 11px;
					margin-left: 50px;
					text-align: center;
					width: 90%;
					margin: auto;
				}
			</style>
			<div class="crea_feed_div">
				<div class="crea_feed_content" align="center">
					The trademarks MLS&reg;, Multiple Listing Service&reg; 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.
					<br><br>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.
				</div>
			</div>
				<div id="copyright">
							&copy; 2026 SellingToolz Ltd.

				|
						<link rel="stylesheet" type="text/css" href="/css/fancybox/jquery.fancybox-1.3.4.css" /><script type="text/javascript" src="/js/fancybox/jquery.mousewheel-3.0.4.pack.js"></script><script type="text/javascript" src="/js/fancybox/jquery.fancybox-1.3.4.pack.js"></script><script>
$(document).ready(function()
{
	$('.login_popup_btn').click(function(event) 
	{
		event.preventDefault();
		var href = $(this).attr('href');
		var popup_theme = 'login_popup';
		var popup_outer_wrap = popup_theme+'_outer';
		var popup_wrap_class =  popup_theme+'_wrap';
		var screen_width = screen.width;
		if(screen_width > 500)
		{
			$.fancybox({
				content: '<iframe  style="width:470px;height:450px" src="https://www.goldrushleads.com/login?is_front_end_login_popup=1" frameborder="0" allowfullscreen></iframe>',
				centerOnScroll: true
		   });
		}  
		else
		{
			$.fancybox({
   				 	content: '<iframe  style="width:100%;height:450px;" src="https://www.goldrushleads.com/login?is_front_end_login_popup=1" frameborder="0" allowfullscreen></iframe>',
		   			centerOnScroll: true
		   });
		} 
		$('#fancybox-content').css('border-color','#f9f9f9');
	});
});	
</script>
<style>
	.login_popup_outer #fancybox-content
	{
		border-width:0px !important;
	}
	.login_popup_wrap
	{
		border:0px !important;
	}
	 .user_login_btn_wrap
	{
		display:inline-block;
	}
	
</style>
<div class="user_login_btn_wrap button_wrap">
	<a class="login_popup_btn" target="_blank"  href="https://www.goldrushleads.com/login?is_front_end_login_popup=1">Login</a>
</div>
		</div>
		<div id="company-privacy">
			Keller Williams Lifestyles Realty, Brokerage,  B100 509 Commissioners Rd W  London, ON N6J 1Y5 | Independently Owned & Operated | <a href="/privacy_policy" rel="privacy" class="popup" target="_blank">Privacy Policy</a>		</div>
			</div>

	
		<style>
.loading_grl
{
 display:none; margin: 0px; padding: 0px; position: fixed; right: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(102, 102, 102,0.9); z-index: 30001;
}
.loading_grl #loading_wrap
{
 position: absolute; color: White; background-color:#FFFFFF; top: 40%; left: 0;right:0;margin:0 auto; border:5px solid #000000; width:47%; height:180px; text-align:center; opacity:0.95
}
.loading_grl #loading_wrap h1
{
 color:#252122; text-align:center; font-weight:bold; font-size:24px; margin-top:10px
}
.loading_grl #loading_wrap #loading_block
{
 position:relative; margin-top:20px
}
.loading_grl #loading_wrap #loading_block p
{
 margin-bottom:10px; color:#333333; font-weight:bold; font-size:16px;
}
@media screen and (max-width: 1024px)
{
 .loading_grl #loading_wrap
 {
  width:90%;
  height: auto;
 }
 .loading_grl #loading_block
 {
  margin-bottom:20px;
 }
}
</style>
	
<div class="loading_grl" >
 <div id="loading_wrap" >
  			<h1>Loading...</h1>
		<div id="loading_block">
			<p></p>
			<img src="https://www.londonhomesearchtool.com/img/horizontal_loader.gif" width="33%;">
		</div>
	 	   
 </div> 
</div>		<script type="text/javascript">
		// When the document is ready set up our sortable with it's inherant function(s) 
		$(document).ready(function() {
			$('#signup_form').click(function() {
				$('.loading_grl').show();
			});
		});
	</script>
					<script>
			$(window).bind("load", function() {
				$.ajax({
					type: "POST",
					url: "https://www.londonhomesearchtool.com/track_visitors",
					data: {
						devicetype: "desktop",
						slug: "",
						listing_id: "0",
						site_id: "825",
						cuurent_page: "/optin/londonhomesearchtool.com/areas",
						referrer: "",
						view_type: "areas",
						title: "",
						lead_id: "0",
						params: ""
					},
					success: function(result) {
						//alert(result);
					}
				});
			});
		</script>
			</body>

</html>