
<!DOCTYPE HTML>
<html lang="en">
    <head>
    <meta charset="UTF-8"/>
    
    

    
    <title>Home | Berkshire Hathaway HomeServices Vermont Realty Group | Berkshire Hathaway HomeServices</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <!-- <link data-id="pageHome" rel="icon" type="image/x-icon" href="/etc/clientlibs/bhhs-pagelibs/images/bhhs_seal_favicon.ico"> -->
    <script defer type="text/javascript" src="https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js" data-routing="env=prod,tier=publish,ams=HSF Affiliates LLC"></script>
<link rel="icon" type="image/png" href="/etc/clientlibs/bhhs-pagelibs/resources/favicon-96x96.png" sizes="96x96"/>
    <link rel="icon" type="image/svg+xml" href="/etc/clientlibs/bhhs-pagelibs/resources/favicon.svg"/>
    <link rel="shortcut icon" href="/etc/clientlibs/bhhs-pagelibs/resources/favicon.ico"/>
    <link rel="apple-touch-icon" sizes="180x180" href="/etc/clientlibs/bhhs-pagelibs/resources/apple-touch-icon.png"/>
    <meta name="apple-mobile-web-app-title" content="BHHS"/>
    <link rel="manifest" href="/etc/clientlibs/bhhs-pagelibs/resources/site.webmanifest"/>
    <meta name="msapplication-TileColor" content="#da532c"/>
    <meta name="theme-color" content="#ffffff"/>
    
    
        <meta name="description" content="For All Your Home Buying or Home Selling Needs Trust Vermont Realty Group, A Member of Berkshire Hathaway. Our Experienced Real Estate Agents Will Help You Get Started Today!"/>
        
    
        <meta name="robots" content="index"/>
        
    
        <meta name="twitter:card" content="summary"/>
        
    
        <meta property="og:title" content="Vermont Real Estate | Vermont Realty Group | Berkshire Hathaway Vermont Real Estate | Vermont Realty Group | Berkshire Hathaway "/>
        
    
        <meta property="og:description" content="For All Your Home Buying or Home Selling Needs Trust Vermont Realty Group, A Member of Berkshire Hathaway. Our Experienced Real Estate Agents Will Help You Get Started Today!"/>
        
    
        <meta property="og:image:width" content="300"/>
        
    
        <meta property="og:image:height" content="300"/>
        
    
        <meta property="og:type" content="website"/>
        
    
        <meta property="og:url" content="https://www.vtregroup.com"/>
        
    
        
        <link rel="canonical" href="https://www.vtregroup.com"/>
    
      
		<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9EXZCGPGB5"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-9EXZCGPGB5');
</script>

<meta name="google-site-verification" content="3A1jt1qvpuJ4pTqV3JXFNCI5VTAr9r6gHMbKoyHnWhQ" /> 
<!-- Start Google Tag Manager -->
<link rel="preconnect" href="https://www.googletagmanager.com"/>
<link rel="dns-prefetch" href="https://www.googletagmanager.com"/>
<script> (function (w, d, s, l, i) {
	w[l] = w[l] || [];
	w[l].push({
		'gtm.start':
			new Date().getTime(),
		event: 'gtm.js'
	});
	var f = d.getElementsByTagName(s)[0],
		j = d.createElement(s),
		dl = l != 'dataLayer' ? '&l=' + l : '';
	j.async = true;
	j.src ='https://www.googletagmanager.com/gtm.js?id=' + i + dl;
	f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KK46WNH');
</script>
 

<link rel="preconnect" href="https://www.googletagmanager.com"/>
<link rel="dns-prefetch" href="https://www.googletagmanager.com"/>
<script> (function (w, d, s, l, i) {
		w[l] = w[l] || [];
		w[l].push({
			'gtm.start':
				new Date().getTime(),
			event: 'gtm.js'
		});
		var f = d.getElementsByTagName(s)[0],
			j = d.createElement(s),
			dl = l != 'dataLayer' ? '&l=' + l : '';
		j.async = true;
		j.src ='https://www.googletagmanager.com/gtm.js?id=' + i + dl;
		f.parentNode.insertBefore(j, f);
	})(window, document, 'script', 'dataLayer', 'GTM-NRJ9NWJ');
</script>

<!-- End Google Tag Manager -->
 
    <!-- INPOWERED TRACKING -->
    <link rel="preconnect" href="https://cdn.inpwrd.net"/>
    <link rel="dns-prefetch" href="https://cdn.inpwrd.net"/>

    <script src="https://cdn.inpwrd.net/track/1.0.0/bundle.min.js?customerId=519"></script>
<!-- END INPOWERED TRACKING -->
    

    

<!--Data Layer to enable rich data collection and targeting-->
<script>
  var pageTitle = document.getElementsByTagName("title")[0].innerText;
  var digitalData = {
    "page": {
      "name": pageTitle,
      "section": "",
      "language": ""
    },
    "user": {
      status: 'LoggedOut',
      loginID: '',
    },
  };
</script>
<!--Launch Header Embed Code-->
<script>
    // Function to get cookie value
    function getCookie(name) {
        const value = '; '+ document.cookie;
        const parts = value.split('; '+name+'=');
        if (parts.length === 2) return parts.pop().split(';').shift();
        return null;
    }

    // Function to check OneTrust consent
    function checkOneTrustConsent() {
        // States that require explicit consent
        const consentRequiredStates = ['CA', 'NV', 'TX', 'CT', 'CO', 'VA'];

        // Get geolocation data from OneTrust
        let userState = null;
        if (typeof OneTrust !== 'undefined' && OneTrust.getGeolocationData) {
            try {
                const geoData = OneTrust.getGeolocationData();
                userState = geoData?.state || geoData?.region;
            } catch (error) {
                console.warn('Unable to get geolocation data:', error);
            }
        }

        // If user is in a consent-required state, check for explicit consent
        if (userState && consentRequiredStates.includes(userState.toUpperCase())) {
            const consentCookie = getCookie('OptanonConsent');
            if (!consentCookie) return false;

            const interactionMatch = consentCookie.match(/interactionCount=(\d+)/);
            const interactionCount = interactionMatch ? parseInt(interactionMatch[1], 10) : 0;

            if (interactionCount === 0) return false;

            const groupsMatch = consentCookie.match(/groups=([^&]+)/);
            const groupList = groupsMatch ? groupsMatch[1].split(',') : [];

            return groupList.every(group => group.endsWith(':1'));
        }

        // For other states, allow script loading (default behavior)
        return true;
    }

    // Function to load Adobe script (exempted from OneTrust consent)
    function loadAdobeScript() {
        const script = document.createElement('script');
        script.type = 'text/javascript';
        script.src = '\/\/assets.adobedtm.com\/launch\u002DEN8919423a46da4e859aad8cef6f514471.min.js';
        script.async = true;
        document.head.appendChild(script);
    }

    // Function to initialize OneTrust listener (Adobe exempted)
    function initOneTrust() {
        // Adobe script is exempted from consent, so no listener needed
        // This function is kept for potential future use with other scripts
    }

    // Load Adobe script immediately (exempted from consent)
    loadAdobeScript();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>


<script>
    (function() {
        let initialized = false;

        function initOnInteraction() {
            if (initialized) return;
            initialized = true;

            // Remove all listeners
            ['click', 'touchstart', 'keydown', 'mousemove'].forEach(event => {
                document.removeEventListener(event, initOnInteraction);
            });

            // Load scripts
            const scripts = [
                'https://www.google.com/recaptcha/api.js?render=explicit',
                'https://apis.google.com/js/platform.js',
                'https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js'
            ];

            scripts.forEach(src => {
                const script = document.createElement('script');
                script.src = src;
                script.async = true;
                if (src?.includes('platform.js')) {
                    script.defer = true;
                }
                document.head.appendChild(script);
            });
        }

        // Add event listeners for user interaction
        ['click', 'touchstart', 'keydown', 'mousemove'].forEach(event => {
            document.addEventListener(event, initOnInteraction, { passive: true });
        });

        // Fallback after 10s
        // setTimeout(initOnInteraction, 30000);
    })();
</script>

<script>
    // Function to load Facebook SDK after OneTrust consent
    function loadFacebookSDK() {
        // Wait for OneTrust to be available if checking geolocation
        if (typeof OneTrust === 'undefined') {
            setTimeout(loadFacebookSDK, 100);
            return;
        }

        if (checkOneTrustConsent()) {
            const script = document.createElement('script');
            script.src = 'https://connect.facebook.net/en_US/sdk.js';
            script.async = true;
            script.crossOrigin = 'anonymous';
            document.head.appendChild(script);
        }
    }

    // Function to initialize OneTrust listener for Facebook
    function initOneTrustFacebook() {
        if (typeof OneTrust !== 'undefined') {
            OneTrust.OnConsentChanged(function() {
                loadFacebookSDK();
            });
        } else {
            setTimeout(initOneTrustFacebook, 100);
        }
    }

    // Check for consent cookie
    loadFacebookSDK();

    // Initialize OneTrust listener
    initOneTrustFacebook();
</script>




<!-- TODO temporary fix for MD5 HASH on client libs -->






<script type="text/javascript" src="/etc/clientlibs/bhhs-headlibs.min.60a7996b507fb2e4ce513d28ea5b4536.js"></script>
<link rel="stylesheet" href="/etc/clientlibs/bhhs-pagelibs.min.cc093235c0bb36a70a6e4f5092a29fe5.css" type="text/css"/>

<!-- Load luxury theme only when themeSelector is empty, not available, or equals luxury -->


<!-- Load specific theme when themeSelector.theme exists and is not luxury -->
<link rel="stylesheet" href="/etc/clientlibs/bhhs-themes/traditional.min.816291e39520ab75ee97554c9576cad4.css" data-theme="traditional" type="text/css"/>










    <input name="current-page-path" type="hidden" value="/content/bhhs-franchisee/vt301/en/us"/>


<!-- Include Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer"/>

<script>
    window.thirdPartyScripts = [
        'https://www.google.com/recaptcha/api.js?render=explicit',
        'https://apis.google.com/js/platform.js',
        'https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js',
        'https://connect.facebook.net/en_US/sdk.js',
        'https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js',
        window.livebyUrlInjectionSrc
    ];
</script>

    
    <script async>
    window.livebyUrlInjectionSrc = "https://pages.liveby.com/liveby.js?id=bhhs-vt301&ref=%2Fvermont-realty-group-vt301";
    (function() {
        let initialized = false;

        function initOnInteraction() {
            if (initialized) return;
            initialized = true;

            // Remove all listeners
            ['click', 'touchstart', 'keydown', 'mousemove'].forEach(event => {
                document.removeEventListener(event, initOnInteraction);
            });

            // Load scripts
            const scripts = [
                window.livebyUrlInjectionSrc
            ];

            scripts.forEach(src => {
                const script = document.createElement('script');
                script.src = src;
                script.async = true;
                document.head.appendChild(script);
            });
        }

        // Add event listeners for user interaction
        ['click', 'touchstart', 'keydown', 'mousemove'].forEach(event => {
            document.addEventListener(event, initOnInteraction, { passive: true });
        });
        // Fallback after 10s
        // setTimeout(initOnInteraction, 30000);
    })();
    </script>

    
    
    

    

    
    

    <!-- <sly data-sly-test.appResourcesPath=/etc/clientlibs/bhhs-pagelibs/resources data-sly-call="org.apache.sling.scripting.sightly.apps.bhhs.components.structure.page.head__002e__resources__002e__html$1@23bf6eaf"></sly> -->
    <!-- BuyerMls script loading on page Condition -->
    
        <script type="text/javascript" async src="//api.buyermls.com/widget/buyside-widget-v31.js"></script>
    
	  <script>window.ca_id='CA-381756-131';</script>
		<script src="https://cdn.cmcd1.com/scripts/cdtag.min.js"></script>
</head>
    <body class="pageHome page basicpage vertical-logo-banner-template ">
	<!-- Google Tag Manager (noscript) -->
	<noscript> 
		<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KK46WNH" height="0" width="0" style="display:none;visibility:hidden"></iframe>
	</noscript>
	
		<noscript> 
			<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NRJ9NWJ" height="0" width="0" style="display:none;visibility:hidden"></iframe>
		</noscript>
	
	<!-- Google Tag Manager (noscript) -->
	
        
        
            



            
<div class="site-wrapper         publish" data-template="level-1-page" data-franchisee-id="vt301">

    
    
    






    
    
    










<section class="cmp-utility-header d-sm-none d-lg-flex align-items-center" data-language-selector-list="[{&#34;title&#34;:&#34;English&#34;,&#34;locale&#34;:&#34;en_US&#34;,&#34;prefix&#34;:&#34;&#34;}]" data-currencies-selector-list="[{&#34;title&#34;:&#34;ARS&#34;,&#34;currency&#34;:&#34;Argentine Peso&#34;},{&#34;title&#34;:&#34;AWG&#34;,&#34;currency&#34;:&#34;Aruban Florin&#34;},{&#34;title&#34;:&#34;AUD&#34;,&#34;currency&#34;:&#34;Australian Dollar&#34;},{&#34;title&#34;:&#34;BSD&#34;,&#34;currency&#34;:&#34;Bahamian Dollar&#34;},{&#34;title&#34;:&#34;BBD&#34;,&#34;currency&#34;:&#34;Barbadian Dollar&#34;},{&#34;title&#34;:&#34;BZD&#34;,&#34;currency&#34;:&#34;Belize Dollar&#34;},{&#34;title&#34;:&#34;BMD&#34;,&#34;currency&#34;:&#34;Bermudan Dollar&#34;},{&#34;title&#34;:&#34;BRL&#34;,&#34;currency&#34;:&#34;Brazilian Real&#34;},{&#34;title&#34;:&#34;GBP&#34;,&#34;currency&#34;:&#34;British Pound Sterling&#34;},{&#34;title&#34;:&#34;CAD&#34;,&#34;currency&#34;:&#34;Canadian Dollar&#34;},{&#34;title&#34;:&#34;KYD&#34;,&#34;currency&#34;:&#34;Cayman Islands Dollar&#34;},{&#34;title&#34;:&#34;CLP&#34;,&#34;currency&#34;:&#34;Chilean Peso&#34;},{&#34;title&#34;:&#34;CNY&#34;,&#34;currency&#34;:&#34;Chinese Yuan&#34;},{&#34;title&#34;:&#34;COP&#34;,&#34;currency&#34;:&#34;Colombian Peso&#34;},{&#34;title&#34;:&#34;CRC&#34;,&#34;currency&#34;:&#34;Costa Rican Colón&#34;},{&#34;title&#34;:&#34;CZK&#34;,&#34;currency&#34;:&#34;Czech Republic Koruna&#34;},{&#34;title&#34;:&#34;DKK&#34;,&#34;currency&#34;:&#34;Danish Krone&#34;},{&#34;title&#34;:&#34;DOP&#34;,&#34;currency&#34;:&#34;Dominican Peso&#34;},{&#34;title&#34;:&#34;XCD&#34;,&#34;currency&#34;:&#34;East Caribbean Dollar&#34;},{&#34;title&#34;:&#34;EGP&#34;,&#34;currency&#34;:&#34;Egyptian Pound&#34;},{&#34;title&#34;:&#34;EUR&#34;,&#34;currency&#34;:&#34;Euro&#34;},{&#34;title&#34;:&#34;HKD&#34;,&#34;currency&#34;:&#34;Hong Kong Dollar&#34;},{&#34;title&#34;:&#34;INR&#34;,&#34;currency&#34;:&#34;Indian Rupee&#34;},{&#34;title&#34;:&#34;IDR&#34;,&#34;currency&#34;:&#34;Indonesian Rupiah&#34;},{&#34;title&#34;:&#34;ILS&#34;,&#34;currency&#34;:&#34;Israeli New Sheqel&#34;},{&#34;title&#34;:&#34;JPY&#34;,&#34;currency&#34;:&#34;Japanese Yen&#34;},{&#34;title&#34;:&#34;MYR&#34;,&#34;currency&#34;:&#34;Malaysian Ringgit&#34;},{&#34;title&#34;:&#34;MXN&#34;,&#34;currency&#34;:&#34;Mexican Peso&#34;},{&#34;title&#34;:&#34;ANG&#34;,&#34;currency&#34;:&#34;Netherlands Antillean Guilder&#34;},{&#34;title&#34;:&#34;TWD&#34;,&#34;currency&#34;:&#34;New Taiwan Dollar&#34;},{&#34;title&#34;:&#34;NZD&#34;,&#34;currency&#34;:&#34;New Zealand Dollar&#34;},{&#34;title&#34;:&#34;NOK&#34;,&#34;currency&#34;:&#34;Norwegian Krone&#34;},{&#34;title&#34;:&#34;PAB&#34;,&#34;currency&#34;:&#34;Panamanian Balboa&#34;},{&#34;title&#34;:&#34;PEN&#34;,&#34;currency&#34;:&#34;Peruvian Nuevo Sol&#34;},{&#34;title&#34;:&#34;PHP&#34;,&#34;currency&#34;:&#34;Philippine Peso&#34;},{&#34;title&#34;:&#34;PLN&#34;,&#34;currency&#34;:&#34;Polish Zloty&#34;},{&#34;title&#34;:&#34;RUB&#34;,&#34;currency&#34;:&#34;Russian Ruble&#34;},{&#34;title&#34;:&#34;SAR&#34;,&#34;currency&#34;:&#34;Saudi Riyal&#34;},{&#34;title&#34;:&#34;SGD&#34;,&#34;currency&#34;:&#34;Singapore Dollar&#34;},{&#34;title&#34;:&#34;ZAR&#34;,&#34;currency&#34;:&#34;South African Rand&#34;},{&#34;title&#34;:&#34;KRW&#34;,&#34;currency&#34;:&#34;South Korean Won&#34;},{&#34;title&#34;:&#34;SEK&#34;,&#34;currency&#34;:&#34;Swedish Krona&#34;},{&#34;title&#34;:&#34;CHF&#34;,&#34;currency&#34;:&#34;Swiss Franc&#34;},{&#34;title&#34;:&#34;THB&#34;,&#34;currency&#34;:&#34;Thai Baht&#34;},{&#34;title&#34;:&#34;TRY&#34;,&#34;currency&#34;:&#34;Turkish Lira&#34;},{&#34;title&#34;:&#34;AED&#34;,&#34;currency&#34;:&#34;United Arab Emirates Dirham&#34;},{&#34;title&#34;:&#34;USD&#34;,&#34;currency&#34;:&#34;United States Dollar&#34;},{&#34;title&#34;:&#34;UYU&#34;,&#34;currency&#34;:&#34;Uruguayan Peso&#34;},{&#34;title&#34;:&#34;VND&#34;,&#34;currency&#34;:&#34;Vietnamese Dong&#34;}]" data-measures-selector-list="[{&#34;title&#34;:&#34;METRIC&#34;,&#34;label&#34;:&#34;metric&#34;,&#34;selected&#34;:false},{&#34;title&#34;:&#34;IMPERIAL&#34;,&#34;label&#34;:&#34;US/Imperial&#34;,&#34;selected&#34;:true}]" data-isFranchisee="true" data-locale="en" data-inactivity-time="30" data-expiration-token-time="model.tokenExpirationTime}" v-cloak>

        
        <div class="cmp-utility-header__content flex-grow-1 h-100">
          <div class="container h-100">
              <div class="row h-100">
                <div class="col-12">
                    <div class="d-flex justify-content-between h-100">
                        <div></div>
                        <ul class="level-1 h-100 " role="list">
                            <!-- <li role="listitem">
                                <a href="/account/saved-properties" rel="noopener" v-on:click="authenticatedLinkHandler($event, 'saved-properties')">
                                    <svg class="saved-properties"><use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#saved-properties"></use></svg>
                                    <span>saved properties</span>
                                </a>
                            </li>
                            <li role="listitem">
                                <a href="/account/saved-searches" rel="noopener" v-on:click="authenticatedLinkHandler($event, 'saved-search')">
                                    <svg class="saved-searches"><use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#saved-searches"></use></svg>
                                    <span>saved searches</span>
                                </a>
                            </li> -->

                            <li role="listitem" v-if="!authenticated" v-on:click="openSignInForm">sign in</li>
                            <!-- <li v-if="!authenticated" v-on:click="ssoLogin($event)">sign in</li> -->
                            <li role="listitem" v-if="authenticated">
                                {{firstName}}
                                <div class="dropdown-arrow">
                                    <div class="up-arrow"></div>
                                </div>
                                <ul class="level-2">
                                    <!-- <li><a href="/account/profile">profile</a></li> -->
                                    <li><a href="/account/dashboard">dashboard</a></li>
                                    <li v-on:click="signOut">sign out</li>
                                </ul>
                            </li>
                            <li role="listitem" v-if="!isFranchisee || isPdpSearchFranchisee">
                               <div>{{defaultCurrency}}</div>
                                <div class="dropdown-arrow">
                                    <div class="up-arrow"></div>
                                </div>
                                <ul class="level-2 currency">
                                    <li v-for="item in currencyValues">
                                        <a href="" rel="noopener" v-bind:data-locationval="item.value" data-locationname="currency" v-on:click.prevent="updateLocationValues" v-bind:class="{'selected': defaultCurrency == item.value}">{{item.label}}</a>
                                    </li>
                                </ul>
                            </li>
                            <li role="listitem" v-if="!isFranchisee || isPdpSearchFranchisee">
                                {{languageLabel}}
                                <div class="dropdown-arrow">
                                    <div class="up-arrow"></div>
                                </div>
                                <ul class="level-2 lang-me">
                                    <li class="sub-title"><strong>units of measure</strong></li>
                                    <li v-for="item in measureValues">
                                        <a href="" rel="noopener" v-bind:data-locationval="item.value" data-locationname="measure" v-on:click.prevent="updateLocationValues" v-bind:class="{'selected': defaultMeasure == item.value}">{{item.label}}</a>
                                    </li>
                                    <hr/>
                                    <li class="sub-title"><strong>language</strong></li>
                                    <li v-for="item in languageValues">
                                        <a href="" rel="noopener" v-bind:data-locationval="item.value" data-locationname="language" v-bind:data-locationprefix="item.prefix" v-on:click.prevent="updateLocationValues" v-bind:class="{'selected': defaultLanguage == item.value}">{{item.label}}</a>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
            </div>
        </div>
        <sign-in-form terms-of-use-path="/terms-of-use" saved-properties-path="/account/saved-properties" saved-search-path="/account/saved-searches" google-client-id="34034898355-smo2ergp2vvnjilv8p2nvvpfn96pmrvl.apps.googleusercontent.com" facebook-app-id="179688030793634" apple-client-id="com.bhhsprod.phasefour.login">
        </sign-in-form>
        <create-account-form recaptcha-site-key="6LebYaYUAAAAAC9SqASljwaF57MpKSvEkwDOzk6l" privacy-policy-path="/privacy-policy/privacy-policy" saved-properties-path="/account/saved-properties" google-client-id="34034898355-smo2ergp2vvnjilv8p2nvvpfn96pmrvl.apps.googleusercontent.com" facebook-app-id="179688030793634" apple-client-id="com.bhhsprod.phasefour.login">
        </create-account-form>
        <forgot-password-form recaptcha-site-key="6LebYaYUAAAAAC9SqASljwaF57MpKSvEkwDOzk6l"></forgot-password-form>
        <reset-password-form recaptcha-site-key="6LebYaYUAAAAAC9SqASljwaF57MpKSvEkwDOzk6l"></reset-password-form>
        <update-password-message></update-password-message>
    </section>
 

    <section class="cmp-page-header-navigation   ">
        <div id="franchisee" isTrue="true"></div>
        <div class="cmp-header-navigation pl-0 pr-0">
            <nav class="header-navigation container row" role="navigation">
                <div class="header-navigation__top col-lg-3">
                    <div class="navbar-brand header-navigation__logo">
                        <a href="https://www.vtregroup.com" rel="noopener noreferrer">
                            
                            
                                
                                    <img class="logo-black" src="/content/dam/bhhs/brand_identity/logos/franchisee/vt301/VT301_primary_blk.svg" alt="Berkshire Hathaway Home Services Vermont Realty Group Logo" loading="lazy"/>
                                    <img class="logo-cab" src="/content/dam/bhhs/brand_identity/logos/franchisee/vt301/VT301_primary_cab.svg" onerror="this.src='\/content\/dam\/bhhs\/brand_identity\/logos\/franchisee\/vt301\/VT301_primary_blk.svg'" alt="Berkshire Hathaway Home Services Vermont Realty Group Logo" loading="lazy"/>
                                
                                
                            
                        </a>
                    </div>
                    <button class="header-navigation__toggler d-lg-none" type="button" aria-label="Toggle Button" data-toggle="collapse" data-target="#navigation-header-dropdown">
                        <span class="header-navigation__toggler-icon">
                            <svg>
                                <use id="hamburgerIcon" xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#hamburger">
                                </use>
                            </svg>
                            <svg>
                                <use id="closeHamburgerIcon" xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#close-x"></use>
                            </svg>
                        </span>
                    </button>
                </div>
                <div id="navigation-header-dropdown" class="header-navigation__dropdown col">
                    









<section class="cmp-utility-header-mobile d-block d-lg-none" data-language-selector-list="[{&#34;title&#34;:&#34;English&#34;,&#34;locale&#34;:&#34;en_US&#34;,&#34;prefix&#34;:&#34;&#34;}]" data-currencies-selector-list="[{&#34;title&#34;:&#34;ARS&#34;,&#34;currency&#34;:&#34;Argentine Peso&#34;},{&#34;title&#34;:&#34;AWG&#34;,&#34;currency&#34;:&#34;Aruban Florin&#34;},{&#34;title&#34;:&#34;AUD&#34;,&#34;currency&#34;:&#34;Australian Dollar&#34;},{&#34;title&#34;:&#34;BSD&#34;,&#34;currency&#34;:&#34;Bahamian Dollar&#34;},{&#34;title&#34;:&#34;BBD&#34;,&#34;currency&#34;:&#34;Barbadian Dollar&#34;},{&#34;title&#34;:&#34;BZD&#34;,&#34;currency&#34;:&#34;Belize Dollar&#34;},{&#34;title&#34;:&#34;BMD&#34;,&#34;currency&#34;:&#34;Bermudan Dollar&#34;},{&#34;title&#34;:&#34;BRL&#34;,&#34;currency&#34;:&#34;Brazilian Real&#34;},{&#34;title&#34;:&#34;GBP&#34;,&#34;currency&#34;:&#34;British Pound Sterling&#34;},{&#34;title&#34;:&#34;CAD&#34;,&#34;currency&#34;:&#34;Canadian Dollar&#34;},{&#34;title&#34;:&#34;KYD&#34;,&#34;currency&#34;:&#34;Cayman Islands Dollar&#34;},{&#34;title&#34;:&#34;CLP&#34;,&#34;currency&#34;:&#34;Chilean Peso&#34;},{&#34;title&#34;:&#34;CNY&#34;,&#34;currency&#34;:&#34;Chinese Yuan&#34;},{&#34;title&#34;:&#34;COP&#34;,&#34;currency&#34;:&#34;Colombian Peso&#34;},{&#34;title&#34;:&#34;CRC&#34;,&#34;currency&#34;:&#34;Costa Rican Colón&#34;},{&#34;title&#34;:&#34;CZK&#34;,&#34;currency&#34;:&#34;Czech Republic Koruna&#34;},{&#34;title&#34;:&#34;DKK&#34;,&#34;currency&#34;:&#34;Danish Krone&#34;},{&#34;title&#34;:&#34;DOP&#34;,&#34;currency&#34;:&#34;Dominican Peso&#34;},{&#34;title&#34;:&#34;XCD&#34;,&#34;currency&#34;:&#34;East Caribbean Dollar&#34;},{&#34;title&#34;:&#34;EGP&#34;,&#34;currency&#34;:&#34;Egyptian Pound&#34;},{&#34;title&#34;:&#34;EUR&#34;,&#34;currency&#34;:&#34;Euro&#34;},{&#34;title&#34;:&#34;HKD&#34;,&#34;currency&#34;:&#34;Hong Kong Dollar&#34;},{&#34;title&#34;:&#34;INR&#34;,&#34;currency&#34;:&#34;Indian Rupee&#34;},{&#34;title&#34;:&#34;IDR&#34;,&#34;currency&#34;:&#34;Indonesian Rupiah&#34;},{&#34;title&#34;:&#34;ILS&#34;,&#34;currency&#34;:&#34;Israeli New Sheqel&#34;},{&#34;title&#34;:&#34;JPY&#34;,&#34;currency&#34;:&#34;Japanese Yen&#34;},{&#34;title&#34;:&#34;MYR&#34;,&#34;currency&#34;:&#34;Malaysian Ringgit&#34;},{&#34;title&#34;:&#34;MXN&#34;,&#34;currency&#34;:&#34;Mexican Peso&#34;},{&#34;title&#34;:&#34;ANG&#34;,&#34;currency&#34;:&#34;Netherlands Antillean Guilder&#34;},{&#34;title&#34;:&#34;TWD&#34;,&#34;currency&#34;:&#34;New Taiwan Dollar&#34;},{&#34;title&#34;:&#34;NZD&#34;,&#34;currency&#34;:&#34;New Zealand Dollar&#34;},{&#34;title&#34;:&#34;NOK&#34;,&#34;currency&#34;:&#34;Norwegian Krone&#34;},{&#34;title&#34;:&#34;PAB&#34;,&#34;currency&#34;:&#34;Panamanian Balboa&#34;},{&#34;title&#34;:&#34;PEN&#34;,&#34;currency&#34;:&#34;Peruvian Nuevo Sol&#34;},{&#34;title&#34;:&#34;PHP&#34;,&#34;currency&#34;:&#34;Philippine Peso&#34;},{&#34;title&#34;:&#34;PLN&#34;,&#34;currency&#34;:&#34;Polish Zloty&#34;},{&#34;title&#34;:&#34;RUB&#34;,&#34;currency&#34;:&#34;Russian Ruble&#34;},{&#34;title&#34;:&#34;SAR&#34;,&#34;currency&#34;:&#34;Saudi Riyal&#34;},{&#34;title&#34;:&#34;SGD&#34;,&#34;currency&#34;:&#34;Singapore Dollar&#34;},{&#34;title&#34;:&#34;ZAR&#34;,&#34;currency&#34;:&#34;South African Rand&#34;},{&#34;title&#34;:&#34;KRW&#34;,&#34;currency&#34;:&#34;South Korean Won&#34;},{&#34;title&#34;:&#34;SEK&#34;,&#34;currency&#34;:&#34;Swedish Krona&#34;},{&#34;title&#34;:&#34;CHF&#34;,&#34;currency&#34;:&#34;Swiss Franc&#34;},{&#34;title&#34;:&#34;THB&#34;,&#34;currency&#34;:&#34;Thai Baht&#34;},{&#34;title&#34;:&#34;TRY&#34;,&#34;currency&#34;:&#34;Turkish Lira&#34;},{&#34;title&#34;:&#34;AED&#34;,&#34;currency&#34;:&#34;United Arab Emirates Dirham&#34;},{&#34;title&#34;:&#34;USD&#34;,&#34;currency&#34;:&#34;United States Dollar&#34;},{&#34;title&#34;:&#34;UYU&#34;,&#34;currency&#34;:&#34;Uruguayan Peso&#34;},{&#34;title&#34;:&#34;VND&#34;,&#34;currency&#34;:&#34;Vietnamese Dong&#34;}]" data-measures-selector-list="[{&#34;title&#34;:&#34;METRIC&#34;,&#34;label&#34;:&#34;metric&#34;,&#34;selected&#34;:false},{&#34;title&#34;:&#34;IMPERIAL&#34;,&#34;label&#34;:&#34;US/Imperial&#34;,&#34;selected&#34;:true}]" data-isFranchisee="true" data-locale="en" v-cloak>
        <div class="container h-100">
            <div class="col-12 d-lg-flex align-items-center justify-content-end h-100">
                <ul class="level-1">
                    <li v-if="!authenticated" v-on:click="openSignInForm"><a class="login">sign in</a></li>
                    <!-- <li v-if="!authenticated" v-on:click="ssoLogin($event)"><a class="login">sign in</a></li> -->
                    <li v-if="!myAccountDropdownOpen && authenticated" v-on:click="myAccountDropdownOpen = true" class="username-open"><a>{{firstName}}</a></li>
                    <li v-if="myAccountDropdownOpen && authenticated" v-on:click="myAccountDropdownOpen = false" class="username-close"><a class="back">BACK</a></li>
                    <li class="userOption" v-bind:class="{ 'd-none' : !myAccountDropdownOpen }"><a href="/account/profile" rel="noopener">profile</a></li>
                    <li v-bind:class="{ 'd-none' : !myAccountDropdownOpen }"><a v-on:click="signOut" class="logout" v-show="authenticated">sign out</a></li>

                    <li v-if="!myAccountDropdownOpen">
                        <a href="/account/saved-properties" rel="noopener" v-on:click="authenticatedLinkHandler($event, 'saved-properties')">
                            <svg class="saved-properties"><use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#saved-properties"></use></svg>
                            <span>saved properties</span>
                        </a>
                    </li>

                    <li v-if="!myAccountDropdownOpen">
                        <a href="/account/saved-searches" rel="noopener" v-on:click="authenticatedLinkHandler($event, 'saved-search')">
                            <svg class="saved-searches"><use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#saved-searches"></use></svg>
                            <span>saved searches</span>
                        </a>
                    </li>
                    <li class="currency-list d-none" v-on:click="currencyDropdownOpen = true"><a> {{defaultCurrency}}</a></li>
                    <li class="language-list d-none" v-on:click="languageDropdownOpen = true"><a> {{defaultLanguage}}</a></li>
                </ul>
            </div>
        </div>

        <div v-if="!isFranchisee || isPdpSearchFranchisee" class="cmp-utility-header-mobile__dropdown scroll" v-bind:class="{ 'd-none' : !currencyDropdownOpen }">
            <div class="bg-purple" v-on:click="currencyDropdownOpen = false">
                <div class="container">
                    <div class="col-12">
                        <div class="back">{{defaultCurrency}}</div>
                    </div>
                </div>
            </div>
            <ul class="level-2 currency mobile">
                <li v-for="item in currencyValues">
                    <a href="" rel="noopener" v-bind:data-locationval="item.value" data-locationname="currency" v-on:click.prevent="updateLocationValues" v-bind:class="{'selected': defaultCurrency == item.value}">{{item.label}}</a>
                </li>
            </ul>
        </div>
        <div v-if="!isFranchisee || isPdpSearchFranchisee" class="cmp-utility-header-mobile__dropdown scroll" v-bind:class="{ 'd-none' : !languageDropdownOpen }">
            <div class="bg-purple" v-on:click="languageDropdownOpen = false">
                <div class="container">
                    <div class="col-12">
                        <div class="back">{{languageLabel}}</div>
                    </div>
                </div>
            </div>
            <ul class="level-2 lang-me mobile">
                <li class="sub-title"><strong>units of measure</strong></li>
                <li v-for="item in measureValues">
                    <a href="" rel="noopener" v-bind:data-locationval="item.value" data-locationname="measure" v-on:click.prevent="updateLocationValues" v-bind:class="{'selected': defaultMeasure == item.value}">{{item.label}}</a>
                </li>
                <li class="sub-title"><strong>language</strong></li>
                <li v-for="item in languageValues">
                    <a href="" rel="noopener" v-bind:data-locationval="item.value" data-locationname="language" v-bind:data-locationprefix="item.prefix" v-on:click.prevent="updateLocationValues" v-bind:class="{'selected': defaultLanguage == item.value}">{{item.label}}</a>
                </li>
            </ul>
        </div>
    </section>
 

                    <div class="container h-100">
                        <div class="col-12 d-lg-flex align-items-center justify-content-end h-100  ">
                            <ul class="header-navigation__list">
                                
									 
                                    <li class="header-navigation__item">
                                        

    
    
    <a class="header-navigation__itemlink has-children" href="https://www.vtregroup.com/sell-your-home" rel="noopener noreferrer">
        List With Us
    </a>


                                        
                                            <div class="header-navigation__over header-navigation__submenu"></div>
                                            <ul class="header-navigation__sublist header-navigation__submenu">
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/sell-your-home/pricing-your-home" rel="noopener noreferrer">
        Pricing Your Home
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/sell-your-home/inspections-disclosures" rel="noopener noreferrer">
        Inspections &amp; Disclosures
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/sell-your-home/preparing-for-sale" rel="noopener noreferrer">
        Preparing Your Home
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/military-rebate" rel="noopener noreferrer">
        Military Rebate Program
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/real-estate-lifestyle-planning" rel="noopener noreferrer">
        Real Estate Lifestyle &amp; Planning Guide
    </a>


                                                    </li>
                                                
                                            </ul>
                                        
                                    </li>
                                    
                                
									 
                                    <li class="header-navigation__item">
                                        

    
    
    <a class="header-navigation__itemlink has-children" href="https://www.vtregroup.com/buy-a-home" rel="noopener noreferrer">
        Buy
    </a>


                                        
                                            <div class="header-navigation__over header-navigation__submenu"></div>
                                            <ul class="header-navigation__sublist header-navigation__submenu">
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/search?SearchInput=Stowe%20VT&SearchType=Map&PropertyType=1%2C2%2C4%2C5%2C6&ApplicationType=FOR_SALE&ListingStatus=1&NewListing=false&Sort=PRICE_DESCENDING&PageSize=32&Page=1&NorthEastLatitude=45.44742987201882&NorthEastLongitude=-70.53168869018555&SouthWestLatitude=43.49558817294526&SouthWestLongitude=-74.88227462768555&SearchParameter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-73.34968185424805%2C45.00638536937848%5D%2C%5B-71.81159591674805%2C44.994732722461194%5D%2C%5B-71.52045822143555%2C44.998617201425546%5D%2C%5B-71.52045822143555%2C44.901426229824175%5D%2C%5B-71.62482833862305%2C44.729970396519676%5D%2C%5B-71.54243087768555%2C44.56583246686122%5D%2C%5B-71.63032150268555%2C44.479670094223174%5D%2C%5B-71.87202072143555%2C44.32268477091062%5D%2C%5B-72.05329513549805%2C44.34233097189926%5D%2C%5B-72.05329513549805%2C44.04299851990103%5D%2C%5B-72.19611740112305%2C43.7699196095714%5D%2C%5B-72.36640548706055%2C43.579212909901045%5D%2C%5B-73.28925704956055%2C43.5194927890008%5D%2C%5B-73.39912033081055%2C43.730239026839946%5D%2C%5B-73.30573654174805%2C44.448306728188356%5D%2C%5B-73.36616134643555%2C44.920877590375056%5D%2C%5B-73.34968185424805%2C44.951986074391364%5D%2C%5B-73.34968185424805%2C45.00638536937848%5D%5D%5D%7D%7D%5D%7D&MapSearchType=MapDraw&Country=US" rel="noopener noreferrer">
        Search All Listings
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/search?SearchInput=Stowe%20VT&SearchType=Map&PropertyType=1%2C2%2C4%2C5%2C6&ApplicationType=FOR_SALE&ListingStatus=1&NewListing=false&Sort=PRICE_DESCENDING&PageSize=32&Page=1&NorthEastLatitude=45.44742987201882&NorthEastLongitude=-70.53168869018555&SouthWestLatitude=43.49558817294526&SouthWestLongitude=-74.88227462768555&SearchParameter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-73.34968185424805%2C45.00638536937848%5D%2C%5B-71.81159591674805%2C44.994732722461194%5D%2C%5B-71.52045822143555%2C44.998617201425546%5D%2C%5B-71.52045822143555%2C44.901426229824175%5D%2C%5B-71.62482833862305%2C44.729970396519676%5D%2C%5B-71.54243087768555%2C44.56583246686122%5D%2C%5B-71.63032150268555%2C44.479670094223174%5D%2C%5B-71.87202072143555%2C44.32268477091062%5D%2C%5B-72.05329513549805%2C44.34233097189926%5D%2C%5B-72.05329513549805%2C44.04299851990103%5D%2C%5B-72.19611740112305%2C43.7699196095714%5D%2C%5B-72.36640548706055%2C43.579212909901045%5D%2C%5B-73.28925704956055%2C43.5194927890008%5D%2C%5B-73.39912033081055%2C43.730239026839946%5D%2C%5B-73.30573654174805%2C44.448306728188356%5D%2C%5B-73.36616134643555%2C44.920877590375056%5D%2C%5B-73.34968185424805%2C44.951986074391364%5D%2C%5B-73.34968185424805%2C45.00638536937848%5D%5D%5D%7D%7D%5D%7D&MapSearchType=MapDraw&Country=US&FeaturedCompany=BHHS" rel="noopener noreferrer">
        Featured Listings
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/search?SearchInput=Stowe%20VT&SearchType=Map&PropertyType=1%2C2%2C4%2C5%2C6&ApplicationType=FOR_SALE&ListingStatus=1&NewListing=false&Sort=DATE_DESCENDING&PageSize=32&Page=1&NorthEastLatitude=45.44742987201882&NorthEastLongitude=-70.53168869018555&SouthWestLatitude=43.49558817294526&SouthWestLongitude=-74.88227462768555&SearchParameter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-73.34968185424805%2C45.00638536937848%5D%2C%5B-71.81159591674805%2C44.994732722461194%5D%2C%5B-71.52045822143555%2C44.998617201425546%5D%2C%5B-71.52045822143555%2C44.901426229824175%5D%2C%5B-71.62482833862305%2C44.729970396519676%5D%2C%5B-71.54243087768555%2C44.56583246686122%5D%2C%5B-71.63032150268555%2C44.479670094223174%5D%2C%5B-71.87202072143555%2C44.32268477091062%5D%2C%5B-72.05329513549805%2C44.34233097189926%5D%2C%5B-72.05329513549805%2C44.04299851990103%5D%2C%5B-72.19611740112305%2C43.7699196095714%5D%2C%5B-72.36640548706055%2C43.579212909901045%5D%2C%5B-73.28925704956055%2C43.5194927890008%5D%2C%5B-73.39912033081055%2C43.730239026839946%5D%2C%5B-73.30573654174805%2C44.448306728188356%5D%2C%5B-73.36616134643555%2C44.920877590375056%5D%2C%5B-73.34968185424805%2C44.951986074391364%5D%2C%5B-73.34968185424805%2C45.00638536937848%5D%5D%5D%7D%7D%5D%7D&MapSearchType=MapDraw&Country=US" rel="noopener noreferrer">
        New To Market 
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/buy-a-home/first-time-buyers" rel="noopener noreferrer">
        First Time Buyers
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/military-rebate" rel="noopener noreferrer">
        Military Rebate Program
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/real-estate-lifestyle-planning" rel="noopener noreferrer">
        Real Estate Lifestyle &amp; Planning Guide
    </a>


                                                    </li>
                                                
                                            </ul>
                                        
                                    </li>
                                    
                                
									 
                                    <li class="header-navigation__item">
                                        

    
    
    <a class="header-navigation__itemlink has-children" href="https://www.vtregroup.com/Our_Story" rel="noopener noreferrer">
        About 
    </a>


                                        
                                            <div class="header-navigation__over header-navigation__submenu"></div>
                                            <ul class="header-navigation__sublist header-navigation__submenu">
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/communities" rel="noopener noreferrer">
        Our Communities
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/office-results" rel="noopener noreferrer">
        Offices
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/agent-search-results" rel="noopener noreferrer">
        Agents
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/Careers" rel="noopener noreferrer">
        Careers
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/Our_Story/Giving_Back" rel="noopener noreferrer">
        Giving Back
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/contact-us" rel="noopener noreferrer">
        Contact 
    </a>


                                                    </li>
                                                
                                            </ul>
                                        
                                    </li>
                                    
                                
									 
                                    <li class="header-navigation__item">
                                        

    
    
    <a class="header-navigation__itemlink has-children" href="https://www.vtregroup.com/Careers" rel="noopener noreferrer">
        Careers
    </a>


                                        
                                            <div class="header-navigation__over header-navigation__submenu"></div>
                                            <ul class="header-navigation__sublist header-navigation__submenu">
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/Careers/Get_Started" rel="noopener noreferrer">
        Get Started
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="/content/dam/bhhs/images/franchisee/vt301/documents/GTK_2020_Value_Proposition%20for%20website.pdf" rel="noopener noreferrer" target="_blank">
        The  Value Proposition
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="/content/dam/bhhs/images/franchisee/vt301/documents/5%20Worldwide-Updated%204-9-2021.pdf" rel="noopener noreferrer" target="_blank">
        #5 Worldwide
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/Careers" rel="noopener noreferrer">
        Work with the Best
    </a>


                                                    </li>
                                                
                                            </ul>
                                        
                                    </li>
                                    
                                
									 
                                    <li class="header-navigation__item">
                                        

    
    
    <a class="header-navigation__itemlink has-children" rel="noopener noreferrer">
        Resources
    </a>


                                        
                                            <div class="header-navigation__over header-navigation__submenu"></div>
                                            <ul class="header-navigation__sublist header-navigation__submenu">
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://outside.vermont.gov/dept/sos/office_professional_regulation/professions/real_estate_broker_salesperson/real_estate_broker_salesperson_non-designated_agency_mandatory_consumer_disclosure.pdf" rel="noopener noreferrer" target="_blank">
        Vermont Mandatory Disclosure 
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="/content/dam/bhhs/images/franchisee/vt301/documents/Why_Use_A_Realtor.pdf" rel="noopener noreferrer" target="_blank">
        Why Use a REALTOR®
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/relocating" rel="noopener noreferrer">
        Moving to Vermont
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://homekeepr.com/blog/?sharedby=vtregroup" rel="noopener noreferrer" target="_blank">
         Home Insight Blog
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="/Our_Story/houses-that-help" rel="noopener noreferrer">
        Houses That Help
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="https://www.vtregroup.com/agent-search-results?sortType=1&resultSize=10&page=1&companykey=vt301" rel="noopener noreferrer">
        Team Directory
    </a>


                                                    </li>
                                                
                                                    <li class="header-navigation__subitem">
                                                        

    
    
    <a class="header-navigation__subitemlink no-children" href="/blog" rel="noopener noreferrer">
        Blog
    </a>


                                                    </li>
                                                
                                            </ul>
                                        
                                    </li>
                                    
                                
									 
                                    <li class="header-navigation__item">
                                        

    
    
    <a class="header-navigation__itemlink no-children" href="https://www.vtregroup.com/agent-search-results" rel="noopener noreferrer">
        Agents
    </a>


                                        
                                    </li>
                                    
                                
									 
                                    <li class="header-navigation__item">
                                        

    
    
    <a class="header-navigation__itemlink no-children" href="https://www.vtregroup.com/contact-us" rel="noopener noreferrer">
        Contact Us
    </a>


                                        
                                    </li>
                                    
                                
									 
                                    <li class="header-navigation__item">
                                        

    
    
    <a class="header-navigation__itemlink no-children" href="tel:802-658-5555" rel="noopener noreferrer">
        802-658-5555
    </a>


                                        
                                    </li>
                                    
										
										
									
                                
                                <li class="header-navigation__item currency-language">
                                    <ul class="header-navigation__sublist  header-navigation__submenu p-0">
                                        <li class="header-navigation__subitem">
                                            <a href="#" rel="noopener noreferrer" class="header-navigation__subitemlink no-children currency-menu has-children">Currency</a>
                                        </li>
                                    </ul>
                                </li>
                                <li class="header-navigation__item currency-language">
                                    <ul class="header-navigation__sublist header-navigation__submenu p-0">
                                        <li class="header-navigation__subitem">
                                            <a href="#" rel="noopener noreferrer" class="header-navigation__subitemlink no-children language-menu has-children">language</a>
                                        </li>
                                    </ul>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
                
            </nav>
        </div>
    </section>

    

    <div class="site-content" role="main">
        
        

<div class="root responsivegrid">


<div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
    
    <div class="hero-banner-search aem-GridColumn aem-GridColumn--default--12">








    
    
    
    
    
        
    
    
    
    <div id="hero_banner_search"></div>
    <section class="  cmp-hero-banner-search-narrow  d-flex align-items-center text-white   bottom-32  visible" id="i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548" data-title="Find Your Next Home in Vermont">

        
    <style>
        
        @media
            only screen and (max-width: 991px) {
            #i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548 {
                background-image: url("/content/dam/bhhs/web-images/placeholder/placeholder.jpg");
            }
        }

        
        @media
            only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
            only screen and (max-width: 991px) and (min-resolution: 192dpi) {

           #i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548 {
               background-image: url("/content/dam/bhhs/web-images/placeholder/placeholder.jpg");
           }
        }

        
        @media only screen and (min-width: 992px) {
           #i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548 {
               background-image: url("/content/dam/bhhs/web-images/placeholder/placeholder.jpg");
           }
        }

        
        @media
            only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
            only screen and (min-width: 992px) and (min-resolution: 192dpi) {

           #i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548 {
               background-image: url("/content/dam/bhhs/web-images/placeholder/placeholder.jpg");
           }
        }

        
        
			@media
            only screen and (max-width: 991px) {
	            #i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548.visible {
	                background-image: url("/content/dam/bhhs/images/franchisee/vt301/home-page-resized/Mobile_Spring.jpg") ;
	            }
        	}
       
        
        
        @media
            only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2),
            only screen and (max-width: 991px) and (min-resolution: 192dpi) {

           #i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548.visible {
               background-image: url("/content/dam/bhhs/images/franchisee/vt301/home-page-resized/Mobile_Spring.jpg") ;
           }
        }
        

        
        
        @media only screen and (min-width: 992px) {
           #i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548.visible {
               background-image: url("/content/dam/bhhs/images/franchisee/vt301/home-page-resized/Spring_no_text.jpg") ;
           }
        }
		
        
        
        @media
            only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
            only screen and (min-width: 992px) and (min-resolution: 192dpi) {

           #i7677caf9351db25d0fadca6a195c41f534028caf6df724099e7d44e0a4558548.visible {
               background-image: url("/content/dam/bhhs/images/franchisee/vt301/home-page-resized/Spring_no_text.jpg") ;
           }
        }
        
    </style>

	
    



        

        
            <div class="image-group">
                
                    <div>
                        <div class="hero-banner__image-data" data-image-urls="/content/dam/bhhs/images/franchisee/vt301/home-page-resized/Spring_no_text.jpg" style="display: none;">
                        </div>
                    
                        <div class="hero-banner__image-data" data-image-urls="/content/dam/bhhs/images/franchisee/vt301/home-page-resized/Fall_1_no_text.jpg" style="display: none;">
                        </div>
                    
                        <div class="hero-banner__image-data" data-image-urls="/content/dam/bhhs/images/franchisee/vt301/home-page-resized/Summer_no_text.jpg" style="display: none;">
                        </div>
                    
                        <div class="hero-banner__image-data" data-image-urls="/content/dam/bhhs/images/franchisee/vt301/home-page-resized/Fall_2_no_text - Copy.jpg" style="display: none;">
                        </div>
                    </div>
                
                
            </div>
        
        <div class="text-overlay d-flex">
            <div class="align-items-center cmp-banner--align-left  cmp-banner-text-cta container-full">
                <div class="flex-align-center col-md-9 col-xs-12">
                    <div class="cmp-text text-block countWidthWrapperRef">
                        <h1 class="heading heading_font">
							Find Your Next Home in Vermont
                        </h1>
                        
                        <div class="mt-4">
                      




    <section class="cmp-hero-search  
             
             " data-franchisee-country="US" data-is-franchisee-page="true" data-is-agent-page="false" data-is-team-page="false" data-has-vanity-domain="true" data-franchisor-homepage="https://www.bhhs.com/" data-franchisee-id="vt301" data-property-types="1,2,4,5,6" data-application-types="FOR_SALE,PENDING" data-sort-types="DATE_DESCENDING">
        <div class="cmp-hero-search__content">
            <div class="mobile-header">
                <img class="logo" src="/etc/clientlibs/bhhs-pagelibs/images/brand/bhhs-logotype-purple.svg" alt="BHHS logo" loading="lazy"/>
                <button class="btn--close" aria-label="Close button">
                    <svg>
                        <use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#close-x"></use>
                    </svg>
                </button>
            </div>
            <section class="tabs">
                
                
                
                
                <ul class="tabs-list">
                    <li class="tabs-list__tab tabs-list__tab--homes text-uppercase active">homes</li>
                    
                    
                    	<li class="tabs-list__tab tabs-list__tab--agents text-uppercase ">agents</li>
                    
                    <li class="tabs-list__tab tabs-list__tab--offices text-uppercase ">offices</li>
                	
                </ul>

                <!-- Homes search -->
                <div class="tabs-pane tabs-pane--homes active">

                    <form method="get" class="form--homes" data-submit-path="/search" autocomplete="off">
                        <div class="search-bar-wrapper">
                            <search-suggester class="cmp-suggester" event-key="cmp-hero-search">
                            </search-suggester>
                            <button class="btn--close" type="button" aria-label="Close Button">
                                <svg>
                                    <use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#close-x"></use>
                                </svg>
                            </button>
                            <button class="btn--filter" type="button" aria-label="Homes Search filter">
                                <svg>
                                    <use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#filter"></use>
                                </svg>
                            </button>
                            <button class="btn--search cursor-not-allowed disabled" type="submit" id="home-submit" aria-label="Homes Search button">
                                <span class="text-uppercase">search</span>
                            </button>
                        </div>
                        
    
    <div class="filters homes" id="filter-homes">
        <vue-simple-suggest v-model="query.MinPrice" :list="filteredMinPriceList" @select="onMinPriceSelect" id="bbh-MinPrice" aria-describedby="min-price" :filter-by-query="false" :debounce="200" placeholder="$ minimum price" name="MinPrice" aria-label="minimum price"></vue-simple-suggest>
        <vue-simple-suggest v-model="query.MaxPrice" :list="filteredMaxPriceList" @select="onMaxPriceSelect" id="bbh-MaxPrice" aria-describedby="max-price" :filter-by-query="false" :debounce="200" placeholder="$ maximum price" name="MaxPrice" aria-label="maximum price"></vue-simple-suggest>
        <section class="cmp-dropdown">
            <div class="select-wrapper text-capitalize">
                <select name="MinBedroomsTotal">
                    <option value="">bedrooms</option>
                    <option value="1">1+</option>
                    <option value="2">2+</option>
                    <option value="3">3+</option>
                    <option value="4">4+</option>
                    <option value="5">5+</option>
                    <option value="6">6+</option>
                    <option value="7">7+</option>
                    <option value="8">8+</option>
                    <option value="9">9+</option>
                    <option value="10">10+</option>
                    <option value="11">11+</option>
                    <option value="12">12+</option>
                </select>
            </div>
        </section>
        <section class="cmp-dropdown">
            <div class="select-wrapper text-capitalize">
                <select name="MinBathroomsTotal">
                    <option value="">bathrooms</option>
                    <option value="1">1+</option>
                    <option value="2">2+</option>
                    <option value="3">3+</option>
                    <option value="4">4+</option>
                    <option value="5">5+</option>
                    <option value="6">6+</option>
                    <option value="7">7+</option>
                    <option value="8">8+</option>
                </select>
            </div>
        </section>
        
    </div>
    <button class="btn btn-primary btn--submit-mobile text-capitalize" type="submit">search</button>

                    </form>
                </div>

                <!-- Agents search -->
                <div class="tabs-pane tabs-pane--agents ">
                    <form method="get" class="form--agents" action="https://www.vtregroup.com/agent-search-results" autocomplete="off">
                    	<div class="dynamic-inputs" style="display: none;">
						<!-- <sly data-sly-test="false"><input type="hidden" name="designation" value="Luxury Collection Specialist"></sly> -->
						</div>
                        <div class="search-bar-wrapper">
                            <agent-search-suggester variation="home" class="cmp-agent-search-suggester" franchisee-id-init="vt301">
                            </agent-search-suggester>
                            <button class="btn--search cursor-not-allowed disabled" id="agent-submit" type="Submit">
                                <span class="text-uppercase">search</span>
                            </button>
                        </div>
                    </form>
                </div>

                <!-- Offices search -->
                <div class="tabs-pane tabs-pane-offices " data-submit-path="https://www.vtregroup.com/office-results">
                    <form method="get" class="form--offices" action="https://www.vtregroup.com/office-results" autocomplete="off">
                        <div class="dynamic-inputs" style="display: none;"></div>
                        <div class="search-bar-wrapper">
                            <office-search-suggester variation="home" class="cmp-office-search-suggester" event-key="cmp-hero-search" franchisee-id-init="vt301">
                            </office-search-suggester>
                            <button class="btn--search offices cursor-not-allowed disabled" id="office-submit" type="Submit">
                                <span class="text-uppercase">search</span>
                            </button>
                        </div>
                    </form>
                </div>
              <!-- Rentals search -->
                
                <suggestion-tags variation="home" class="cmp-suggestion-tags" v-bind:tags-init="[]">
                </suggestion-tags>
            </section>
        </div>
        <div class="loading-message">Loading search results<span></span></div>

        <div class="cmp-confirmation-modal">
            <div class="cmp-form-loader">
               <div class="cmp-form-loader__content">
                    <div class="message"></div>
                    <div class="d-flex justify-content-center">
                        <section class="cmp-cta modal-cta mr-2">
                            <a class="btn btn-primary"><span class="cmp-cta__btn-text">OK</span></a>
                        </section>
                    </div>
                </div>
            </div>
        </div>
        <div class="cmp-confirmation-modal__overlay"></div>
    </section>

    
    



<!-- Homes filters -->


                        </div>
                        

                    </div>
                </div>
                <div class="col-xl-4 col-md-12 col-xs-12">
                    
                </div>
            </div>
        </div>

        

        

    </section>
    <div class="cmp-agent-wrapper-container container-md">
        <div class="container"></div>
        
    </div>

    
    


    


<div id="bhhs-homepage-recommendations"></div>

</div>
<div class="listing-showcase aem-GridColumn aem-GridColumn--default--12">




    <div class="cmp-background bg-transparent     ">

        <div class="container">
            

                
                
  <section class="cmp-listing-showcase  " data-display="static" data-scroll-type="auto" data-properties-query="%3FSearchInput%3DStowe+VT%26SearchType%3DMap%26PropertyType%3D1%2C2%2C4%2C5%2C6%26ApplicationType%3DFOR_SALE%26ListingStatus%3D1%26NewListing%3Dfalse%26Sort%3DDATE_DESCENDING%26PageSize%3D32%26Page%3D1%26NorthEastLatitude%3D45.44728599780662%26NorthEastLongitude%3D-70.52922439575195%26SouthWestLatitude%3D43.49543940479629%26SouthWestLongitude%3D-74.87981033325195%26SearchParameter%3D%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-73.33623123168945%2C44.99458769810121%5D%2C%5B-72.73747634887695%2C45.00624037451066%5D%2C%5B-71.91899490356445%2C44.99458769810121%5D%2C%5B-71.51799392700195%2C45.01789068099289%5D%2C%5B-71.53447341918945%2C44.98293265176457%5D%2C%5B-71.49602127075195%2C44.92073237923157%5D%2C%5B-71.63335037231445%2C44.72982470368066%5D%2C%5B-71.53996658325195%2C44.61263042514118%5D%2C%5B-71.63884353637695%2C44.45208167967089%5D%2C%5B-71.87504959106445%2C44.33825558243618%5D%2C%5B-72.02885818481445%2C44.330397345637124%5D%2C%5B-72.05632400512695%2C44.18483003507578%5D%2C%5B-72.04533767700195%2C44.090215316793135%5D%2C%5B-72.11125564575195%2C43.99149711357916%5D%2C%5B-72.10576248168945%2C43.93614307529956%5D%2C%5B-72.19365310668945%2C43.821317073139035%5D%2C%5B-72.32548904418945%2C43.682439296249356%5D%2C%5B-72.36943435668945%2C43.54722090188224%5D%2C%5B-73.25932693481445%2C43.52731020097466%5D%2C%5B-73.35271072387695%2C43.63077404765707%5D%2C%5B-73.39116287231445%2C43.579064347928764%5D%2C%5B-73.41862869262695%2C43.579064347928764%5D%2C%5B-73.36919021606445%2C43.785636425124814%5D%2C%5B-73.41862869262695%2C43.9875449642136%5D%2C%5B-73.46257400512695%2C44.050747773904966%5D%2C%5B-73.33073806762695%2C44.275360204057336%5D%2C%5B-73.33623123168945%2C44.4010835675614%5D%2C%5B-73.34721755981445%2C44.55394442099634%5D%2C%5B-73.40764236450195%2C44.64781359121339%5D%2C%5B-73.37468338012695%2C44.967388903430056%5D%2C%5B-73.33623123168945%2C44.99458769810121%5D%5D%5D%7D%7D%5D%7D%26MapSearchType%3DMapDraw%26Country%3DUS%26franchiseeCode%3Dvt301%26CompanyListings%3Dtrue" data-properties-domain="https://www.vtregroup.com/search.html" data-curated-by="curatedBySearchQuery" data-max-show="8" v-cloak>
    
    

    <div class="cmp-listing-showcase__content container " v-bind:class="[properties.length > 0 || loading ? '' : 'd-none']">
      <div class="container">
        <div class="row">
          <div class="col-lg-12">
              <div class="cmp-listing-showcase__header-wrapper">
                <div class="cmp-listing-showcase__headline  ">Featured Homes for Sale in Vermont</div>
                <div class="cmp-listing-showcase__cta">
                  <a v-bind:href="searchPath" rel="noopener noreferrer" class="btn btn-secondary cmp-listing-showcase__cta-button">See More</a>
                </div>
              </div>
              <div class="py-2">
                  
              </div>
              <grid-view v-bind:carousel="properties.length > 0">
                <property-tile v-for="property in properties" v-bind:key="property.PropId" v-bind:property-info="property" v-bind:brand="brand" v-bind:disabled="property.saveDisabled" v-bind:active="property.saveActive" v-bind:listings-flag="false" v-on:contact-property-click="lsContactPropertyHandler" v-on:save-property-click="savePropertyHandler">
                  </property-tile>
              </grid-view>
          </div>
        </div>
      </div>
    </div>

    <save-property-form ref="save-property-form" v-bind:lead-param="savePropertyForm.leadParam" v-bind:name="savePropertyForm.name" v-bind:prop-id="savePropertyForm.propId" v-bind:application-type="savePropertyForm.applicationType">
    </save-property-form>

    <property-contact-form ref="property-contact-form" recaptcha-site-key="6LebYaYUAAAAAC9SqASljwaF57MpKSvEkwDOzk6l" v-bind:brand="propertyContactForm.brand" v-bind:brand-name="propertyContactForm.brand.name" v-bind:data-sly-attribute.featured="propertyContactForm.featured" v-bind:property-address="propertyContactForm.propertyAddress" v-bind:property-price="propertyContactForm.price" v-bind:currency-symbol="propertyContactForm.symbol" v-bind:prop-id="propertyContactForm.propertyDetails.listingKey" v-bind:property-postal-code="propertyContactForm.propertyDetails.postalCode" v-bind:property-city="propertyContactForm.propertyDetails.city" v-bind:property-region="propertyContactForm.propertyDetails.stateOrProvince" v-bind:organization-agent-data='propertyContactForm.organizationAgent' v-bind:organization-agent-data-secondary='propertyContactForm.organizationAgentAlt' v-bind:list-agent-data='propertyContactForm.listAgent' v-bind:co-list-agent-data='propertyContactForm.coListAgent' v-bind:list-team-data='propertyContactForm.listTeam' v-bind:co-list-team-data='propertyContactForm.coListTeam'>
    </property-contact-form>

  </section>

  
    


                

            
        </div>

    </div>

</div>
<div class="testimonial-carousel agent-testimonials aem-GridColumn aem-GridColumn--default--12">




    <section data-view-type="SCROLLING" data-title="We Go Above and Beyond" data-hide-zillow-testimonials="false" data-hide-agent-testimonials="false" data-zillow-testimonial-url="https://api.bridgedataoutput.com/api/v2/OData/reviews/Reviews" data-zillow-access-token="66d9257658ea46f91997943adda5e9fe" data-manual-testimonial="[{&#34;text&#34;:&#34;\&#34;Martha Lange did a truly outstanding job for us in the sale of my late mother&#39;s house. She is very knowledgeable, organized, thorough, and responsive. The house was under contract within a week of the listing. If we ever have another property to sell, we will definitely be contacting Martha!\&#34;&#34;,&#34;name&#34;:&#34;For Martha Lange, Realtor&#34;,&#34;description&#34;:&#34;From Alec Portalupi, Barre Town&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;if4ff93f216f6bfc973c9338218e1a5c7dcd7af1e931f28198537931cecacca54&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Cory&#39;s experience, knowledge of the area, relationships with other realtors and attorneys in the area provides a full spectrum to aid in making a smooth process free from anxiety.\&#34;&#34;,&#34;name&#34;:&#34;For Cory Foote, Realtor&#34;,&#34;description&#34;:&#34;From LIsa, Seller, Middlebury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i215242c1b2fe3aeb27aba8a2ed76b0d6840e52865df663d998a7f23415bc8b52&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Lori was incredibly helpful, informative, and straight forward when showing us homes. We appreciated her knowledge of the area, as well as her clearly done research. Lori clearly had a lot of experience and was easily able to keep us informed about next steps and work through small issues that came up along the way, and we felt it was easy to trust that she had our best interests at heart. We could not have been happier with Lori as our broker!&#34;,&#34;name&#34;:&#34;For Lori Holt, Realtor&#34;,&#34;description&#34;:&#34;From Jarrett &amp; Elizabeth - Buyer - Berlin&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i8e95f1f57a9f180add26ccaddd1185c5f590772425a0c96ee7a04d4a1331c4d9&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;We previously worked with Jeff to sell Lot 1 and 5 in a group of 5 lots to sell. He sold Lot 1 in record time and spent considerable time learning the ins and outs of the place in order to list it appropriately for a quick, satisfying sale. We highly recommend Jeff.&#34;,&#34;name&#34;:&#34;F0r Jeff Olson, Realtor&#34;,&#34;description&#34;:&#34;From Sophie &amp; John - Seller - Salisbury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i8a54af6353a5b490b2856540955716432cdfed06007efb77d3cd2fe89002240e&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;I have known Martha for a lot of years. I am very grateful I could have her as a realtor in the sale of my last two properties. Just being able to trust someone in their profession and take their advice was huge. I hope I&#39;m never in the position to ever sell a property again, although if I am, I would definitely reach out to Martha!! Outstanding realtor, with a lot of knowledge. Very trustworthy and well in tune with the market.&#34;,&#34;name&#34;:&#34;For Martha Lange, Realtor&#34;,&#34;description&#34;:&#34;From Jason - Seller - Calais&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i34932ede7dce06ac45390f35dccc3d730f7e2148e741ec7ab7238f2702008995&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Filomena is amazing! From day 1 it was clear she was an expert in house hunting, knew a lot about the area, and knew how to be tactical when making offers. This last attribute is what ended up getting us our house - there was another offer higher than ours, her creativity in \&#34;add ons\&#34; got us the deal. She even lined up vendors (electric, plumbing) to help us with the details. Wonderful experience, would recommend Filomena to anyone buying or selling!&#34;,&#34;name&#34;:&#34;For Filomena Siner, Realtor&#34;,&#34;description&#34;:&#34;From Joanna &amp; Tristan - Buyer - Montpelier&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;if2bbd5ee51b456fa3b4f03d16a703c8255f52a9a8eb2182a1d2ce5c00c07cb4f&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Jeff was very patient, understanding and put our needs as a priority. He was very timely in communication and I can&#39;t thank him enough for his role in the purchase of our home!&#34;,&#34;name&#34;:&#34;For Jeff Olson, Realtor&#34;,&#34;description&#34;:&#34;From Travis &amp; Danielle - Buyer - Pittsford&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i4844792ecfe688b25b245976838c05ac30c49692486193636ce03650f2a469d3&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;We have an upcoming house sale and we have chosen Lori to help us with that, Her responsiveness and knowledge were so helpful to us, We are very appreciative, Thank you so much Lori.&#34;,&#34;name&#34;:&#34;For Lori Holt, Realtor&#34;,&#34;description&#34;:&#34;From Patricia - Buyer - Williamstown&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i15097e5772d6b4e00721742f5e6d3cf784b2064d35c84d58ba3f1b574cfc5565&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Susan Burdick has represented us three times. When you have the best, there is no need to look elsewhere.&#34;,&#34;name&#34;:&#34;For Susan Burdick, Realtor&#34;,&#34;description&#34;:&#34;From William &amp; Karen - Buyer - Vergennes&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i602cd92e8077a58a2f0007096008e71d7b02d341cb3651eceaf199b97395cb73&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Nancy made us feel that we were her top priority even though we knew she was busy with other properties. Nancy communicates exceptionally well. We never felt at any time that we were bothering her with our questions and concerns. We would highly recommend Nancy!&#34;,&#34;name&#34;:&#34;For Nancy Larrow, Realtor&#34;,&#34;description&#34;:&#34;From Russell &amp; Kathryn - Seller - Vergennes&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i2050a2703d5c1728c4b8851e5ccb33ab39a3be2255ff350f4c049ab0daa177bb&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;We know Nancy she&#39;s a friend of ours and we know she has integrity and we like her! We wouldn&#39;t have gone with anyone else. Nancy was great! Every thing went very smooth and as planned. She was very knowable, professional and she has a great sense of humor! We would recommend her to anyone!&#34;,&#34;name&#34;:&#34;For Nancy Larrow, Realtor&#34;,&#34;description&#34;:&#34;From Patrick &amp; Maryann - Seller - Vergennes&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i165756914da132fb34743998ea53977ea90daba2497642a1d16ddc24c463eb29&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;My wife and I used Lisa Meyer to purchase a seasonal home in Warren VT. We moved very fast on the purchase and Lisa was always there when we had a question or concern. We would not have been able to complete this transaction so swiftly without her help. She was responsive, professional and fun to work with. I highly recommend Lisa Meyer.&#34;,&#34;name&#34;:&#34;For Lisa Meyer, Realtor&#34;,&#34;description&#34;:&#34;Christopher &amp; Amy - Buyer - Warren&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ica63ce0c6c4ca093add2770c22f4fbea03ab3232bc6de5af42cb237cc86c7a6b&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Sean made the process easy and kept us updated on any and all changes as the sale progressed. He helped us through the permitting process, and provided great insight into what our next steps were. Sean was very professional, and approachable throughout the entire process, always willing to help out with questions event if he wasn&#39;t sure, he would direct us to the right person who could help us.&#34;,&#34;name&#34;:&#34;Sean Dye, Realtor&#34;,&#34;description&#34;:&#34;Gary Sr. &amp; Gary Jr. - Buyer - Bridport&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i8cf16e6a25835f177dd04503b8e71e2e51deeb2c8d6118439458bd84753bffa&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Carrie&#39;s expertise in real estate and pastience in the home buying process has exceeded our expectations! She truly made this process, enjoyable, easy and streamlined! Also, we had a blast house with her. We will be recommend Carrie and the entire Berkshire Hathaway team to anyone interested!&#34;,&#34;name&#34;:&#34;Carrie Paquette, Realtor&#34;,&#34;description&#34;:&#34;Paul &amp; Rachel - Buyer - Essex Junction&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i1c4e004b1b8314df57212e2d78a18bdd02c001e52e92dfd0b51076c7e8465fae&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;The property had been derelict for 3-4 years and was a difficult sale. Jeff did a great job of accurately describing the property and pointing out the positive aspects of the home and lot. He pointed out what the \&#34;minimum\&#34; necessary work to be done to the house pre-sale. We live out of state. Jeff handled the property and septic inspections. I would strongly recommend Jeff to anyone looking to buy or sell a home. He understands the local market and his knowledge of local tradesman was invaluable.&#34;,&#34;name&#34;:&#34;Jeff Olson, Realtor&#34;,&#34;description&#34;:&#34;Paul &amp; Patricia - Seller - Rochester&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;idd622a5161a150aef0d10d0ca0c09285182f101384e566087c6609b367cb4005&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Filomena is a professional&#39;s professional. Hard working. Great communicator. Saint like tolerance. Honest, dependable, and timely. I have recommended her to others. Additionally, Filomena has a deep knowledge base many connections in a sound understanding of the real estate market in the state of Vermont. I highly recommend Filomena for any sale of any property.&#34;,&#34;name&#34;:&#34;Filomena Siner, Realtor&#34;,&#34;description&#34;:&#34;Jeremy - Seller - Barre&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;if8ee04ff4f4dd503a32ef3771767edd36a5b506e7fb8c26414076bffe7ca820a&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Sue is the hardest working person I know. She puts all her energy and attention into her listing. She is available to answer questions and guide the process for her clients. She goes over and above in every way. And she lent us packing materials and her truck! Sue priced the property above what we thought it could sell for, it sold for even more!&#34;,&#34;name&#34;:&#34;Sue Walsh, Realtor&#34;,&#34;description&#34;:&#34;Ken &amp; Nina - Seller - Ferrisburgh&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i184cfd0e55b9e38d5e02b698b4e493f8dd54f3efdf739bf9071b29fa60b8b7a1&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Deb Hillman&#39;s goal is to create a successful property transition experience — start to finish. She listens and asks helpful questions to clearly identify her client&#39;s wishes and priorities. Deb offers the right mix between attentiveness and checking in with her clients. Deb knows the market well and understands how to create the most opportune property transition. Her knowledge is paired with a good sense of humor and wit. I wholeheartedly recommend Deb as my A+ realtor.&#34;,&#34;name&#34;:&#34;Deb Hillman, Realtor&#34;,&#34;description&#34;:&#34;Dorothea - Seller - Middlebury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i75f073a36bb4949e32d7bf2a2a5ca49cf3d797e22ec3bd02f49bc538c6533bf6&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;When you team with Nancy you are getting the best. Many years of experience, many sales under her belt. She is a hard working no bull type of person with a big smile. I once had a neighbor tell me about her, they went on and on about all the good things she did for them. My neighbor was correct, she does a great job. I don&#39;t believe you can get anyone better than her for a realtor. Many Thanks!&#34;,&#34;name&#34;:&#34;Nancy Larrow, Realtor&#34;,&#34;description&#34;:&#34;Bill &amp; Kathleen - Seller - Ferrisburgh&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;if67df36b02441d604d3a8b41f89f30f258fb87f7fb796c46cbdfc17b1d887502&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;My relationship with Sue from previous history meant that she was my top choice to represent me with this sale and she once again exceeded expectations in every way.&#34;,&#34;name&#34;:&#34;Sue Mackey, Realtor&#34;,&#34;description&#34;:&#34;Keith - Seller - Middlebury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;if94ab846a1432a1c6f6e7ed827ec4517c40f2937895fa0e7c2e9fa14f235f8b9&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Mark was extremely helpful and sincere person to work with. Definitely providing all the information needed and went out his way to ensure that the sale will go accordingly. Thank you for all your help and service provided.&#34;,&#34;name&#34;:&#34;Mark Duchaine Jr., Realtor&#34;,&#34;description&#34;:&#34;Trang - Seller - Colchester&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;id9dd98ddba3de5ac29b75faae6c6f8dc955ea7664d623cc0965d5d487a03fe5d&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;My fiancée and I searched for a home for months. Susan was always very patient and supportive, traveling to many showings across multiple counties. Susan was on top of her game, provided excellent advice on what the perfect offer would be, and diligently followed through until we were under contract. I can&#39;t say enough about how great of a partner she was for us throughout this entire process, and without her, we would likely still be searching!&#34;,&#34;name&#34;:&#34;Susan Burdick, Realtor&#34;,&#34;description&#34;:&#34;Zachary - Buyer - Colchester&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i58e5adb2ca0a926d6d98de69c9e175027b107e779c5ca08e3ad782efc39ebfb1&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;We worked with Lisa Meyer for four plus years to find a house that met our family&#39;s needs. Ultimately, we worked with Lisa to buy land to build and to sell our current home. She has been incredibly patient, trustworthy, and helpful. We always felt that she was looking out for our best interests. Our house was under contract within 48 hours, with 15 showings over two days. She was a fantastic advisor to us every step of the way.&#34;,&#34;name&#34;:&#34;Lisa Meyer, Realtor&#34;,&#34;description&#34;:&#34;Elizabeth &amp; Clarke - Seller - Waterbury Center&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ia51ee9c1ad61ee20c706b07a59f3002703762f3f2cca1a493f87cb26f7894b3a&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Friendly, positive and helpful throughout the process.&#34;,&#34;name&#34;:&#34;Denise Trombley, Realtor&#34;,&#34;description&#34;:&#34;Thomas - Seller - Johnson&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ib5d7474db9f16c6401f064a1e5107d54f24fcd0835ae816f0098221499f02c7c&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Dody and Denise were very encouraging and positive when they first toured our property. We had a lot of work to do to get our home ready, but they were patient with us and very helpful. They priced it just right and within 3 months it sold. They promised they would sell it and they did! We will recommend Dody to friends and family if the opportunity arises in the future.&#34;,&#34;name&#34;:&#34;Dody Day, Realtor&#34;,&#34;description&#34;:&#34;David &amp; Lois - Seller - Eden&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;if5e9e2e742ffeafe60525d8d2e24053945ec3f044cfe331fdec9ed3b4846ccd0&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Lisa was the perfect person to have in my corner as a first-time home buyer during the pandemic and real estate boom. She was patient and extremely knowledgeable. You&#39;d be hard-pressed to find someone else with her local knowledge and industry expertise. Lisa&#39;s also honest and trustworthy, which made it easy to follow her advice during a turbulent time for the housing market. I&#39;m so thankful to have had an agent like Lisa to navigate this process with. I couldn&#39;t recommend her more.&#34;,&#34;name&#34;:&#34;Lisa Meyer, Realtor&#34;,&#34;description&#34;:&#34;Meredith - Buyer - Waitsfield&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i87848e8690d9984b51536d08a14530c9a2a4b048fec4458202595b4620425468&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Susan Burdick was amazing. She had great communication and always had time to answer her phone. If she didn&#39;t have an answer for me, she would get back to me with it. Susan helped us a lot with the process and explaining things.&#34;,&#34;name&#34;:&#34;Susan Burdick, Realtor&#34;,&#34;description&#34;:&#34;Jason &amp; Anna - Buyer - Bristol&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i2cb7e01f8ae30cb17e883f0a050d88e0fae3f6ff3c0136f80e2b9be4756c8351&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;I highly recommend Sue Mackey as a realtor. She is very knowledgeable and will work hard to either find the right house for you or to sell your existing home. Sue is very easy to work with and is very approachable; she gets back to you in a timely fashion with answers to your questions. Sue Mackey is a pleasure to work with.\&#34;&#34;,&#34;name&#34;:&#34;Sue Mackey, Realtor&#34;,&#34;description&#34;:&#34;Timothy &amp; Barbara – Buyer - Salisbury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i2e0634f2aedb4d028d1a5a91782b52357c72586e4954ce4d7fe87641bd106238&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Robbi is simply amazing! I have worked with her a couple times now and she always goes above and beyond. She really has a strong grasp of the needs of buyers (And probably sellers). The home I purchased this time around was on leased land. The lease was not ready until the day before closing. Robbi immediately took care of it by going to pick it up and hand delivering it. Amazing service. I never hesitate to work with her.\&#34;&#34;,&#34;name&#34;:&#34;Robbi Handy Holmes, Realtor&#34;,&#34;description&#34;:&#34;Doug – Buyer - Colchester&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ia3a7e8a0b7b3f857fc94b73127fdc813c960b128a53af6da9044f398e8d165a1&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Amy Thompson was amazing!! She provided excellent service, answered any and all questions I had about the house and buying process, as well as Vermont in general. I am new to Vermont and she was a critical piece in making me feel more comfortable in my new home. Would recommend her to anyone searching for a home.\&#34;&#34;,&#34;name&#34;:&#34;Amy Thompson, Realtor&#34;,&#34;description&#34;:&#34;Hana – Buyer - Morrisville&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;if553c02d19399e1bdcd2eb58752d6388b02819f3822ff30d31df61c0b545b1d5&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Anna works hard to keep the selling process seamless; she is communitive and always professional. She explains the process and listens to your needs.\&#34;&#34;,&#34;name&#34;:&#34;Anna Charlebois Ouellette, Realtor&#34;,&#34;description&#34;:&#34;Gerald and Betty – Seller – Vergennes&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;id6e1875dcf11d441bb1fe0e400e8257045ad147d760fa8cf79ad3025e01b750&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Robbi went above &amp; beyond in every instance, including: staying in communication with us; clearly explaining the process &amp; her thinking at each step; from lining up vendors to helping out directly herself. She provided us with a sale process that felt largely effortless on our part, and a sale result that we were entirely satisfied with. We highly recommend her to anyone looking for an agent who is both extremely effective &amp; a pleasure to work with. \&#34;&#34;,&#34;name&#34;:&#34;Robbi Handy Holmes, Realtor&#34;,&#34;description&#34;:&#34;Dean &amp; Julie – Seller – Essex Junction&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i68c2a4e121a812ececc5a5de733085436dc1945080bf8770a7791d57d4e57fad&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Robbi has helped my family buy and sell properties through the years and I am always 100% satisfied with the quality of her work. She is the only realtor in VT who I highly recommend!\&#34;&#34;,&#34;name&#34;:&#34;Robbi Handy Holmes, Realtor&#34;,&#34;description&#34;:&#34;Diana – Seller – Georgia&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i749073bd0a9d27b99163e2c2bd091ca7e422d4b3876faef187a6ad7b8041e0a9&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Dick has so much experience and patience. He guided us for almost 3 yrs during the pandemic to find a house we could afford and that we would be happy in. He was available day and night for us and answered any questions we had. He always goes above and beyond for his clients and does it with a smile. Best of the best!\&#34;&#34;,&#34;name&#34;:&#34;Dick Elkins, Realtor&#34;,&#34;description&#34;:&#34;Dan &amp; Ruby – Sellers – Duxbury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i8abe18bc1bf6aa0bad29a8a738ba707c34c7cce8a3cbbf8990e64054ccf9921c&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;“Martha is amazing, and really understands her client&#39;s requirements. Her feedback was highly valued and very insightful in finding the right property for me.  Martha&#39;s familiarty with the area as well as fantastic understanding of the local market was super helpful.\&#34;&#34;,&#34;name&#34;:&#34;Martha Lange, Realtor&#34;,&#34;description&#34;:&#34;Patrick – Buyer – Montpelier&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i42f819d5e64ca75fd0042ec0829a803feae20ff20edee12fdcd0d9aa3b38ff65&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Lori took on a difficult property to access and to sell. We so appreciate her willingness to meet us with professionalism, her congeniality, and she kept in touch throughout the sales process. she was the best choice for being our salesperson.  My husband and I would recommend Lori exuberantly to anyone needing a knowledgeable, kind, salesperson with great communication skills.\&#34;&#34;,&#34;name&#34;:&#34;Lori Holt, Realtor&#34;,&#34;description&#34;:&#34;Mary &amp; David – Sellers Northfield&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i895273fca66448185dd167031044cec19bcf45a4a1c1270c152adfe4f67c9a28&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Cynthia went above and beyond to make the sale happen. We were by no means a straightforward sale, with plenty of unknowns in the property. Cynthia brought the sale across the finish line and for a great price. Her communication was perfect via phone and email.\&#34;&#34;,&#34;name&#34;:&#34;Cindi Burns, Realtor&#34;,&#34;description&#34;:&#34;Vikram – Seller – Shelburne&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i391e917cb2c4448501501a4fcb12bb95779b29798b1bc039dcf46255312ba03f&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Cindi is a great person to work with. She stays on top of every detail and is a great communicator. Cindi is the definition of a go getter!\&#34;&#34;,&#34;name&#34;:&#34;Cindi Burns, Realtor&#34;,&#34;description&#34;:&#34;Carol – Seller – South Burlington&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i6084b8a4a050454b434cde16a42fb93f81e198702b39d9ba71a817ac05c6ae8f&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Fun and positive to work with. Very upbeat, knew her business, and highly tuned in to our best interests! A very stressful time was, in all actuality, a most pleasurable experience. Anna has a very can- do attitude, works tirelessly to get things done.\&#34;&#34;,&#34;name&#34;:&#34;Anna Charlebois Ouellette, Realtor&#34;,&#34;description&#34;:&#34;Phillip &amp; Deborah – Sellers – Panton&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;iab1dcbb1adb956fa391a6db92c03817a502b089c14516fa72b29aa538aa44afb&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Cindi helped us buy and sell a house in the most competitive real estate market I&#39;ve ever seen. Because of her expertise and quick thinking, were able to beat out other buyers to secure a contract for our new home and sold our previous home for over asking price. We couldn&#39;t be happier! Thank you Cindi!&#34;,&#34;name&#34;:&#34;Cindi Burns, Realtor&#34;,&#34;description&#34;:&#34;Rebecca &amp; Devin – Sellers – Burlington&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i4cdb23fba032f33356d19e7e7fbbf785389f8636726bbf537bb5ae8c061d33f8&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Mark was an absolute pleasure to work with. He came prepared to our meeting with the marketing plan and did a great job selling himself. As we worked through the process Mark was always available and professional. We have relocated 9 different times and would put him up there at the top. When speaking to SIRVA they also had very complimentary things to say about Mark.&#34;,&#34;name&#34;:&#34;Mark Duchaine Jr., Realtor&#34;,&#34;description&#34;:&#34;Dale – Seller – Essex&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;iee5e6b7a566a73d9bb79384458aec3c65b9755f68eb8fb11535dcd1d0fdece9&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;I chose Daniel Bruce because I&#39;d met him when he was working on a sale nearby, and I liked him. He seemed genuine and honest. Two crucial characteristics in a person in my opinion, especially someone in sales. We are using Dan as the agent to sell our farm now that he helped us sell our duplex, so we were obviously very happy with our experience!&#34;,&#34;name&#34;:&#34;Daniel Bruce, Realtor&#34;,&#34;description&#34;:&#34;Johnathan – Seller – Marshfield&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ie3fe6f4bef6677cd662e69f51d7ed18595bb4757a5733dcc24225f2d500d837d&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Tony made it clear that our sale was a priority. He wasted no time in getting everything pertinent to our sale. He was always available if we had questions. Even when our lawyer was not totally on the ball, Tony was. He is very personable and made us feel comfortable every step of the way. He found us a great buyer &amp; We went from listing to closing in less that three weeks. We would highly recommend him!\&#34;&#34;,&#34;name&#34;:&#34;Anthony \&#34;Tony\&#34; Micklus, Realtor&#34;,&#34;description&#34;:&#34;Tennyson, Perry &amp; Martha - Seller - Bakersfield&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;iff5196b783b55ff1af88e35fce0d35d9597dc6e6cfcc03fdd82db88374a618d5&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Mark was friendly, knowledgeable, and was willing to go the extra mile to help me get top dollar for my property.\&#34;&#34;,&#34;name&#34;:&#34;Mark Duchaine Jr., Realtor&#34;,&#34;description&#34;:&#34;Brian – Seller - Essex Jct&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i2108a173f0d4d82625d2f1df5bbeb62f4252080e954d8a9f461868bc67234733&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Jan was the dream agent! She helped us buy our first home during a less than ideal buyers market. We trusted her implicitly and it paid off. \&#34;&#34;,&#34;name&#34;:&#34;Jan Bark, Realtor&#34;,&#34;description&#34;:&#34;Margaret &amp; Wade - Buyer - Middlebury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i65498c2a6ba929144fcb9fd75c671d4e9c4b09fda31c98148947c7617ec3e72f&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;We thoroughly enjoyed working with Deb Hillman. She kept us informed and was friendly and professional. Deb made it easy on our end. I will continue to highly recommend her to anyone who needs a real estate agent!\&#34;&#34;,&#34;name&#34;:&#34;Deb Hillman, Realtor&#34;,&#34;description&#34;:&#34;Jim &amp; Michelle - Seller - Leicester&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i2eb62dba0dd1c08c3bd992451546fbf85efa18fec63c82150e2a3ae6d863bc0a&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Deb was communicative and timely. She explained the process so I understood it, this was my first land purchase. I trusted Deb and she was always available to answer my questions, even in the evenings. I live out of state, she met my mother on the property so that I could get their input, and have additional pictures taken. everything went smoothly and we were able to close very quickly.&#34;,&#34;name&#34;:&#34;Deb Hillman, Realtor&#34;,&#34;description&#34;:&#34;Susan – Buyer - Leicester&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i44326c31e907d106c773287ad017b2ca56d4825a2d9927bea958e5e00cdc413f&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Anna is an amazing human! She listens, she’s fair and patient. I would recommend her to anyone looking for an agent. I wouldn’t have made it through the last 3 months without her guidance and insight.\&#34;&#34;,&#34;name&#34;:&#34;Anna Charlebois Ouellette, Realtor&#34;,&#34;description&#34;:&#34;David &amp; Carrie - Buyer - Ferrisburgh&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i60fd7f8c21b3f788df27498b671dd0f79a0d95e17a00c7dfa30b8bf0bd39fb58&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Great Job /chuck\&#34;&#34;,&#34;name&#34;:&#34;Chuck Burns, Realtor&#34;,&#34;description&#34;:&#34;Leon - Seller - Burlington&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i126f05a46be3f910292050c3c9f55e50fafd463ed3e464ef42a1077cf6c452c4&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Joanie did a great job working with an elderly property in a mixed zone.\&#34;&#34;,&#34;name&#34;:&#34;Joanie Sabin, Realtor&#34;,&#34;description&#34;:&#34;Georgianna - Seller - Waterbury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ic2f87461ea34f48e0b147fafd9b4ab675888392a6a7ba415e1ae3483c2cf9edd&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Tina Golon was always reachable, and understating of our questions. Tina work thru any problems that arose during our house selling process. Most times Tina was ahead of us asking with either a phone call or text to keep us informed. Tina Golon know the business of real estate. We are glad she was on our team.”&#34;,&#34;name&#34;:&#34;Tina Golon, Realtor&#34;,&#34;description&#34;:&#34;Dennis &amp; Linda - Seller - Barre&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i1bbcd962ed5bd54a5d55e430b260ba6ada052a0571e90e76400b13fdcb661bf6&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Her professionalism is truly unparalleled and her timing is impeccable. She has anticipated and dealt with any and all concerns that I might have had Joanie has exemplified the meaning of professionalism and is a pleasure to work with.&#34;,&#34;name&#34;:&#34;Joanie Sabin, Realtor&#34;,&#34;description&#34;:&#34;Jeff – Seller - Barre&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;id2fb7f423b524218402bb179b2d940bbba6443d5c84d3eea2e635e44016d7107&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Thank you for all you have done, you did excellent, and was always willing to answer any questions I had.&#34;,&#34;name&#34;:&#34;Anthony \&#34;Tony\&#34; Micklus, Realtor&#34;,&#34;description&#34;:&#34;Dylan - Buyer - Enosburgh&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i6c738d078e07c4c9b5ae9bec0336bc69a2e7b661e1aa56702d2d83fcd833c28&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Joanie was great: Fast, friendly and always available to help us through the process. She knew what was to happen at every turn, and provided us great advice in negotiations. Thanx, Joanie!&#34;,&#34;name&#34;:&#34;Joanie Sabin, Realtor&#34;,&#34;description&#34;:&#34;Stephen &amp; Tonya – Buyer - East Hardwick&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i6a3c2886211324a2417e570b606d1e32a95891aae848221346cbc0d995e2b09f&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Filomena is the type of person who is a perfect fit for the job she performs. You need to hire more of this class of individual who represents your company as it should be represented. She was always polite, available, approachable, helpful, respectful and professional throughout the entire process.&#34;,&#34;name&#34;:&#34;Filomena Siner, realtor&#34;,&#34;description&#34;:&#34;Perry - Seller - Duxbury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ib77259233301f46607b59b6d0e93746c09233f4bdec87f1bfa9611ac82830729&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Warren Was very patient as this was my first time selling a house. I had many questions and he took time to answer and made sure I understood. Warren treated me like he had known me for years, I would highly recommend him to anyone looking to buy or sell a home as he stands by your side and always answers promptly. Thank you so much Warren! You certainly made this a cake walk for me!&#34;,&#34;name&#34;:&#34;Warren Palm, Realtor&#34;,&#34;description&#34;:&#34;Lorri – Seller - Fairfax &#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i836cb056c5c615f747d08b43b464ebe29837f63100eca9e9e86fd2b338e74912&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Martha did a great job of helping me find the perfect property to buy.&#34;,&#34;name&#34;:&#34;Martha Lange, Realtor&#34;,&#34;description&#34;:&#34;Lee - Buyer - Woodbury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ie5f2d93adf4642f9444025b0a253c4c4791fc41f0a8bda667efacd715016063f&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Over the past two years of searching Filomena has been fantastic to work with. She has great local knowledge and communication is fantastic. Highly recommend Filomena as a real estate agent for the Vermont area.\&#34;&#34;,&#34;name&#34;:&#34;For Filomena Siner, Realtor&#34;,&#34;description&#34;:&#34;From Edward, Buyer, Jay&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ie4815c9a8cd639002c0eed97b280543d249efe5196147e31ccd9cbe60d7ce82f&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;When I decided to sell my home I was confident that Joanie would guide me from start to finish. In addition to the details of the sale, she provided guidance as to what needed to be done, such as changing home ins, power and cable changeover, and many other details that I would not have considred in a timely fashion. As a single person, selling on my own, support with all these details was invaluable. Joanie supports her clients in so many ways that one may not consider when thinking of selling property\&#34;&#34;,&#34;name&#34;:&#34;For Joanie Sabin, Realtor&#34;,&#34;description&#34;:&#34;From, LInda, Seller, Montpelier&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;id52b7c3177bcd85be14520f801ddcb34453db0d5d927364db42a709d75ceebf2&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Nakima really knows her stuff and helped me through out the entire process\&#34;&#34;,&#34;name&#34;:&#34;For Nakima Olin, Realtor&#34;,&#34;description&#34;:&#34;From Patricia, Seller, Montpelier&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i3902793a9ec82b1f8ab6dd38c0f80fabf55ca3cce65aa0b4262cfbd39891caae&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;Lisa&#39;s understanding of the market, from marketing plan to pricing strategy, was essential in getting a top offer for my house.  She is confident, communicative and collaborative. Lisa exceeded expectations every step of the way.\&#34;&#34;,&#34;name&#34;:&#34;For Lisa Meyer, Realtor&#34;,&#34;description&#34;:&#34;From James, Seller, Richmond&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;ie3e912ce6c8ba2160000f565fcaf8834d620210a9386e8b8c53eb757f6638e3&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;Nancy was very helpful through the house selling process. This was my first time selling a house and she helped me understand the process by explaining clearly the steps involved. She was good at explaining where to be price wise and when the time was right to agree to a deal.&#34;,&#34;name&#34;:&#34;For Nancy Larrow, Realtor&#34;,&#34;description&#34;:&#34;From Justin, Seller, Middlebury&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i6654787cf2d8acfa837cfc37db60a9f134a2ee93a657af387dc66e6f36d15ad8&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;\&#34;We can&#39;t recommend Robbi enough. She was understanding, available and flexible, she made great recommendations and provided excellent guidance. We knew we were in great hands with Robbi.\&#34;&#34;,&#34;name&#34;:&#34;For Robbi Handy Holmes, Realtor&#34;,&#34;description&#34;:&#34;From Devin, Buyer, Burlington&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i80f8a0070a2970ac50a68f530b6ec46752b81a594d3a6c04412fa77eb47da675&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;The real estate industry has changed considerably since my last purchase 28 years ago. I am 83 years old and out of touch with the market. I found Hannah to be very helpful, considerate, kind and knowledgeable throughout the process. She has my recommendation!&#34;,&#34;name&#34;:&#34;For Hannah Bruggemann, Realtor&#34;,&#34;description&#34;:&#34;From Beverly, Seller, Milton&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i728dc145bdd47fbee8cc2c326c413522f1f76cfeaf6b4ec8fd42a17b5a5887f6&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;},{&#34;text&#34;:&#34;We&#39;ve worked with Lori before, both for sales and purchases, and have always been appreciative of her expertise and service. We recommend her highly!&#34;,&#34;name&#34;:&#34;For Lori Holt, Realtor&#34;,&#34;description&#34;:&#34;From Carol, Seller, Barre&#34;,&#34;minWidthDesktopLg&#34;:1400,&#34;renditionMode&#34;:&#34;original&#34;,&#34;maxWidthMobile&#34;:991,&#34;minWidthDesktop&#34;:992,&#34;allRenditions&#34;:{},&#34;renditions&#34;:[],&#34;componentId&#34;:&#34;i9612c9a596fb1a97ffc2973efbcd07caa46331c77bb36c96f3bcc4d0ebe983f1&#34;,&#34;i18nLocale&#34;:&#34;&#34;,&#34;:type&#34;:&#34;nt:unstructured&#34;}]" data-testmonial-tree-params="authToken=B1F0D3F3-2E61-436D-B0C2-A4F15CC4B878&externalid=&pageSize=1000" class="cmp-agent-testimonials">

      <div class="cmp-zillow-agent-testimonials__content">
      </div>
    </section>

    
    


</div>
<div class="horizontal-rule aem-GridColumn aem-GridColumn--default--12">





    <div class="cmp-background bg-transparent     ">

        <div class="container">
            

                
                
    <section class="cmp-horizontal-rule">
        <hr/>
    </section>

    
    


                

            
        </div>

    </div>

</div>
<div class="cta aem-GridColumn aem-GridColumn--default--12">















    <div class="cmp-background bg-transparent     ">

        <div class="container">
            

                
                

    <div class="cmp-cta ">
        <div class="verticalbtn text-center   ">

        <!-- If vimeo link is configured, load vimeo script -->
        
        

        
            
            
            
           <div class="btn-style    ">

            
    <a class="btn btn-primary " href="https://www.vtregroup.com/communities" rel="noopener noreferrer">
        
        <span class="cmp-cta__btn-text">
            Explore More Communities
        </span>
        
    </a>


          </div>
          
        
      </div>
    </div>

    
    
    



                

            
        </div>

    </div>



</div>
<div class="cards aem-GridColumn aem-GridColumn--default--12">






	<section id="cards_388318614" class="cp-cards  cp-cards--3-col bg-white ">
		<div class="container">
			<div class="row row--header">
				<div class="col-12">
					<div class="cp-cards__header text-center" style="padding: 32px 0px;">
						<h5>Quick Search</h5>
					</div>
				</div>
			</div>
			<div class="row row--cards">
			
				
				
					<div class="col-12 col-lg-4" style="padding-right: 16px; padding-left: 16px;">
						
	
	<!-- We will remove this css in next deployment -->
	<style>
		.cmp-card .image-container-wrapper .lazy-load-image-disabled {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.cmp-card .image-container-wrapper .lazy-load-image-disabled .cmp-image__img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			display: block;
			padding: 0;
		}
	</style>
	<article class="cmp-card">
					<div class="image-container-wrapper">
						
        <a class="cmp-image__link" href="https://www.vtregroup.com/search.html?SearchType=Map&PropertyType=1%2C2%2C4%2C5%2C6&ApplicationType=FOR_SALE%2CPENDING&ListingStatus=1%2C2&NewListing=false&Sort=DATE_DESCENDING&PageSize=32&Page=1&NorthEastLatitude=45.535908901792254&NorthEastLongitude=-70.52303346106781&SouthWestLatitude=42.72958672524296&SouthWestLongitude=-74.20345338294281&SearchParameter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-73.28279854962601%2C44.99459447155071%5D%2C%5B-73.37068917462601%2C43.60294282238004%5D%2C%5B-72.37642647931351%2C43.56315166936804%5D%2C%5B-72.06880929181351%2C44.322544908240495%5D%2C%5B-71.72273995587601%2C44.444245550464046%5D%2C%5B-71.65132882306351%2C44.807829362130555%5D%2C%5B-71.56893136212601%2C44.95962222689338%5D%2C%5B-73.28279854962601%2C44.99459447155071%5D%5D%5D%7D%7D%5D%7D&MapSearchType=MapDraw&FeaturedCompany=BHHS" rel="noopener noreferrer">
            <picture class="lazy-load-image">
                
					
                    	<source media="(min-width: 992px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/property/Stagecoach.jpg"/>
                    
                
					
                    	<source media="(max-width: 991px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/property/Stagecoach.jpg"/>
                    
                
                <img data-src="/content/dam/bhhs/images/franchisee/vt301/property/Stagecoach.jpg" loading="lazy" title="VIEW NOW" class="cmp-image__img img-fill "/>
            </picture>

            
            
            

            
        </a>
    
    
    


					</div>
		<div class="cmp-card__content">
			<div class="cmp-card__label"><p><p>Just Listed</p>
</p></div>
			<h3 class="cmp-card__title">New To The Market</h3>
			<div class="cmp-card__desc">
				<p> Don't miss out on these newly listed properties!</p>
			</div>
			<div class="cmp-card__cta">
				
    <div class="cmp-cta">
        
    <a class="btn btn-secondary " href="https://www.vtregroup.com/search.html?SearchType=Map&PropertyType=1%2C2%2C4%2C5%2C6&ApplicationType=FOR_SALE%2CPENDING&ListingStatus=1%2C2&NewListing=false&Sort=DATE_DESCENDING&PageSize=32&Page=1&NorthEastLatitude=45.535908901792254&NorthEastLongitude=-70.52303346106781&SouthWestLatitude=42.72958672524296&SouthWestLongitude=-74.20345338294281&SearchParameter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-73.28279854962601%2C44.99459447155071%5D%2C%5B-73.37068917462601%2C43.60294282238004%5D%2C%5B-72.37642647931351%2C43.56315166936804%5D%2C%5B-72.06880929181351%2C44.322544908240495%5D%2C%5B-71.72273995587601%2C44.444245550464046%5D%2C%5B-71.65132882306351%2C44.807829362130555%5D%2C%5B-71.56893136212601%2C44.95962222689338%5D%2C%5B-73.28279854962601%2C44.99459447155071%5D%5D%5D%7D%7D%5D%7D&MapSearchType=MapDraw&FeaturedCompany=BHHS" rel="noopener noreferrer">
        
        <span class="cmp-cta__btn-text">
            VIEW NOW
        </span>
        
    </a>


    </div>


			</div>

		</div>
	</article>

					</div>
				
					<div class="col-12 col-lg-4" style="padding-right: 16px; padding-left: 16px;">
						
	
	<!-- We will remove this css in next deployment -->
	<style>
		.cmp-card .image-container-wrapper .lazy-load-image-disabled {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.cmp-card .image-container-wrapper .lazy-load-image-disabled .cmp-image__img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			display: block;
			padding: 0;
		}
	</style>
	<article class="cmp-card">
					<div class="image-container-wrapper">
						
        <a class="cmp-image__link" href="https://www.vtregroup.com/search.html?SearchType=Map&PropertyType=1%2C2%2C4%2C5%2C6&ApplicationType=FOR_SALE%2CPENDING&ListingStatus=1&NewListing=false&OpenHouses=365&Sort=DISTANCE_ASCENDING&PageSize=32&Page=1&NorthEastLatitude=45.535908901792254&NorthEastLongitude=-70.52303346106781&SouthWestLatitude=42.72958672524296&SouthWestLongitude=-74.20345338294281&SearchParameter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-73.28279854962601%2C44.99459447155071%5D%2C%5B-73.37068917462601%2C43.60294282238004%5D%2C%5B-72.37642647931351%2C43.56315166936804%5D%2C%5B-72.06880929181351%2C44.322544908240495%5D%2C%5B-71.72273995587601%2C44.444245550464046%5D%2C%5B-71.65132882306351%2C44.807829362130555%5D%2C%5B-71.56893136212601%2C44.95962222689338%5D%2C%5B-73.28279854962601%2C44.99459447155071%5D%5D%5D%7D%7D%5D%7D&MapSearchType=MapDraw" rel="noopener noreferrer">
            <picture class="lazy-load-image">
                
					
                    	<source media="(min-width: 992px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/property/Stagecoach%20LR2.jpg"/>
                    
                
					
                    	<source media="(max-width: 991px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/property/Stagecoach%20LR2.jpg"/>
                    
                
                <img data-src="/content/dam/bhhs/images/franchisee/vt301/property/Stagecoach%20LR2.jpg" loading="lazy" title="PREVIEW NOW" class="cmp-image__img img-fill "/>
            </picture>

            
            
            

            
        </a>
    
    
    


					</div>
		<div class="cmp-card__content">
			<div class="cmp-card__label"><p><p>Vermont</p>
</p></div>
			<h3 class="cmp-card__title">Open Houses</h3>
			<div class="cmp-card__desc">
				<p> Check out these Open House schedules.</p>
			</div>
			<div class="cmp-card__cta">
				
    <div class="cmp-cta">
        
    <a class="btn btn-secondary " href="https://www.vtregroup.com/search.html?SearchType=Map&PropertyType=1%2C2%2C4%2C5%2C6&ApplicationType=FOR_SALE%2CPENDING&ListingStatus=1&NewListing=false&OpenHouses=365&Sort=DISTANCE_ASCENDING&PageSize=32&Page=1&NorthEastLatitude=45.535908901792254&NorthEastLongitude=-70.52303346106781&SouthWestLatitude=42.72958672524296&SouthWestLongitude=-74.20345338294281&SearchParameter=%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-73.28279854962601%2C44.99459447155071%5D%2C%5B-73.37068917462601%2C43.60294282238004%5D%2C%5B-72.37642647931351%2C43.56315166936804%5D%2C%5B-72.06880929181351%2C44.322544908240495%5D%2C%5B-71.72273995587601%2C44.444245550464046%5D%2C%5B-71.65132882306351%2C44.807829362130555%5D%2C%5B-71.56893136212601%2C44.95962222689338%5D%2C%5B-73.28279854962601%2C44.99459447155071%5D%5D%5D%7D%7D%5D%7D&MapSearchType=MapDraw" rel="noopener noreferrer">
        
        <span class="cmp-cta__btn-text">
            PREVIEW NOW
        </span>
        
    </a>


    </div>


			</div>

		</div>
	</article>

					</div>
				
					<div class="col-12 col-lg-4" style="padding-right: 16px; padding-left: 16px;">
						
	
	<!-- We will remove this css in next deployment -->
	<style>
		.cmp-card .image-container-wrapper .lazy-load-image-disabled {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.cmp-card .image-container-wrapper .lazy-load-image-disabled .cmp-image__img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			display: block;
			padding: 0;
		}
	</style>
	<article class="cmp-card">
					<div class="image-container-wrapper">
						
        <a class="cmp-image__link" href="https://www.vtregroup.com/relocating" rel="noopener noreferrer">
            <picture class="lazy-load-image">
                
					
                    	<source media="(min-width: 992px)" data-srcset="/content/dam/bhhs/web-images/sell-your-home/inspections-and-disclosures/shutterstock_400680352_Jumbo.jpg"/>
                    
                
					
                    	<source media="(max-width: 991px)" data-srcset="/content/dam/bhhs/web-images/sell-your-home/inspections-and-disclosures/shutterstock_400680352_Jumbo.jpg"/>
                    
                
                <img data-src="/content/dam/bhhs/web-images/sell-your-home/inspections-and-disclosures/shutterstock_400680352_Jumbo.jpg" loading="lazy" title="Learn More" class="cmp-image__img img-fill "/>
            </picture>

            
            
            

            
        </a>
    
    
    


					</div>
		<div class="cmp-card__content">
			<div class="cmp-card__label"><p><p>WHEREVER LIFE TAKES YOU....</p>
</p></div>
			<h3 class="cmp-card__title">Relocation</h3>
			<div class="cmp-card__desc">
				<p>We can help you anywhere you want to go.</p>
			</div>
			<div class="cmp-card__cta">
				
    <div class="cmp-cta">
        
    <a class="btn btn-secondary " href="https://www.vtregroup.com/relocating" rel="noopener noreferrer">
        
        <span class="cmp-cta__btn-text">
            Learn More
        </span>
        
    </a>


    </div>


			</div>

		</div>
	</article>

					</div>
				
				
			</div>
		</div>
	</section>

	
    


</div>
<div class="ghost aem-GridColumn aem-GridColumn--default--12">

</div>
<div class="horizontal-rule aem-GridColumn aem-GridColumn--default--12">





    <div class="cmp-background bg-white pt-1 pb-3 d-only-none d-lg-only-none  ">

        
            <div class="w-100">

                
                
    <section class="cmp-horizontal-rule">
        <hr/>
    </section>

    
    


                

            </div>
        

    </div>

</div>
<div class="ca-avm-widget aem-GridColumn aem-GridColumn--default--12">





  <section class="cmp-ca-avm-widget " id="ca_avm_widget" data-percy-widget="false" data-redirect="https://www.vtregroup.com/home-value" data-franchiseId="vt301">

    <div class="cmp-avm__content">
      <div class="container">
        
        <div class="row">
          <div class="col-md-10 offset-md-1 col-lg-6 offset-lg-3 text-center">
            <h2>What is your home worth?</h2>
            <p>Sell your home smarter with more data and insight with the free home value report. </p>
            <h4 class="mb-3 mt-3">Get Your Free Home Value Report</h4>
          </div>

          <div class="col-md-10 ca-avm-input-container">
            <div>
              <div class="cmp-ca-avm-widget">
                <!-- Start AVM search -->
                
	                <div class="cmp-ca-avm-widget__input-div">
	                  <div class="cmp-ca-avm-widget__mobile-div">
	                    <input type="text" id="avmaddress" class="cmp-ca-avm-widget__input-class  " placeholder="Enter address" autocomplete="off"/>
	                    <input type="text" id="avmunit" class="cmp-ca-avm-widget__avmunit  " placeholder="Unit #" autocomplete="off"/>
	                  </div>
	                  <button class="cmp-ca-avm-widget__button  " id="btnStartAVMReport">Get Your Report</button>
	                </div>
	            
                <!-- End AVM Search -->
                <!-- Start PERCY Search -->
                
                <!-- End PERCY Search -->
              </div>
            </div>
          </div>

          <div class="row cmp-avm__icon-items--mobile">
            <div class="col-12">
              <div class="owl-carousel-wrapper">
                <div class="owl-carousel">
                  

  <div class="cmp-avm__icon-item">
    <svg>
      <title>calculator</title>
      <use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#calculator"></use>
    </svg>
    <h4>Estimate</h4>
    <p>Get the most accurate estimate, powered by the same technology used by lenders.</p>
  </div>


                  

  <div class="cmp-avm__icon-item">
    <svg>
      <title>price-tags</title>
      <use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#price-tags"></use>
    </svg>
    <h4>Compare</h4>
    <p>See what other homes are being sold for in and around your neighborhood.</p>
  </div>


                  
                  
                </div>
              </div>
            </div>
          </div>
          <div class="row cmp-avm__icon-items--desktop offset-lg-3">
            <div class="col-md-5 col-lg-4 cmp-avm__icon-item-col">
              

  <div class="cmp-avm__icon-item">
    <svg>
      <title>calculator</title>
      <use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#calculator"></use>
    </svg>
    <h4>Estimate</h4>
    <p>Get the most accurate estimate, powered by the same technology used by lenders.</p>
  </div>


              
            </div>
            <div class="col-md-5 col-lg-4 cmp-avm__icon-item-col">
              

  <div class="cmp-avm__icon-item">
    <svg>
      <title>price-tags</title>
      <use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#price-tags"></use>
    </svg>
    <h4>Compare</h4>
    <p>See what other homes are being sold for in and around your neighborhood.</p>
  </div>


              
            </div>
          </div>
        </div>
      </div>
  </section>
  
    

</div>
<div class="horizontal-rule aem-GridColumn aem-GridColumn--default--12">





    <div class="cmp-background transparent-bg     ">

        <div class="container">
            

                
                
    <section class="cmp-horizontal-rule">
        <hr/>
    </section>

    
    


                

            
        </div>

    </div>

</div>
<div class="fifty-fifty aem-GridColumn aem-GridColumn--default--12">





    <div class="cmp-background bg-transparent     ">

        <div class="container">
            

                
                
    <section class="cmp-fifty-fifty  " id="fifty_fifty_planning">
        <div class="container  ">
            <div class="row cmp-image__row align-items-center">
			

              
              <div class="col-md-6 col-sm-12 fifty-fifty-image-wrapper order-md-1 cmp-image__col--left">	
                
        
            <picture class="lazy-load-image">
                
					
                    	<source media="(min-width: 992px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/migrated-from-bhhs-folder/planning-guide-page-turn.jpg"/>
                    
                
					
                    	<source media="(max-width: 991px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/migrated-from-bhhs-folder/planning-guide-page-turn.jpg"/>
                    
                
                <img data-src="/content/dam/bhhs/images/franchisee/vt301/migrated-from-bhhs-folder/planning-guide-page-turn.jpg" loading="lazy" alt="Planning Guide Inside Pages" class="cmp-image__img img-fill "/>
            </picture>

            
            
            

            
        
    
    
    

     
              </div>

                
                 	
                 <div class="col-md-6 col-sm-12 fifty-fifty-content order-1 order-md-12 cmp-image__text cmp-image__text--right">	
                		
                    <h2>Access our Real Estate and Lifestyle Planning Guide</h2>
                    
                    
                    
    <div class="cmp-text  ">

        <p>At Berkshire Hathaway HomeServices Vermont Realty Group, we call our network professionals Forever Agents℠ because they support your real estate dreams and goals for life. But that support doesn’t start or end with a successful transaction, it’s ongoing, and it means planning for a future that’s as fulfilling as it is bright.</p>
    </div>

    
    
    

	
                    	
                    
    <div class="cmp-cta">
        
    <a class="btn btn-secondary " href="/real-estate-lifestyle-planning" rel="noopener noreferrer">
        
        <span class="cmp-cta__btn-text">
            Learn More
        </span>
        
    </a>


    </div>

	
                    	
                </div>	
            </div>	
        </div>	
    </section>

    
    
    



                

            
        </div>

    </div>



   



</div>
<div class="ghost aem-GridColumn aem-GridColumn--default--12">

</div>
<div class="ghost aem-GridColumn aem-GridColumn--default--12">

</div>
<div class="community-gateway aem-GridColumn aem-GridColumn--default--12">





    <div class="cmp-background transparent-bg     ">

        <div class="container">
            

                
                
    <div id="community-gateway-component"></div>

                

            
        </div>

    </div>



</div>
<div class="ghost aem-GridColumn aem-GridColumn--default--12">

</div>
<div class="cards aem-GridColumn aem-GridColumn--default--12">






	<section id="cards" class="cp-cards  cp-cards--3-col bg-lightergray2 cp-cards--full-bleed">
		<div class="container">
			<div class="row row--header">
				<div class="col-12">
					<div class="cp-cards__header text-center" style="padding: 32px 0px;">
						<h5>Work With The Best</h5>
					</div>
				</div>
			</div>
			<div class="row row--cards">
			
				
				
					<div class="col-12 col-lg-4" style="padding-right: 16px; padding-left: 16px;">
						
	
	<!-- We will remove this css in next deployment -->
	<style>
		.cmp-card .image-container-wrapper .lazy-load-image-disabled {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.cmp-card .image-container-wrapper .lazy-load-image-disabled .cmp-image__img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			display: block;
			padding: 0;
		}
	</style>
	<article class="cmp-card">
					<div class="image-container-wrapper">
						
        <a class="cmp-image__link" href="https://www.vtregroup.com/office-results?companykey=vt301" rel="noopener noreferrer">
            <picture class="lazy-load-image">
                
					
                    	<source media="(min-width: 992px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/promotional/Map_Site_Card.jpg"/>
                    
                
					
                    	<source media="(max-width: 991px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/promotional/Map_Site_Card.jpg"/>
                    
                
                <img data-src="/content/dam/bhhs/images/franchisee/vt301/promotional/Map_Site_Card.jpg" loading="lazy" title="Locate Now" class="cmp-image__img img-fill "/>
            </picture>

            
            
            

            
        </a>
    
    
    


					</div>
		<div class="cmp-card__content">
			<div class="cmp-card__label"><p><p>FIND OUR OFFICES</p>
</p></div>
			<h3 class="cmp-card__title">We've Got you Covered</h3>
			<div class="cmp-card__desc">
				<p>Locate the office closest to you.</p>
			</div>
			<div class="cmp-card__cta">
				
    <div class="cmp-cta">
        
    <a class="btn btn-secondary " href="https://www.vtregroup.com/office-results?companykey=vt301" rel="noopener noreferrer">
        
        <span class="cmp-cta__btn-text">
            Locate Now
        </span>
        
    </a>


    </div>


			</div>

		</div>
	</article>

					</div>
				
					<div class="col-12 col-lg-4" style="padding-right: 16px; padding-left: 16px;">
						
	
	<!-- We will remove this css in next deployment -->
	<style>
		.cmp-card .image-container-wrapper .lazy-load-image-disabled {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.cmp-card .image-container-wrapper .lazy-load-image-disabled .cmp-image__img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			display: block;
			padding: 0;
		}
	</style>
	<article class="cmp-card">
					<div class="image-container-wrapper">
						
        <a class="cmp-image__link" href="https://www.vtregroup.com/agent-search-results?sortType=1&resultSize=10&page=1&companykey=vt301" rel="noopener noreferrer">
            <picture class="lazy-load-image">
                
					
                    	<source media="(min-width: 992px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/promotional/When%20only%20the%20best%20will%20do.png"/>
                    
                
					
                    	<source media="(max-width: 991px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/promotional/When%20only%20the%20best%20will%20do.png"/>
                    
                
                <img data-src="/content/dam/bhhs/images/franchisee/vt301/promotional/When%20only%20the%20best%20will%20do.png" loading="lazy" title="Search Now " class="cmp-image__img img-fill "/>
            </picture>

            
            
            

            
        </a>
    
    
    


					</div>
		<div class="cmp-card__content">
			<div class="cmp-card__label"><p><p>FIND AN AGENT</p>
</p></div>
			<h3 class="cmp-card__title">Our Team</h3>
			<div class="cmp-card__desc">
				<p>Our agents are good to know. </p>
			</div>
			<div class="cmp-card__cta">
				
    <div class="cmp-cta">
        
    <a class="btn btn-secondary " href="https://www.vtregroup.com/agent-search-results?sortType=1&resultSize=10&page=1&companykey=vt301" rel="noopener noreferrer">
        
        <span class="cmp-cta__btn-text">
            Search Now 
        </span>
        
    </a>


    </div>


			</div>

		</div>
	</article>

					</div>
				
					<div class="col-12 col-lg-4" style="padding-right: 16px; padding-left: 16px;">
						
	
	<!-- We will remove this css in next deployment -->
	<style>
		.cmp-card .image-container-wrapper .lazy-load-image-disabled {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.cmp-card .image-container-wrapper .lazy-load-image-disabled .cmp-image__img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
			display: block;
			padding: 0;
		}
	</style>
	<article class="cmp-card">
					<div class="image-container-wrapper">
						
        <a class="cmp-image__link" href="https://www.vtregroup.com/Our_Story/Giving_Back" rel="noopener noreferrer">
            <picture class="lazy-load-image">
                
					
                    	<source media="(min-width: 992px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/home-page-resized/VTRem14-612.jpg"/>
                    
                
					
                    	<source media="(max-width: 991px)" data-srcset="/content/dam/bhhs/images/franchisee/vt301/home-page-resized/VTRem14-612.jpg"/>
                    
                
                <img data-src="/content/dam/bhhs/images/franchisee/vt301/home-page-resized/VTRem14-612.jpg" loading="lazy" title="LEARN MORE" class="cmp-image__img img-fill "/>
            </picture>

            
            
            

            
        </a>
    
    
    


					</div>
		<div class="cmp-card__content">
			<div class="cmp-card__label"><p><p>RELATIONSHIPS</p>
</p></div>
			<h3 class="cmp-card__title">Giving Back</h3>
			<div class="cmp-card__desc">
				<p>Read how we support our communities.</p>
			</div>
			<div class="cmp-card__cta">
				
    <div class="cmp-cta">
        
    <a class="btn btn-secondary " href="https://www.vtregroup.com/Our_Story/Giving_Back" rel="noopener noreferrer">
        
        <span class="cmp-cta__btn-text">
            LEARN MORE
        </span>
        
    </a>


    </div>


			</div>

		</div>
	</article>

					</div>
				
				
			</div>
		</div>
	</section>

	
    


</div>
<div class="ghost aem-GridColumn aem-GridColumn--default--12">

</div>
<div class="ghost aem-GridColumn aem-GridColumn--default--12">

</div>
<div class="horizontal-rule aem-GridColumn aem-GridColumn--default--12">





    <div class="cmp-background transparent-bg     ">

        <div class="container">
            

                
                
    <section class="cmp-horizontal-rule">
        <hr/>
    </section>

    
    


                

            
        </div>

    </div>

</div>
<div class="listing-showcase aem-GridColumn aem-GridColumn--default--12">




    <div class="cmp-background bg-transparent     ">

        <div class="container">
            

                
                
  <section class="cmp-listing-showcase  " data-display="static" data-scroll-type="auto" data-properties-query="%3FListingId%3D4%2C++%26SearchInput%3DSouth+Burlington+VT%26SearchType%3DMap%26PropertyType%3D1%2C2%2C4%2C5%2C6%26ApplicationType%3DFOR_SALE%2CPENDING%26ListingStatus%3D1%26NewListing%3Dtrue%26RecentPriceChange%3Dtrue%26Sort%3DDATE_DESCENDING%26PageSize%3D32%26Page%3D1%26SearchParameter%3D%7B%22type%22%3A%22FeatureCollection%22%2C%22features%22%3A%5B%7B%22type%22%3A%22Feature%22%2C%22properties%22%3A%7B%7D%2C%22geometry%22%3A%7B%22type%22%3A%22Polygon%22%2C%22coordinates%22%3A%5B%5B%5B-72.39032343029976%2C43.38390537888186%5D%2C%5B-73.24725702404976%2C43.387897501354225%5D%2C%5B-73.22528436779976%2C43.55931002969985%5D%2C%5B-73.30218866467476%2C43.63489555573336%5D%2C%5B-73.41754510998726%2C43.63887111115646%5D%2C%5B-73.34064081311226%2C43.765949996620286%5D%2C%5B-73.42303827404976%2C44.050892441589866%5D%2C%5B-73.25824335217476%2C44.41692380391846%5D%2C%5B-73.22528436779976%2C44.40122737680909%5D%2C%5B-73.37359979748726%2C44.62841327056313%5D%2C%5B-73.34613397717476%2C45.00638268827999%5D%2C%5B-72.30792596936226%2C44.99861451996351%5D%2C%5B-72.40130975842476%2C43.387897501354225%5D%2C%5B-72.39032343029976%2C43.38390537888186%5D%5D%5D%7D%7D%5D%7D%26MapSearchType%3DMapDraw%26Country%3DUS%26FeaturedCompany%3DBHHS%26franchiseeCode%3Dvt301" data-properties-domain="https://www.vtregroup.com/search.html" data-curated-by="curatedBySearchQuery" data-max-show="8" v-cloak>
    
    

    <div class="cmp-listing-showcase__content container " v-bind:class="[properties.length > 0 || loading ? '' : 'd-none']">
      <div class="container">
        <div class="row">
          <div class="col-lg-12">
              <div class="cmp-listing-showcase__header-wrapper">
                <div class="cmp-listing-showcase__headline  "> </div>
                <div class="cmp-listing-showcase__cta">
                  <a v-bind:href="searchPath" rel="noopener noreferrer" class="btn btn-secondary cmp-listing-showcase__cta-button">See More</a>
                </div>
              </div>
              <div class="py-2">
                  
              </div>
              <grid-view v-bind:carousel="properties.length > 0">
                <property-tile v-for="property in properties" v-bind:key="property.PropId" v-bind:property-info="property" v-bind:brand="brand" v-bind:disabled="property.saveDisabled" v-bind:active="property.saveActive" v-bind:listings-flag="false" v-on:contact-property-click="lsContactPropertyHandler" v-on:save-property-click="savePropertyHandler">
                  </property-tile>
              </grid-view>
          </div>
        </div>
      </div>
    </div>

    <save-property-form ref="save-property-form" v-bind:lead-param="savePropertyForm.leadParam" v-bind:name="savePropertyForm.name" v-bind:prop-id="savePropertyForm.propId" v-bind:application-type="savePropertyForm.applicationType">
    </save-property-form>

    <property-contact-form ref="property-contact-form" recaptcha-site-key="6LebYaYUAAAAAC9SqASljwaF57MpKSvEkwDOzk6l" v-bind:brand="propertyContactForm.brand" v-bind:brand-name="propertyContactForm.brand.name" v-bind:data-sly-attribute.featured="propertyContactForm.featured" v-bind:property-address="propertyContactForm.propertyAddress" v-bind:property-price="propertyContactForm.price" v-bind:currency-symbol="propertyContactForm.symbol" v-bind:prop-id="propertyContactForm.propertyDetails.listingKey" v-bind:property-postal-code="propertyContactForm.propertyDetails.postalCode" v-bind:property-city="propertyContactForm.propertyDetails.city" v-bind:property-region="propertyContactForm.propertyDetails.stateOrProvince" v-bind:organization-agent-data='propertyContactForm.organizationAgent' v-bind:organization-agent-data-secondary='propertyContactForm.organizationAgentAlt' v-bind:list-agent-data='propertyContactForm.listAgent' v-bind:co-list-agent-data='propertyContactForm.coListAgent' v-bind:list-team-data='propertyContactForm.listTeam' v-bind:co-list-team-data='propertyContactForm.coListTeam'>
    </property-contact-form>

  </section>

  
    


                

            
        </div>

    </div>

</div>

    
</div>
</div>




        
    </div>

    
    
    







    <section class="cmp-footer-franchisee bg-lightergray2 ">
        <div class="container"><hr class="d-none d-md-block"/></div>
        <div class="cmp-footer-franchisee__content">
            <div class="container">
                <div class="row">
                    <div class="col-12 col-md-3">
                        <img class="cmp-footer-franchisee__logo" src="/etc/clientlibs/bhhs-pagelibs/images/brand/bhhs_seal_blk.svg" alt="BERKSHIRE HATHAWAY HOMESERVICES seal logo"/>
                    </div>
                    <div class="col-12 col-md-4 col-lg-6">
                        <div class="row">
                            <div class="col-12 col-lg-6">
                                <div class="cmp-footer-franchisee__link-row">
                                    <ul class="cmp-footer-franchisee__link-col">
                                        <li><a class="link-secondary " href="https://www.vtregroup.com/terms-of-use" rel="noopener noreferrer">TERMS OF USE</a></li>
                                    
                                        <li><a class="link-secondary " href="https://www.vtregroup.com/privacy-policy" rel="noopener noreferrer">PRIVACY POLICY</a></li>
                                    
                                        <li><a class="link-secondary " href="https://www.vtregroup.com/accessibility-statement" rel="noopener noreferrer">ACCESSIBILITY</a></li>
                                    </ul>
                                </div>
                            </div>
                            <div class="col-12 col-lg-6">
                                <div class="cmp-footer-franchisee__link-row">
                                    <ul class="cmp-footer-franchisee__link-col">
                                        <li><a class="link-secondary " href="https://www.vtregroup.com/agent-office-search" rel="noopener noreferrer">AGENTS &amp; OFFICES</a></li>
                                    
                                        <li><a class="link-secondary " href="https://www.vtregroup.com/site-map" rel="noopener noreferrer">SITE MAP</a></li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="col-12 col-md-5 col-lg-3">
                        <div class="w-100 w-lg-auto ">
                            


                        </div>
                    </div>
                    <div>
                        <hr class="d-md-none"/>
                        <div class="cmp-footer-franchisee__disclaimer cmp-footer-franchisee__disclaimer--copyright">
                            <p class="cmp-footer-franchisee__disclaimer--copyright-text">&copy; 2026 BHH Affiliates, LLC.</p>
                            
    <section>
    <p>An independently owned and operated franchisee of BHH Affiliates, LLC. Berkshire Hathaway HomeServices and the Berkshire Hathaway HomeServices symbol are registered service marks of Columbia Insurance Company, a Berkshire Hathaway affiliate.</p>
<p> </p>
<p>IMPORTANT NOTICE: Never trust wiring instructions sent via email. Cyber criminals are hacking email accounts and sending emails with fake wiring instructions. These emails are convincing and sophisticated. Always independently confirm wiring instructions in person or via a telephone call to a trusted and verified phone number. Never wire money without double-checking that the wiring instructions are correct.</p>


    <p class="cmp-footer-franchisee__equal-housing">
        Equal Housing Opportunity
        <svg>
            <use xlink:href="/etc/clientlibs/bhhs-pagelibs/icons.svg#equal-housing"></use>
        </svg>
    </p>
    <br/>
  <div class="cmp-footer-franchisee__franchiseeDetails">
	  
	  
		   <p data-franchisee-state="VT">
	        <span class="franchiseeName">Berkshire Hathaway HomeServices Vermont Realty Group,</span>
	        
	        1161 Williston Road, South Burlington, VT, 05403,
	        (802) 658-5555
	        
	         
				 <a href="https://www.vtregroup.com/contact-us" rel="noopener noreferrer">, realestate@vtregroup.com</a>
	        
	        
   		 </p>
	  
	  
	 	    
  </div>
    </section>

                        </div>

                        <div id="complianceLinks" class="__disclaimer ">
                            
                        </div>

                        <div class="cmp-footer-franchisee__disclaimer--copyright">
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    
    



    

</div>

            
    
    <script type="text/javascript">
    var google = google || undefined;
</script>


<!-- TODO temporary fix for MD5 HASH on client libs -->


<!--<sly data-sly-test="false">-->
  <!-- these scripts are only for author -->
  <script type="text/javascript" src="/etc.clientlibs/clientlibs/granite/jquery.min.5fc71d096e7e6666e5bf27ece1985cb7.js"></script>
  <script type="text/javascript" src="/etc.clientlibs/clientlibs/granite/utils.min.5fc71d096e7e6666e5bf27ece1985cb7.js"></script>
  <script type="text/javascript" src="/etc.clientlibs/clientlibs/granite/jquery/granite.min.5fc71d096e7e6666e5bf27ece1985cb7.js"></script>
  <script type="text/javascript" src="/etc.clientlibs/foundation/clientlibs/jquery.min.5fc71d096e7e6666e5bf27ece1985cb7.js"></script>
<script type="text/javascript" src="/etc/clientlibs/bhhs-pagelibs.min.5fc71d096e7e6666e5bf27ece1985cb7.js"></script>


<script type="text/javascript">
       if ($('.cmp-agent-property-listing').length > 0 ||
      $('.cmp-property-search-results').length > 0 ||
      $('.cmp-buyside-mar').length > 0 ||
      $('.cmp-saved-properties-list').length > 0 ||
      $('.cmp-local-school-list').length > 0 ||
       $('.cmp-avm__content').length > 0 ||
       $('.cmp-home-value-report').length > 0 ||
      $('.cmp-property-details-image-gallery').length > 0) {

      let callback = ($('.cmp-property-details-image-gallery').length > 0 || $('.cmp-local-school-list').length > 0) ? 'init_pdp_map' : 'init_map';

      let mapSrc = "https://maps.googleapis.com/maps/api/js?v=quarterly&key=" + "AIzaSyAWfjdIC37_OewUEP03EyV6ZWJoEFwSMV4&libraries=places" + "&callback=" + callback;

      $(function() {
          $.getScript(mapSrc, function () {
               window.addEventListener('load', initialize);
               window.addEventListener('load', initializeHomeAvm);
               window.addEventListener('load', initializeBuyside);
          });
      });
  }

  function initialize() {
      var input = document.getElementById('avmaddress');
      const options = {
        componentRestrictions: { country: "us" },
      };
      var autocomplete = new google.maps.places.Autocomplete(input, options);
      google.maps.event.addListener(autocomplete, 'place_changed', function() {
        var place = autocomplete.getPlace();
        for (var i = 0; i < place.address_components.length; i++) {
          for (var j = 0; j < place.address_components[i].types.length; j++) {
            if (place.address_components[i].types[j] == "postal_code") {
              const postalCode = place.address_components[i].long_name;
              if(input.value.indexOf(postalCode) === -1) {
                  input.value = input.value + ', ' + postalCode;
              } else {
                  input.value = input.value.replace(" " + postalCode, ", " + postalCode);
              }
              input.value = input.value.replace(', USA', '')
            }
          }
        }
      })
  }

  function initializeHomeAvm() {
      var input = document.getElementById('home_value_avmaddress');
      const options = {
        componentRestrictions: { country: "us" },
      };
      var autocomplete = new google.maps.places.Autocomplete(input, options);
      google.maps.event.addListener(autocomplete, 'place_changed', function() {
        var place = autocomplete.getPlace();
        for (var i = 0; i < place.address_components.length; i++) {
          for (var j = 0; j < place.address_components[i].types.length; j++) {
            if (place.address_components[i].types[j] == "postal_code") {
              const postalCode = place.address_components[i].long_name;
              if(input.value.indexOf(postalCode) === -1) {
                  input.value = input.value + ', ' + postalCode;
              } else {
                  input.value = input.value.replace(" " + postalCode, ", " + postalCode);
              }
              input.value = input.value.replace(', USA', '')
            }
          }
        }
      })
  }

  function initializeBuyside() {
      var input = document.getElementById('buysidemaraddress');
      window.autocompleteBuyside = new google.maps.places.Autocomplete(input);
  }

  $(window).load(function(){

    function replaceQueryString(url, param, value) {
   var re = new RegExp("([?|&])" + param + "=.*?(&|$)", "i");
   if(value !== ""){

   if (url.match(re)) {
     return url.replace(re, '$1' + param + "=" + value + '$2');
   } else {
     return url + '&' + param + "=" + value;
   }
   }
 }

 $('.cw-submit-btn').click(function(){
   let inputVal = $('.cw-address-form-input.tt-input').val();
   window.history.pushState({}, '', replaceQueryString(window.location.href, 'address', inputVal));
 });

  $(":button").removeClass("cursor-not-allowed");
  $(":button").removeClass("disabled");
  // To keep submit button disabled for home and rental search for hero for franchisee only
  const currentPagePathVal = $("[name=current-page-path]").length && $("[name=current-page-path]")[0] && $("[name=current-page-path]")[0].value;
  // Added OR condition true as we need to disable submit on all type of search
  if(currentPagePathVal === '/content/bhhs/en/us' || true) {
      $('.tabs-pane.tabs-pane--homes button[type="submit"], .tabs-pane.tabs-pane--rentals button[type="submit"]').addClass('disabled');
  }
});

</script>

    <link rel="preconnect" href="https://wsmcdn.audioeye.com" crossorigin/>
    <link rel="dns-prefetch" href="https://wsmcdn.audioeye.com"/>
    <script type="text/javascript">
        (function () {
            let initialized = false;
            const initOnInteraction = function () {
                if (initialized) return;
                initialized = true;
                // Remove listeners (no options passed to avoid mismatch)
                // window.removeEventListener('scroll', initOnInteraction);
                window.removeEventListener('mousemove', initOnInteraction);
                window.removeEventListener('touchstart', initOnInteraction);
                // Set the site hash
                window.__AudioEyeSiteHash = "a73843d41108c524da5d0d4b79069a82";
                // Create and load the script
                const script = document.createElement('script');
                script.src = 'https://wsmcdn.audioeye.com/aem.js';
                script.async = true;
                script.defer = true;
                script.onerror = function () {
                    console.warn('AudioEye script failed to load');
                };
                document.body.appendChild(script);
            };
            // Add listeners
            // window.addEventListener('scroll', initOnInteraction, { passive: true });
            window.addEventListener('mousemove', initOnInteraction, { passive: true });
            window.addEventListener('touchstart', initOnInteraction, { passive: true });
            // Fallback after 10s
            // setTimeout(initOnInteraction, 30000);
        })();
    </script>










<script type="text/javascript">window && window._satellite && _satellite.pageBottom();</script>

    

    


            

        
    </body>
</html>
