<!doctype html>
<html ng-app="WSBXApp" lang="en">
    <head>
        <title ng-bind="website.title"></title>
        <meta name="description" content="{{ website.description }}" />
        <meta name="keywords" content="{{ website.keywords }}" />
        <meta charset="UTF-8" />
        <meta name="viewport" content="initial-scale=1, maximum-scale=5" />

        <meta property="og:title" content="{{website.og_title}}" />
        <meta property="og:description" content="{{website.og_description}}" />
        <meta property="og:url" content="{{website.og_url}}" />
        <meta property="og:image" content="{{website.og_image}}" />

        <link rel="preconnect" href='https://cdn.websitebox.com'>
        <link rel="preconnect" href="https://s3.amazonaws.com">

        <script> 
            window.prerenderReady = false;
            var  WSBX_WEB_APP = "render";
        </script>

        
            <base href="/" />
        

        <meta ng-if="is_404" name="prerender-status-code" content="404" />

        <!-- Google Analytics -->
        <script>  
            (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
            })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
            ga('create', 'UA-34666300-2', 'auto', 'wsbx');
            ga('wsbx.send', 'pageview');
        </script>
        <!-- End Google Analytics -->
 
        

        <!-- Global site tag (gtag.js) - Google Ads Conversion Tracking -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=AW-783483696"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());

            gtag('config', 'AW-783483696');
        </script>

        <!-- Facebook Pixel Code -->
        
        <!-- End Facebook Pixel Code -->

        

        

        <link id="favicon" rel="icon" href= ''/>
        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="preload" as="font">
        <link href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
        <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">

        <div id="themes">
            <link href="https://www.websitebox.com/render/ssr/4808/92559eba-68cb-4a1d-b193-3a48aabf33f1/83323ea0-0fca-11ea-8f82-fe6644c49dbc/css/theme" rel="stylesheet" />
        </div>
        <div id="custom-css">
            <link href="https://www.websitebox.com/render/ssr/4808/92559eba-68cb-4a1d-b193-3a48aabf33f1/83323ea0-0fca-11ea-8f82-fe6644c49dbc/css/custom" rel="stylesheet" />
        </div>
        <div id="custom-bg">
            <link href="https://www.websitebox.com/render/ssr/4808/92559eba-68cb-4a1d-b193-3a48aabf33f1/83323ea0-0fca-11ea-8f82-fe6644c49dbc/css/background" rel="stylesheet" />
        </div>

        <link rel="canonical" href="{{ website.canonical }}" />
    </head>

    <body>
        <wsbx-app></wsbx-app>
        <modal-upload></modal-upload>
        <websites-compliance></websites-compliance>

        <div class="render-preloader" ng-show="$root.preloader_show" role="alert">
            <span class="sr-only">Loading</span>
            <img src="https://cdn.websitebox.com/js-wsbx-common/v5.1.8/images/websitebox-loader.gif">
        </div>
    </body>

    <script type="text/ng-template" id="/render/views/page_builder.html">
        <wsbx-client-login-area></wsbx-client-login-area>
<div ng-repeat="container in $ctrl.layout" ng-if="!$ctrl.not_found_flag">
    <div ng-if="$ctrl.containers[container] && !$ctrl.detail_type">
        <websites-background-video
                element="$ctrl.elements[container]"
                ng-if="$ctrl.elements[container].content['custom_bg.container_bg'] &&
                    $ctrl.elements[container].content['custom_bg.container_bg']['custom_bg.video']"
        ></websites-background-video>
        <div ng-include="$ctrl.render_url(container)"
             id="{{$ctrl.elements[container].content.anchor || $ctrl.elements[container].id}}"
        ></div>
    </div>

    <!-- Unknown Containers -->
    <div ng-if="!$ctrl.containers[container] && !$ctrl.revision.elements[container].content.layout && !$ctrl.detail_type">
        <!-- hide temporally -->
        <!-- <div
    style="
        background-color: rgb(193, 65, 48);
        color: white;
        padding: 10px 10px;
        margin: 3px 0;
        border: 3px dashed #94302a;
    "
>
    Unknown Container
</div> -->
    </div>
    <div ng-include="$ctrl.render_url(container)" ng-if="$ctrl.detail_type"></div>
</div>
<div  ng-if="$ctrl.not_found_flag">
    <div ng-include="$ctrl.render_url($ctrl.layout[0])" ng-if="$ctrl.not_found_display[$ctrl.layout[0]]"></div>
    <websites-page-not-found></websites-page-not-found>
    <div ng-include="$ctrl.render_url($ctrl.layout[1])" ng-if="$ctrl.not_found_display[$ctrl.layout[1]]"></div>
</div>
<div class="wsbx--footer wsbx-compliance" role="contentinfo" aria-label="secondary">
    <div class="wsbx--bottom--footer" ng-repeat="(mls_id, compliance) in $ctrl.compliances"
         ng-if="compliance.show.disclaimer  && (
        mls_id != '379' || ( mls_id == '379' && !$ctrl.compliances.hasOwnProperty('378'))
        )"
    >
        <div class="row">
            <div class="col-sm-12 col-md-12">
                <div ng-bind-html="$ctrl.disclaimers[mls_id]"></div>
                <ul class="footer-logo-list">
                    <li ng-if="compliance.realtor_logo && (compliance.realtor_logo != 'none')" >
                        <img class="lazyload" data-src="{{ $ctrl.WSBX_COMMON_CDN + '/images/' + compliance.realtor_logo }}" alt="logo" style="width:29px">
                    </li>
                    <li ng-if="!compliance.realtor_logo">
                        <img class="lazyload" data-src="https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_5116f3988ce48d9bd01b635012e9cabe" alt="logo">
                    </li>
                    <li ng-if="compliance.mls_logo && (compliance.mls_logo != 'none')">
                        <img class="lazyload" data-src="{{ $ctrl.WSBX_COMMON_CDN + '/images/' + compliance.mls_logo }}" alt="logo" style="width:65px">
                    </li>
                    <li ng-if="!compliance.mls_logo">
                        <img class="lazyload" data-src="https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_1bddf6610b60252aa8cbf9f6a616b2ae" alt="logo">
                    </li>
                    <li><img class="lazyload" data-src="https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_f3a4ed2ba8ab5cd9eb4a933dabc7d260" alt="logo"></li>
                </ul>
            </div>
        </div>
    </div>
    <div class="wsbx--bottom--footer">
        <div class="row">
            <div class="col-sm-12 col-md-12">
                
                    <span class="powered-logo">

                        <a href="https://www.websitebox.com/?utm_source=clientsite&utm_medium=banner&utm_content=Realtor%20IDX%20Website%20Design&utm_campaign=Powered%2BBy%2BWebsiteBox">
                            <img class="lazyload"
                                data-src="https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_3ff6fdb899fda0903a513b84eb0d2121"
                                alt="Realtor IDX Website Design Powered by WebsiteBox">
                                <div style="color: darkgrey;">Realtor IDX Website Design</div>
                        </a>

                        &nbsp;

                    </span>
                
            </div>
        </div>
    </div>
</div>
    </script>

    <script type="text/ng-template" id="/render/views/client_login_area.html">
        <div class="contact-popup clearfix">
    <ul class="list">
        <li>
            <button id="dark-mode" aria-pressed="{{$ctrl.is_dark_mode}}" aria-label="Toggle Dark Mode" ng-click="$ctrl.toggle_dark_mode($event)">
                <span ng-show="!$ctrl.is_dark_mode" class="turn-on-dark-mode"></span>
                <span ng-show="$ctrl.is_dark_mode" class="turn-off-dark-mode"></span>
            </button>
            <div id="dark-mode-tooltip">
                <span ng-show="!$ctrl.is_dark_mode">Enable Dark Mode</span>
                <span ng-show="$ctrl.is_dark_mode">Disable Dark Mode</span>
            </div>
        </li>
        
        <li>
            <a role="button" tabindex="0" class="global-keyboard-click" id="a11y-send-email" data-toggle="tab" ng-click="$ctrl.active('email')" aria-label="Send email">
                <span  ng-if="!$ctrl.tabs.email" class="contact-popup-open"><img class="lazyload" data-src="https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_f6692bce19e091b8682c3bcdf8216745" alt="image"></span>
                <span ng-if="$ctrl.tabs.email" class="contact-popup-close"><img class="lazyload" data-src="https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_5960ff4d03b078ca0037bd7f3c9450c1" alt="image"></span>
            </a>
        </li>
        
        <li>
            <a data-toggle="tab" class="global-keyboard-click" tabindex="0" du-smooth-scroll="themes" duration="2000" role="button" aria-label="Scroll to top of the page">
                <span class="contact-popup-top"><img class="lazyload" data-src="https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_c7594fb046bd22951c5963d0f3b0d6a7" alt="image"></span>

            </a>
        </li>
    </ul>
    <!-- Tab panes -->
    <div class="tab-content">
        <!-- Login & sign up -->
        <div class="login-signup-cont collapse active"
             ng-if="$ctrl.tabs['login-signup']"
             id="login-signup"
        >
            <div class="inner-box" ng-show="!$ctrl.tabs_not_show['login-signup']">
                <!-- tabs -->
                <ul class="login_tabs clearfix" role="tablist">
                    <li role="button" ng-class="{ 'active': $ctrl.selected_tab == 'log-in' }">
                        <a ng-click="$ctrl.selected_tab = 'log-in'" class="log" role="tab" data-toggle="tab" aria-expanded="false">Login</a>
                    </li>
                    <li role="button" ng-class="{ 'active': $ctrl.selected_tab == 'sign-up' }">
                        <a ng-click="$ctrl.selected_tab = 'sign-up'" class="sign" role="tab" data-toggle="tab" aria-expanded="false">Sign up</a>
                    </li>
                </ul>
                <!-- Tab panes -->
                <div class="tab-content">
                    <websites-client-login
                            tabs="$ctrl.tabs"
                            show="$ctrl.tabs_not_show"
                            ng-if="$ctrl.selected_tab == 'log-in'"
                            data="$ctrl.login_data"
                            contact="$ctrl.contact"
                            display="$ctrl.login_display"
                            logout="$ctrl.logout_display"
                            lead="$ctrl.lead"
                    ></websites-client-login>
                    <websites-client-signup
                            tabs="$ctrl.tabs"
                            contact="$ctrl.contact"
                            logout="$ctrl.logout_display"
                            ng-if="$ctrl.selected_tab == 'sign-up'"
                    ></websites-client-signup>
                </div>
            </div>
        </div>
        <!-- Login & sign up -->
        <!-- contact us form -->
        <websites-client-contact ng-if="$ctrl.tabs.email"></websites-client-contact>
        <!-- contact us form -->
        <!-- welcome -->
        <websites-client-welcome tabs="$ctrl.tabs" lead="$ctrl.lead" ng-if="$ctrl.tabs.welcome"></websites-client-welcome>
        <!-- welcome -->
    </div>
    <!-- Tab panes -->
</div>
    </script>

    <style type="text/css">
        .render-preloader {
            position: fixed;
            top: calc(50% - 150px);
            left: calc(50% - 150px);
            width: 100%;
            height: 100%;
        }
    </style>

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-route.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-sanitize.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-messages.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-cookies.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-touch.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-aria.min.js"></script>
    <script async src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6oT0JgQ-9iQxYlhfSmYzg6QdC1Ur70tw&libraries=drawing,geometry,places"></script>

    <!-- The Google API Loader script. -->
    <script async type="text/javascript" src="https://apis.google.com/js/api.js"></script>

    <!-- App Scripts -->
    <script src="https://cdn.websitebox.com/node-wsbx-render/v5.0.46/render-assets-main.min.js"></script>
    <script src="https://cdn.websitebox.com/node-wsbx-render/v5.0.46/render-assets-client.min.js"></script>
    <script src="https://cdn.websitebox.com/node-wsbx-render/v5.0.46/globals.min.js"></script>
    <script src="https://cdn.websitebox.com/node-wsbx-common/v8.1.19/en/global/lang_values.js"></script>
    <script src="https://cdn.websitebox.com/node-wsbx-common/v8.1.19/en/render/lang_values.js"></script>

    <script>
        initiate_globals(
            {"team_id":4808,"id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","created":1566323668,"current":"6d8398a0-0fcb-11ea-a4fd-f9273c4dd277","name":"office_en_molimo","published":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","revisions":{"8e565a30-c373-11e9-8b17-e8e36e819fbc":{"color_name":"Coldwell Banker","color_value":"[\"#ffffff\",\"#013067\",\"#afdeed\",\"#3c3c3c\"]","content_type":"office_en_molimo","created":"1566323668","custom_bg.container_bg":"{\"custom_bg.image\":\"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/background-pattern\",\"custom_bg.color\":\"\",\"custom_bg.repeat\":true}","default_logo":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_668d453d7ddc4c9fd2c7178d80717ccd.png","default_mls":"4","localize":"{\"20628\":{\"id\":20628,\"state_id\":19,\"name\":\"Myrtle Beach\",\"latitude\":33.68906,\"longitude\":-78.886694,\"county\":\"Horry\"}}","logo_status":"true","main_menu.order":"[{\"id\":\"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833\",\"name\":\"Home\",\"route\":\"/\",\"hide\":false,\"children\":[],\"expand\":true,\"$$hashKey\":\"object:114\"},{\"id\":\"9ed83f50-ca63-42f0-acc4-47840291d34e\",\"name\":\"Search\",\"route\":\"/search\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"8ec2f44d-8e16-49f8-80af-2427067ba09e\",\"name\":\"Office Listings\",\"route\":\"/office-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:555\"},{\"id\":\"26b9b382-db2f-4726-a5a6-e4ce392cc1c4\",\"name\":\"Search Listings\",\"route\":\"/search-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:543\"},{\"id\":\"f8942303-db9d-4b03-8722-0cfc5191876d\",\"name\":\"Sold Listings\",\"route\":\"/sold-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:531\"},{\"id\":\"af5c13bc-bbd8-4178-8435-6c19656d9d6d\",\"name\":\"Just Listed\",\"route\":\"/just-listed\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:519\"},{\"id\":\"d48042d9-753e-4b89-b8a1-28769df7a1f2\",\"name\":\"Open Houses\",\"route\":\"/open-houses\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:507\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:120\"},{\"id\":\"188ecdc8-8cb0-402c-98b5-6c9bbc345e12\",\"name\":\"Buyers\",\"route\":\"/buyers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:132\"},{\"id\":\"3b435b22-a022-43b7-bc14-00808199c6d9\",\"name\":\"Sellers\",\"route\":\"/sellers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:144\"},{\"id\":\"30a33a83-fa75-45ad-bc52-4bae0814dd2d\",\"name\":\"Communities\",\"route\":\"/communities\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364\",\"name\":\"Myrtle Beach\",\"route\":\"/myrtle-beach\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:804\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:156\"},{\"id\":\"8b09d7b8-090b-430b-8110-838d59ddf63f\",\"name\":\"About\",\"route\":\"/about\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:180\"},{\"id\":\"c7092a23-05f9-4905-876c-0b6138ece2ef\",\"name\":\"Agents\",\"route\":\"/agents\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:746\"},{\"id\":\"728abd29-cbcc-4664-929d-439a7a311f4d\",\"name\":\"Join Us!\",\"route\":\"/join-us\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:770\"},{\"id\":\"c472dd5d-711d-4209-9c5e-cca0ca304f6c\",\"name\":\"Contact\",\"route\":\"/contact\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:192\"}]","mls.agent_id":"","mls.office_id":"776","preview.thumbnail":"https://s3.amazonaws.com/wsbx.prod.user.files/4808/websites/92559eba-68cb-4a1d-b193-3a48aabf33f1/screen_capture_8e565a30-c373-11e9-8b17-e8e36e819fbc.png","theme":"remy","theme_page_width":"full","updated":"1574614044"},"179b6220-0eda-11ea-a821-628d0759b83e":{"color_name":"Ozza","color_value":"[\"#ffffff\",\"#34334f\",\"#fda600\",\"#777777\"]","content_type":"office_en_molimo","created":"1574614044","custom_bg.container_bg":"{\"custom_bg.image\":\"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/background-pattern\",\"custom_bg.color\":\"\",\"custom_bg.repeat\":true}","default_logo":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/upload_1911c2d27d2f9003275a8d7e44529f17.png","default_mls":"4","localize":"{\"20628\":{\"id\":20628,\"state_id\":19,\"name\":\"Myrtle Beach\",\"latitude\":33.68906,\"longitude\":-78.886694,\"county\":\"Horry\"}}","logo_status":"true","main_menu.order":"[{\"id\":\"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833\",\"name\":\"Home\",\"route\":\"/\",\"hide\":false,\"children\":[],\"expand\":true,\"$$hashKey\":\"object:114\"},{\"id\":\"9ed83f50-ca63-42f0-acc4-47840291d34e\",\"name\":\"Search\",\"route\":\"/search\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"8ec2f44d-8e16-49f8-80af-2427067ba09e\",\"name\":\"Office Listings\",\"route\":\"/office-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:555\"},{\"id\":\"26b9b382-db2f-4726-a5a6-e4ce392cc1c4\",\"name\":\"Search Listings\",\"route\":\"/search-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:543\"},{\"id\":\"f8942303-db9d-4b03-8722-0cfc5191876d\",\"name\":\"Sold Listings\",\"route\":\"/sold-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:531\"},{\"id\":\"af5c13bc-bbd8-4178-8435-6c19656d9d6d\",\"name\":\"Just Listed\",\"route\":\"/just-listed\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:519\"},{\"id\":\"d48042d9-753e-4b89-b8a1-28769df7a1f2\",\"name\":\"Open Houses\",\"route\":\"/open-houses\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:507\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:120\"},{\"id\":\"188ecdc8-8cb0-402c-98b5-6c9bbc345e12\",\"name\":\"Buyers\",\"route\":\"/buyers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:132\"},{\"id\":\"3b435b22-a022-43b7-bc14-00808199c6d9\",\"name\":\"Sellers\",\"route\":\"/sellers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:144\"},{\"id\":\"30a33a83-fa75-45ad-bc52-4bae0814dd2d\",\"name\":\"Communities\",\"route\":\"/communities\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364\",\"name\":\"Myrtle Beach\",\"route\":\"/myrtle-beach\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:804\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:156\"},{\"id\":\"8b09d7b8-090b-430b-8110-838d59ddf63f\",\"name\":\"About\",\"route\":\"/about\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:180\"},{\"id\":\"c7092a23-05f9-4905-876c-0b6138ece2ef\",\"name\":\"Agents\",\"route\":\"/agents\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:746\"},{\"id\":\"728abd29-cbcc-4664-929d-439a7a311f4d\",\"name\":\"Join Us!\",\"route\":\"/join-us\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:770\"},{\"id\":\"c472dd5d-711d-4209-9c5e-cca0ca304f6c\",\"name\":\"Contact\",\"route\":\"/contact\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:192\"}]","mls.agent_id":"","mls.office_id":"776","preview.thumbnail":"https://s3.amazonaws.com/wsbx.prod.user.files/4808/websites/92559eba-68cb-4a1d-b193-3a48aabf33f1/screen_capture_179b6220-0eda-11ea-a821-628d0759b83e.png","theme":"thebe","theme_page_width":"full","updated":"1574614581"},"57564640-0edb-11ea-baf8-a86f83142655":{"color_name":"Ozza","color_value":"[\"#ffffff\",\"#34334f\",\"#fda600\",\"#777777\"]","content_type":"office_en_molimo","created":"1574614581","custom_bg.container_bg":"{\"custom_bg.image\":\"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/background-pattern\",\"custom_bg.color\":\"\",\"custom_bg.repeat\":true}","default_logo":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/upload_1911c2d27d2f9003275a8d7e44529f17.png","default_mls":"4","localize":"{\"20628\":{\"id\":20628,\"state_id\":19,\"name\":\"Myrtle Beach\",\"latitude\":33.68906,\"longitude\":-78.886694,\"county\":\"Horry\"}}","logo_status":"true","main_menu.order":"[{\"id\":\"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833\",\"name\":\"Home\",\"route\":\"/\",\"hide\":false,\"children\":[],\"expand\":true,\"$$hashKey\":\"object:114\"},{\"id\":\"9ed83f50-ca63-42f0-acc4-47840291d34e\",\"name\":\"Search\",\"route\":\"/search\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"8ec2f44d-8e16-49f8-80af-2427067ba09e\",\"name\":\"Office Listings\",\"route\":\"/office-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:555\"},{\"id\":\"26b9b382-db2f-4726-a5a6-e4ce392cc1c4\",\"name\":\"Search Listings\",\"route\":\"/search-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:543\"},{\"id\":\"f8942303-db9d-4b03-8722-0cfc5191876d\",\"name\":\"Sold Listings\",\"route\":\"/sold-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:531\"},{\"id\":\"af5c13bc-bbd8-4178-8435-6c19656d9d6d\",\"name\":\"Just Listed\",\"route\":\"/just-listed\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:519\"},{\"id\":\"d48042d9-753e-4b89-b8a1-28769df7a1f2\",\"name\":\"Open Houses\",\"route\":\"/open-houses\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:507\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:120\"},{\"id\":\"188ecdc8-8cb0-402c-98b5-6c9bbc345e12\",\"name\":\"Buyers\",\"route\":\"/buyers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:132\"},{\"id\":\"3b435b22-a022-43b7-bc14-00808199c6d9\",\"name\":\"Sellers\",\"route\":\"/sellers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:144\"},{\"id\":\"30a33a83-fa75-45ad-bc52-4bae0814dd2d\",\"name\":\"Communities\",\"route\":\"/communities\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364\",\"name\":\"Myrtle Beach\",\"route\":\"/myrtle-beach\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:804\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:156\"},{\"id\":\"8b09d7b8-090b-430b-8110-838d59ddf63f\",\"name\":\"About\",\"route\":\"/about\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:180\"},{\"id\":\"c7092a23-05f9-4905-876c-0b6138ece2ef\",\"name\":\"Agents\",\"route\":\"/agents\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:746\"},{\"id\":\"728abd29-cbcc-4664-929d-439a7a311f4d\",\"name\":\"Join Us!\",\"route\":\"/join-us\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:770\"},{\"id\":\"c472dd5d-711d-4209-9c5e-cca0ca304f6c\",\"name\":\"Contact\",\"route\":\"/contact\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:192\"}]","mls.agent_id":"","mls.office_id":"776","preview.thumbnail":"https://s3.amazonaws.com/wsbx.prod.user.files/4808/websites/92559eba-68cb-4a1d-b193-3a48aabf33f1/screen_capture_57564640-0edb-11ea-baf8-a86f83142655.png","theme":"thebe","theme_page_width":"full","updated":"1574614852"},"f8ad6000-0edb-11ea-80a8-94d90889fd6b":{"color_name":"Ozza","color_value":"[\"#ffffff\",\"#34334f\",\"#fda600\",\"#777777\"]","content_type":"office_en_molimo","created":"1574614852","custom_bg.container_bg":"{\"custom_bg.image\":\"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/background-pattern\",\"custom_bg.color\":\"\",\"custom_bg.repeat\":true}","default_logo":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/upload_1911c2d27d2f9003275a8d7e44529f17.png","default_mls":"4","favicon_logo":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/upload_2c446e8bc2ead082c4bd9968cee4432b.png","localize":"{\"20628\":{\"id\":20628,\"state_id\":19,\"name\":\"Myrtle Beach\",\"latitude\":33.68906,\"longitude\":-78.886694,\"county\":\"Horry\"}}","logo_status":"true","main_menu.order":"[{\"id\":\"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833\",\"name\":\"Home\",\"route\":\"/\",\"hide\":false,\"children\":[],\"expand\":true,\"$$hashKey\":\"object:114\"},{\"id\":\"9ed83f50-ca63-42f0-acc4-47840291d34e\",\"name\":\"Search\",\"route\":\"/search\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"8ec2f44d-8e16-49f8-80af-2427067ba09e\",\"name\":\"Office Listings\",\"route\":\"/office-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:555\"},{\"id\":\"26b9b382-db2f-4726-a5a6-e4ce392cc1c4\",\"name\":\"Search Listings\",\"route\":\"/search-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:543\"},{\"id\":\"f8942303-db9d-4b03-8722-0cfc5191876d\",\"name\":\"Sold Listings\",\"route\":\"/sold-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:531\"},{\"id\":\"af5c13bc-bbd8-4178-8435-6c19656d9d6d\",\"name\":\"Just Listed\",\"route\":\"/just-listed\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:519\"},{\"id\":\"d48042d9-753e-4b89-b8a1-28769df7a1f2\",\"name\":\"Open Houses\",\"route\":\"/open-houses\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:507\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:120\"},{\"id\":\"188ecdc8-8cb0-402c-98b5-6c9bbc345e12\",\"name\":\"Buyers\",\"route\":\"/buyers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:132\"},{\"id\":\"3b435b22-a022-43b7-bc14-00808199c6d9\",\"name\":\"Sellers\",\"route\":\"/sellers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:144\"},{\"id\":\"30a33a83-fa75-45ad-bc52-4bae0814dd2d\",\"name\":\"Communities\",\"route\":\"/communities\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364\",\"name\":\"Myrtle Beach\",\"route\":\"/myrtle-beach\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:804\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:156\"},{\"id\":\"8b09d7b8-090b-430b-8110-838d59ddf63f\",\"name\":\"About\",\"route\":\"/about\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:180\"},{\"id\":\"c7092a23-05f9-4905-876c-0b6138ece2ef\",\"name\":\"Agents\",\"route\":\"/agents\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:746\"},{\"id\":\"728abd29-cbcc-4664-929d-439a7a311f4d\",\"name\":\"Join Us!\",\"route\":\"/join-us\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:770\"},{\"id\":\"c472dd5d-711d-4209-9c5e-cca0ca304f6c\",\"name\":\"Contact\",\"route\":\"/contact\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:192\"}]","mls.agent_id":"","mls.office_id":"776","preview.thumbnail":"https://s3.amazonaws.com/wsbx.prod.user.files/4808/websites/92559eba-68cb-4a1d-b193-3a48aabf33f1/screen_capture_f8ad6000-0edb-11ea-80a8-94d90889fd6b.png","theme":"sanna","theme_page_width":"full","updated":"1574718378"},"83323ea0-0fca-11ea-8f82-fe6644c49dbc":{"color_name":"Ozza","color_value":"[\"#ffffff\",\"#34334f\",\"#fda600\",\"#777777\"]","content_type":"office_en_molimo","created":"1574717304","custom_bg.container_bg":"{\"custom_bg.image\":\"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/background-pattern\",\"custom_bg.color\":\"\",\"custom_bg.repeat\":true}","default_logo":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/upload_1911c2d27d2f9003275a8d7e44529f17.png","default_mls":"4","localize":"{\"20628\":{\"id\":20628,\"state_id\":19,\"name\":\"Myrtle Beach\",\"latitude\":33.68906,\"longitude\":-78.886694,\"county\":\"Horry\"}}","logo_status":"true","main_menu.order":"[{\"id\":\"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833\",\"name\":\"Home\",\"route\":\"/\",\"hide\":false,\"children\":[],\"expand\":true,\"$$hashKey\":\"object:114\"},{\"id\":\"9ed83f50-ca63-42f0-acc4-47840291d34e\",\"name\":\"Search\",\"route\":\"/search\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"8ec2f44d-8e16-49f8-80af-2427067ba09e\",\"name\":\"Office Listings\",\"route\":\"/office-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:555\"},{\"id\":\"26b9b382-db2f-4726-a5a6-e4ce392cc1c4\",\"name\":\"Search Listings\",\"route\":\"/search-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:543\"},{\"id\":\"f8942303-db9d-4b03-8722-0cfc5191876d\",\"name\":\"Sold Listings\",\"route\":\"/sold-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:531\"},{\"id\":\"af5c13bc-bbd8-4178-8435-6c19656d9d6d\",\"name\":\"Just Listed\",\"route\":\"/just-listed\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:519\"},{\"id\":\"d48042d9-753e-4b89-b8a1-28769df7a1f2\",\"name\":\"Open Houses\",\"route\":\"/open-houses\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:507\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:120\"},{\"id\":\"188ecdc8-8cb0-402c-98b5-6c9bbc345e12\",\"name\":\"Buyers\",\"route\":\"/buyers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:132\"},{\"id\":\"3b435b22-a022-43b7-bc14-00808199c6d9\",\"name\":\"Sellers\",\"route\":\"/sellers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:144\"},{\"id\":\"30a33a83-fa75-45ad-bc52-4bae0814dd2d\",\"name\":\"Communities\",\"route\":\"/communities\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364\",\"name\":\"Myrtle Beach\",\"route\":\"/myrtle-beach\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:804\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:156\"},{\"id\":\"8b09d7b8-090b-430b-8110-838d59ddf63f\",\"name\":\"About\",\"route\":\"/about\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:180\"},{\"id\":\"c7092a23-05f9-4905-876c-0b6138ece2ef\",\"name\":\"Agents\",\"route\":\"/agents\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:746\"},{\"id\":\"728abd29-cbcc-4664-929d-439a7a311f4d\",\"name\":\"Join Us!\",\"route\":\"/join-us\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:770\"},{\"id\":\"c472dd5d-711d-4209-9c5e-cca0ca304f6c\",\"name\":\"Contact\",\"route\":\"/contact\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:192\"}]","mls.agent_id":"","mls.office_id":"776","preview.thumbnail":"https://s3.amazonaws.com/wsbx.prod.user.files/4808/websites/92559eba-68cb-4a1d-b193-3a48aabf33f1/screen_capture_83323ea0-0fca-11ea-8f82-fe6644c49dbc.png","theme":"sanna","theme_page_width":"full","updated":"1574717697"},"6d8398a0-0fcb-11ea-a4fd-f9273c4dd277":{"color_name":"Minera","color_value":"[\"#ffffff\",\"#18528b\",\"#00baff\",\"#4a525d\"]","content_type":"office_en_molimo","created":"1574717697","custom_bg.container_bg":"{\"custom_bg.image\":\"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/background-pattern\",\"custom_bg.color\":\"\",\"custom_bg.repeat\":true}","default_logo":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/upload_1911c2d27d2f9003275a8d7e44529f17.png","default_mls":"4","localize":"{\"20628\":{\"id\":20628,\"state_id\":19,\"name\":\"Myrtle Beach\",\"latitude\":33.68906,\"longitude\":-78.886694,\"county\":\"Horry\"}}","logo_status":"true","main_menu.order":"[{\"id\":\"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833\",\"name\":\"Home\",\"route\":\"/\",\"hide\":false,\"children\":[],\"expand\":true,\"$$hashKey\":\"object:114\",\"redirect\":false,\"redirect_action\":\"\",\"redirect_url\":\"\"},{\"id\":\"9ed83f50-ca63-42f0-acc4-47840291d34e\",\"name\":\"Search\",\"route\":\"/search\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"8ec2f44d-8e16-49f8-80af-2427067ba09e\",\"name\":\"Office Listings\",\"route\":\"/office-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:555\"},{\"id\":\"26b9b382-db2f-4726-a5a6-e4ce392cc1c4\",\"name\":\"Search Listings\",\"route\":\"/search-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:543\"},{\"id\":\"f8942303-db9d-4b03-8722-0cfc5191876d\",\"name\":\"Sold Listings\",\"route\":\"/sold-listings\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:531\"},{\"id\":\"af5c13bc-bbd8-4178-8435-6c19656d9d6d\",\"name\":\"Just Listed\",\"route\":\"/just-listed\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:519\"},{\"id\":\"d48042d9-753e-4b89-b8a1-28769df7a1f2\",\"name\":\"Open Houses\",\"route\":\"/open-houses\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:507\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:120\"},{\"id\":\"188ecdc8-8cb0-402c-98b5-6c9bbc345e12\",\"name\":\"Buyers\",\"route\":\"/buyers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:132\"},{\"id\":\"3b435b22-a022-43b7-bc14-00808199c6d9\",\"name\":\"Sellers\",\"route\":\"/sellers\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:144\"},{\"id\":\"30a33a83-fa75-45ad-bc52-4bae0814dd2d\",\"name\":\"Communities\",\"route\":\"/communities\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[{\"id\":\"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364\",\"name\":\"Myrtle Beach\",\"route\":\"/myrtle-beach\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:804\"}],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:156\"},{\"id\":\"8b09d7b8-090b-430b-8110-838d59ddf63f\",\"name\":\"About\",\"route\":\"/about\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:180\"},{\"id\":\"c7092a23-05f9-4905-876c-0b6138ece2ef\",\"name\":\"Agents\",\"route\":\"/agents\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:746\"},{\"id\":\"728abd29-cbcc-4664-929d-439a7a311f4d\",\"name\":\"Join Us!\",\"route\":\"/join-us\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:770\"},{\"id\":\"c472dd5d-711d-4209-9c5e-cca0ca304f6c\",\"name\":\"Contact\",\"route\":\"/contact\",\"redirect\":false,\"redirect_url\":\"\",\"children\":[],\"expand\":true,\"hide\":false,\"$$hashKey\":\"object:192\"}]","mls.agent_id":"","mls.office_id":"776","preview.thumbnail":"https://s3.amazonaws.com/wsbx.prod.user.files/1/websites/bebd40d0-5ac6-4572-b6ad-bb90681cd4aa/screen_capture_9d6e1f90-9119-11e8-a17c-de00907717e7.png","theme":"remy","theme_page_width":"full","updated":"1575059079"}},"settings":null,"status":1,"type":null,"updated":1575059079,"user_id":4808,"_is_cache":true,"user_company":"Price & Company Realty, Inc."}, 
            {"id":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","settings":{"color_name":"Ozza","color_value":["#ffffff","#34334f","#fda600","#777777"],"content_type":"office_en_molimo","created":1574717304,"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/background-pattern","custom_bg.color":"","custom_bg.repeat":true},"default_logo":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/upload_1911c2d27d2f9003275a8d7e44529f17.png","default_mls":4,"localize":{"20628":{"id":20628,"state_id":19,"name":"Myrtle Beach","latitude":33.68906,"longitude":-78.886694,"county":"Horry"}},"logo_status":true,"main_menu.order":[{"id":"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833","name":"Home","route":"/","hide":false,"children":[],"expand":true,"$$hashKey":"object:114"},{"id":"9ed83f50-ca63-42f0-acc4-47840291d34e","name":"Search","route":"/search","redirect":false,"redirect_url":"","children":[{"id":"8ec2f44d-8e16-49f8-80af-2427067ba09e","name":"Office Listings","route":"/office-listings","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:555"},{"id":"26b9b382-db2f-4726-a5a6-e4ce392cc1c4","name":"Search Listings","route":"/search-listings","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:543"},{"id":"f8942303-db9d-4b03-8722-0cfc5191876d","name":"Sold Listings","route":"/sold-listings","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:531"},{"id":"af5c13bc-bbd8-4178-8435-6c19656d9d6d","name":"Just Listed","route":"/just-listed","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:519"},{"id":"d48042d9-753e-4b89-b8a1-28769df7a1f2","name":"Open Houses","route":"/open-houses","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:507"}],"expand":true,"hide":false,"$$hashKey":"object:120"},{"id":"188ecdc8-8cb0-402c-98b5-6c9bbc345e12","name":"Buyers","route":"/buyers","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:132"},{"id":"3b435b22-a022-43b7-bc14-00808199c6d9","name":"Sellers","route":"/sellers","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:144"},{"id":"30a33a83-fa75-45ad-bc52-4bae0814dd2d","name":"Communities","route":"/communities","redirect":false,"redirect_url":"","children":[{"id":"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364","name":"Myrtle Beach","route":"/myrtle-beach","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:804"}],"expand":true,"hide":false,"$$hashKey":"object:156"},{"id":"8b09d7b8-090b-430b-8110-838d59ddf63f","name":"About","route":"/about","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:180"},{"id":"c7092a23-05f9-4905-876c-0b6138ece2ef","name":"Agents","route":"/agents","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:746"},{"id":"728abd29-cbcc-4664-929d-439a7a311f4d","name":"Join Us!","route":"/join-us","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:770"},{"id":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","name":"Contact","route":"/contact","redirect":false,"redirect_url":"","children":[],"expand":true,"hide":false,"$$hashKey":"object:192"}],"mls.agent_id":"","mls.office_id":776,"preview.thumbnail":"https://s3.amazonaws.com/wsbx.prod.user.files/4808/websites/92559eba-68cb-4a1d-b193-3a48aabf33f1/screen_capture_83323ea0-0fca-11ea-8f82-fe6644c49dbc.png","theme":"sanna","theme_page_width":"full","updated":1574717697},"pages":{"188ecdc8-8cb0-402c-98b5-6c9bbc345e12":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"188ecdc8-8cb0-402c-98b5-6c9bbc345e12","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"e2ce8455-8e83-4479-b035-e9705c94af67":{},"8efdbefd-901a-4df3-928d-f55ed686c778":{},"55420ca8-87b0-4508-b4fd-a054480ad0af":{},"cebeb3c8-fe09-4664-b8a2-1d5bef2385eb":{},"068df2a1-fb0d-49e6-b795-3c9aa9d66e17":{},"7e56a433-8e6a-41f2-a90c-4362465cf467":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Explore Price &amp; Company Realty, Inc.'s home buyers guide for all the helpful tips, tricks & resources you need to successfully buy real estate in  Myrtle Beach.","meta.keywords":"buy homes for sale in Myrtle Beach, Myrtle Beach home buyers, Myrtle Beach real estate for buyers,  Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Buyers","routing.paths":["/buyers"]},"created":1574717304,"name":"Buyers","updated":1574717304,"user_id":4808},"26b9b382-db2f-4726-a5a6-e4ce392cc1c4":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"26b9b382-db2f-4726-a5a6-e4ce392cc1c4","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"bda60155-457a-4d72-8568-291b6c0e326a":{},"c79c1441-1119-400b-8b6a-6b70aca5b236":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Search real estate properties and homes for sale in  Myrtle Beach.","meta.keywords":"search homes for sale in Myrtle Beach, search homes for rent in Myrtle Beach,  Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Search Listings","routing.paths":["/search-listings"]},"created":1574717304,"name":"Search Listings","updated":1574717304,"user_id":4808},"282aa3f6-020d-4414-8d8d-bc8f4a57c695":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"282aa3f6-020d-4414-8d8d-bc8f4a57c695","content":{"footer":false,"header":false,"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"fdbe582c-70c6-43d1-8041-62392d7d268a":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"menu":false,"meta.title":"calculator-details","routing.paths":["/calculator-details"]},"created":1574717304,"name":"calculator-details","updated":1574717304,"user_id":4808},"30a33a83-fa75-45ad-bc52-4bae0814dd2d":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"30a33a83-fa75-45ad-bc52-4bae0814dd2d","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"d2a01002-36d2-49b7-8ac3-01f0fb1cec70":{},"43f7c54b-3167-4e5a-bd66-ba4ea451c86b":{},"a5dab257-1c08-4802-9feb-90de755a42b8":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Price &amp; Company Realty, Inc.'s website offers community information that helps home buyers and sellers learn about different Myrtle Beach neighborhoods as well as the variety of homes, condos and townhomes in and around  Myrtle Beach.","meta.keywords":"Myrtle Beach real estate lifestyle, Myrtle Beach real estate information,  Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Communities","routing.paths":["/communities"]},"created":1574717304,"name":"Communities","updated":1574717304,"user_id":4808},"3b435b22-a022-43b7-bc14-00808199c6d9":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"3b435b22-a022-43b7-bc14-00808199c6d9","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"bd937c66-c467-4077-8c4a-359709f9db37":{},"d70192bb-cd21-4f06-bd3d-d431abde2ca2":{},"9232b08f-1a15-4d8d-879c-2ffe09c72ddb":{},"8bd42774-23ab-4f44-bc4c-9c78a3459287":{},"3c9b68d3-2aed-46cf-8c84-1098f2084946":{},"ffe64919-094a-44ad-81c3-c547ae90aa8e":{},"5aa8d85b-3577-447d-b4bd-5ae132c46e12":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Explore Price &amp; Company Realty, Inc.'s home sellers guide for all the helpful tips, tricks & resources you need to successfully sell real estate in  Myrtle Beach.","meta.keywords":"seller home services in Myrtle Beach, comparative market analysis for  Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Sellers","routing.paths":["/sellers"]},"created":1574717304,"name":"Sellers","updated":1574717304,"user_id":4808},"4e6c202e-82b8-46f5-b0db-1e7cf9ba17fd":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"4e6c202e-82b8-46f5-b0db-1e7cf9ba17fd","content":{"footer":false,"header":false,"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"5182b94b-f917-47ff-9d09-3366a557ffda":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"menu":false,"meta.title":"team-member-details","routing.paths":["/team-member-details"]},"created":1574717304,"name":"team-member-details","updated":1574717304,"user_id":4808},"53209504-369c-49a7-a4e8-6f209a7702d3":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"53209504-369c-49a7-a4e8-6f209a7702d3","content":{"footer":false,"header":false,"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"2c6a964e-20b5-4d6c-96f5-9452ef1e6204":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"menu":false,"meta.title":"blog-results","routing.paths":["/blog-results"]},"created":1574717304,"name":"blog-results","updated":1574717304,"user_id":4808},"61d56229-b670-4f09-831d-2b8b346fb219":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"61d56229-b670-4f09-831d-2b8b346fb219","content":{"footer":false,"header":false,"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"c6017acf-d2fc-43ff-a96d-27354ba02532":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"menu":false,"meta.title":"blog-details-photo","routing.paths":["/blog-details-photo"]},"created":1574717304,"name":"blog-details-photo","updated":1574717304,"user_id":4808},"728abd29-cbcc-4664-929d-439a7a311f4d":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"728abd29-cbcc-4664-929d-439a7a311f4d","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"180574ed-51e9-4c1a-8e96-290744dea9b9":{},"a66d1944-ba89-4225-b550-c1b9a8e0cf97":{},"14e0b805-1644-4cab-b3cd-4f6d7eb515e4":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Want to take your real estate career to the next level? Price &amp; Company Realty, Inc. is looking for experienced agents looking to join a collaborative, cutting-edge brokerage.","meta.keywords":"join {wsbx_companyname}, {wsbx_companyname} careers, {wsbx_companyname} jobs","meta.title":"Price &amp; Company Realty, Inc. : Join Us!","routing.paths":["/join-us"]},"created":1574717304,"name":"Join Us!","updated":1574717304,"user_id":4808},"8b09d7b8-090b-430b-8110-838d59ddf63f":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"8b09d7b8-090b-430b-8110-838d59ddf63f","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"454557e4-4b73-453a-a008-975e5bf5a67f":{},"d12d8334-3bf2-4543-a289-e6d2ab60e4a6":{},"1f1b62d3-8e1c-4516-bfd0-88109b2243e0":{},"e7d4784f-0776-4f53-a78d-d3b3f9daacd7":{},"4a6d3c55-2b73-4945-8d36-f730c3630a9d":{},"9d87652a-3efe-41f8-b4a3-c7cc7f28987b":{},"d26b3ab4-85cc-4149-a631-3c05238cc0ab":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Learn more about Price &amp; Company Realty, Inc. and our comprehensive real estate home buyer and seller services in  Myrtle Beach.","meta.keywords":"about Price &amp; Company Realty, Inc., about Myrtle Beach real estate","meta.title":"Price &amp; Company Realty, Inc. : About","routing.paths":["/about"]},"created":1574717304,"name":"About","updated":1574717304,"user_id":4808},"8ec2f44d-8e16-49f8-80af-2427067ba09e":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"8ec2f44d-8e16-49f8-80af-2427067ba09e","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"33891402-bf43-40b4-9dc1-09538740b715":{},"3965bc9d-b84f-4b4e-a5a1-60840af98b7d":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Price &amp; Company Realty, Inc. property listings and homes for sale around  Myrtle Beach.","meta.keywords":"Price &amp; Company Realty, Inc. homes for sale, Price &amp; Company Realty, Inc. homes for rent, Price &amp; Company Realty, Inc. real estate listings, Price &amp; Company Realty, Inc. properties","meta.title":"Price &amp; Company Realty, Inc. : Office Listings","routing.paths":["/office-listings"]},"created":1574717304,"name":"Office Listings","updated":1574717304,"user_id":4808},"97b7eee8-71d4-4698-9c51-e0b91e68d320":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"97b7eee8-71d4-4698-9c51-e0b91e68d320","content":{"footer":false,"header":false,"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"fe87a371-513e-4081-ade8-07b9dcbd7193":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"menu":false,"meta.title":"blog-details-text","routing.paths":["/blog-details-text"]},"created":1574717304,"name":"blog-details-text","updated":1574717304,"user_id":4808},"9ed83f50-ca63-42f0-acc4-47840291d34e":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"9ed83f50-ca63-42f0-acc4-47840291d34e","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"f0fdd2bf-463e-4533-b4f2-565e06fda001":{},"491f39e7-3e47-4e4e-843c-182967159d8a":{},"abb91a91-cc60-4bea-9e4d-5919f8eef33f":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Search real estate properties and homes for sale in  Myrtle Beach.","meta.keywords":"search homes for sale in Myrtle Beach, search homes for rent in Myrtle Beach,  Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Search","routing.paths":["/search"]},"created":1574717304,"name":"Search","updated":1574717304,"user_id":4808},"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"0323c286-cddd-4c44-a53e-30d76a7623f6":{},"d7400aee-d922-420a-aff0-9e880a701542":{},"7d141fd4-6143-424d-a2b6-75af7944f6fe":{},"557cdb43-645f-45d6-a61f-d24c9f4e0fce":{},"5a7b54c3-168c-41ff-b082-ec493c2d2552":{},"77cc3611-7087-425e-8c33-da76eb18a383":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Welcome to Myrtle Beach South Carolina real estate services. Discover Myrtle Beach South Carolina real estate, explore Myrtle Beach South Carolina homes for sale, amenities and more with Price &amp; Company Realty, Inc..","meta.keywords":"Myrtle Beach South Carolina Real Estate, Myrtle Beach South Carolina Homes For Sale","meta.title":"Price &amp; Company Realty, Inc. : Myrtle Beach South Carolina Real Estate","routing.paths":["/myrtle-beach"]},"created":1574717304,"name":"Myrtle Beach","updated":1574717304,"user_id":4808},"af5c13bc-bbd8-4178-8435-6c19656d9d6d":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"af5c13bc-bbd8-4178-8435-6c19656d9d6d","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"df6b88f2-0ab9-4598-a0c5-06738dd8a24f":{},"ebeadbd2-16ff-4334-83a8-529594c45a41":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"See just listed properties and homes in and around  Myrtle Beach.","meta.keywords":"just listed homes in Myrtle Beach, just listed listings in Myrtle Beach, just listed properties in Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Just Listed","routing.paths":["/just-listed"]},"created":1574717304,"name":"Just Listed","updated":1574717304,"user_id":4808},"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"bd6f4e81-3fd5-4a2e-b75a-39e44e9a5833","content":{"footer":false,"header":true,"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"c4e02a06-e1fd-4083-b039-6fc7d70d584c":{},"4d642efe-142b-45e4-8c69-c4263e0736a3":{},"77ef71fe-c7c6-4e10-b3e2-03ec57f4cf3e":{},"f5f57ada-42bc-4b00-a095-218af50f4fc3":{},"8e4c634f-b524-45b0-a597-3ddc22388680":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"menu":false,"meta.description":"Price &amp; Company Realty, Inc. is committed to providing the best real estate services, including listing Myrtle Beach homes for sale and full home search for buyers and sellers in Myrtle Beach and the surrounding areas.","meta.keywords":"homes for sale Myrtle Beach, homes for rent Myrtle Beach, real estate agent in Myrtle Beach, real estate in Myrtle Beach,  Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Home","routing.paths":["/"]},"created":1574717304,"name":"Home","updated":1574717304,"user_id":4808},"c472dd5d-711d-4209-9c5e-cca0ca304f6c":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"673dd565-8bd7-4165-945b-9e46fbea2660":{},"d0b2d70d-97d9-4fe1-907b-92c8692015f3":{},"a9c8d609-2b72-40af-a363-a9f0bc2c4f81":{},"1c365e03-e5b4-47b0-a821-7a0558b00410":{},"74736226-d5a7-448d-a641-d04884b78d19":{},"39bc1e73-adbb-49e2-a22c-eb3a63adaaf6":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Contact us today at 843-272-1266 or 843-455-2003. We would love to discuss your  Myrtle Beach real estate needs.","meta.keywords":"contact Price &amp; Company Realty, contact Price &amp; Company Realty, Inc.","meta.title":"Price &amp; Company Realty, Inc. : Contact","routing.paths":["/contact"]},"created":1574717304,"name":"Contact","updated":1574717304,"user_id":4808},"c7092a23-05f9-4905-876c-0b6138ece2ef":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"c7092a23-05f9-4905-876c-0b6138ece2ef","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"fff88306-af48-4e84-a719-e8fcd703fa95":{},"77abef1c-d815-4042-b9dc-32eb01db8889":{},"e3da2e5a-9a23-489b-8207-c700a4e1cd35":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"Price &amp; Company Realty, Inc. has gained a well–deserved reputation as a top Myrtle beach, South Carolina real estate brokerage. We couldn’t have done this without the help of our professional and well–trained staff.","meta.keywords":"{wsbx_companyname} agents, {wsbx_companyname} real estate agents","meta.title":"Price &amp; Company Realty, Inc. : Agents","routing.paths":["/agents"]},"created":1574717304,"name":"Agents","updated":1574717304,"user_id":4808},"ca473cea-8853-46b0-838a-0fbb905d070f":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"ca473cea-8853-46b0-838a-0fbb905d070f","content":{"footer":false,"header":false,"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"6035a95a-aa2b-4d7c-a360-488c5a3b634b":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"menu":false,"meta.title":"listings-results","routing.paths":["/listings-results"]},"created":1574717304,"name":"listings-results","updated":1574717304,"user_id":4808},"d48042d9-753e-4b89-b8a1-28769df7a1f2":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"d48042d9-753e-4b89-b8a1-28769df7a1f2","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"54835d2f-d420-4f70-acc4-39e74d534ca9":{},"aba94235-6578-44ec-99e1-150d6e68bbb6":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"See real estate open houses in and around  Myrtle Beach.","meta.keywords":"open houses in Myrtle Beach, open house in Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Open Houses","routing.paths":["/open-houses"]},"created":1574717304,"name":"Open Houses","updated":1574717304,"user_id":4808},"e3b51ac7-29f8-46b3-9346-3dd92bdccf22":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"e3b51ac7-29f8-46b3-9346-3dd92bdccf22","content":{"footer":false,"header":false,"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"138bd33f-4afc-4283-b08a-9118b71e108d":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"menu":false,"meta.title":"listings-details","routing.paths":["/listings-details"]},"created":1574717304,"name":"listings-details","updated":1574717304,"user_id":4808},"f8942303-db9d-4b03-8722-0cfc5191876d":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"f8942303-db9d-4b03-8722-0cfc5191876d","content":{"layout":{"6cc940eb-eb69-440b-8cef-653c0868af6b":{},"5addeb45-256e-439d-8083-e311c1c3f32e":{},"aaf90041-5861-4637-8dce-f47608817064":{},"90e974c9-197c-48f9-8453-bde8eb084cc2":{}},"meta.description":"See recently sold properties and homes in and around  Myrtle Beach.","meta.keywords":"sold homes in Myrtle Beach, sold listings in Myrtle Beach, sold properties in Myrtle Beach","meta.title":"Price &amp; Company Realty, Inc. : Sold Listings","routing.paths":["/sold-listings"]},"created":1574717304,"name":"Sold Listings","updated":1574717304,"user_id":4808}},"elements":{"0323c286-cddd-4c44-a53e-30d76a7623f6":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"0323c286-cddd-4c44-a53e-30d76a7623f6","content":{"bg.class":"bg-violet","btn.class":"btn-navy-blue","button":{"title":"GET STARTED!","action":"","url":"","open_in":""},"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_cb443c7d8e796d4a86cc111583a61384.jpg","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"filter":{"StandardStatus":[],"PropertyType":[],"PropertySubType":[],"PropertyTypeWithPropertySubType":{},"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":[],"query":"","query_array":[],"display":"all_listings"},"listings":[],"location":"text-center","mls_id":4,"style":"wsbx-intro-style-1","subtitle":"Welcome to Myrtle Beach, SC real estate<br>","template":{"file":"full_search.ejs","name":"Full Search"},"title":"Myrtle Beach,&nbsp;SC","type":"search","undefined":73,"variation_no":1},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"068df2a1-fb0d-49e6-b795-3c9aa9d66e17":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"068df2a1-fb0d-49e6-b795-3c9aa9d66e17","content":{"bg.class":"bg-2","btn.class":"btn-warning","button":{"title":"SUBMIT","action":"url","url":"","open_in":"same_window"},"template":{"file":"find_home2.ejs","name":"Find Home 2"},"title":"Find The Perfect Home","type":"form"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"138bd33f-4afc-4283-b08a-9118b71e108d":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"138bd33f-4afc-4283-b08a-9118b71e108d","content":{"bg.class":"bg-white","template":{"file":"listings_details.ejs","name":"Listings Detail"},"type":"listings-details"},"created":1574717304,"element":"0dd7a008f0f395b0","updated":1574717304,"user_id":4808},"14e0b805-1644-4cab-b3cd-4f6d7eb515e4":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"14e0b805-1644-4cab-b3cd-4f6d7eb515e4","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"180574ed-51e9-4c1a-8e96-290744dea9b9":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"180574ed-51e9-4c1a-8e96-290744dea9b9","content":{"bg.class":"","btn.class":"btn-navy-blue","button":{"title":"Join Us Today!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_ee49ed32af1ef6541304c08f0439702d.jpg","custom_bg.color":"","custom_bg.repeat":false},"listings":[],"location":"text-center","mls_id":4,"style":"wsbx-intro-style-9","subtitle":"Want to take your real estate career to the next level? Price &amp; Company Realty, Inc. is looking for experienced agents looking to join a collaborative, cutting-edge brokerage.","template":{"file":"call_to_action.ejs","name":"Call To Action"},"title":"Join Us Today!","type":"intro"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"1c365e03-e5b4-47b0-a821-7a0558b00410":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"1c365e03-e5b4-47b0-a821-7a0558b00410","content":{"marker":true,"options":{"draggable":true,"panControl":true,"zoomControl":true,"scaleControl":true,"mapTypeControl":true,"styles":[],"center":"P O Box 7155 Myrtle beach South Carolina 29572 US","zoom":14,"mapTypeId":"roadmap"},"template":{"file":"map.ejs","name":"Map"},"type":"map"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"1f1b62d3-8e1c-4516-bfd0-88109b2243e0":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"1f1b62d3-8e1c-4516-bfd0-88109b2243e0","content":{"bg.class":"bg-1","content":[{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-home.svg","title":"Residential Single Family","content":"Our residential single family services connect buyers with sellers every day, and we do it with professionalism and a total dedication to our clients. This property type is the majority of our market transactions, but by far not the only one in which we have expertise.","link":"#"},{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-building.svg","title":"Condominiums","content":"While condominiums are residential, they’re a very different market focus, and we are an expert in evaluating condos and helping buyers and sellers to cope with the special financing and homeowner concerns for this property type.","link":"#"},{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-family.svg","title":"Multi–family","content":"Investors are great clients for us. Multi–family properties are a very unique market. The detailed return on investment and valuation calculations investors need to evaluate properties for rental are second nature to us.","link":"#"},{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-land_sales.svg","title":"Commercial &amp; Vacant Land","content":"Whether it’s a land, shopping mall, a small office building or a restaurant space, We're your commercial property specialist. Contact us for your commercial property needs in the Myrtle Beach real estate markets.","link":"#"}],"heading":"Here Is How We Could Help","template":{"file":"2col_list.ejs","name":"2 Columns List"},"type":"features"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"2c6a964e-20b5-4d6c-96f5-9452ef1e6204":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"2c6a964e-20b5-4d6c-96f5-9452ef1e6204","content":{"bg.class":"bg-1","blogs":[{"title":"THE WILD CENTER REOPENS ITS TREETOP WILD WALK IN THE ADIRONDACKS","desc":"Architect Chip Reay's fanciful feat of engineering brings nature lovers to the forest canopy","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_dbe1090fd413f97faaf67256330e455a.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"14 HIGH-STYLE HAMPTONS HOUSES","desc":"AD rounds up the best homes on Long Island, from Southampton to Sag Harbor","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_b17fd11de846d67e213e728e43753850.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"DON CHEADLE IS SELLING HIS UPDATED VENICE, CALIFORNIA","desc":"You would never guess this modern masterpiece was once a 1950s bungalow","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_44b53022b4c62a920e0e9cf90fa6bebb.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"THE WILD CENTER REOPENS ITS TREETOP WILD WALK IN THE ADIRONDACKS","desc":"Architect Chip Reay's fanciful feat of engineering brings nature lovers to the forest canopy","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_dbe1090fd413f97faaf67256330e455a.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"14 HIGH-STYLE HAMPTONS HOUSES","desc":"AD rounds up the best homes on Long Island, from Southampton to Sag Harbor","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_b17fd11de846d67e213e728e43753850.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"DON CHEADLE IS SELLING HIS UPDATED VENICE, CALIFORNIA","desc":"You would never guess this modern masterpiece was once a 1950s bungalow","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_44b53022b4c62a920e0e9cf90fa6bebb.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"THE WILD CENTER REOPENS ITS TREETOP WILD WALK IN THE ADIRONDACKS","desc":"Architect Chip Reay's fanciful feat of engineering brings nature lovers to the forest canopy","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_dbe1090fd413f97faaf67256330e455a.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"14 HIGH-STYLE HAMPTONS HOUSES","desc":"AD rounds up the best homes on Long Island, from Southampton to Sag Harbor","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_b17fd11de846d67e213e728e43753850.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"DON CHEADLE IS SELLING HIS UPDATED VENICE, CALIFORNIA","desc":"You would never guess this modern masterpiece was once a 1950s bungalow","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_44b53022b4c62a920e0e9cf90fa6bebb.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"THE WILD CENTER REOPENS ITS TREETOP WILD WALK IN THE ADIRONDACKS","desc":"Architect Chip Reay's fanciful feat of engineering brings nature lovers to the forest canopy","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_dbe1090fd413f97faaf67256330e455a.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"14 HIGH-STYLE HAMPTONS HOUSES","desc":"AD rounds up the best homes on Long Island, from Southampton to Sag Harbor","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_b17fd11de846d67e213e728e43753850.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"DON CHEADLE IS SELLING HIS UPDATED VENICE, CALIFORNIA","desc":"You would never guess this modern masterpiece was once a 1950s bungalow","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_44b53022b4c62a920e0e9cf90fa6bebb.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}}],"display":12,"last.updated":"2017-01-01 12:12:00","template":{"file":"3col.ejs","name":"3 Columns"},"type":"blog-results"},"created":1574717304,"element":"bf677c2ef472","updated":1574717304,"user_id":4808},"33891402-bf43-40b4-9dc1-09538740b715":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"33891402-bf43-40b4-9dc1-09538740b715","content":{"bg.class":"bg-white","filter":{"StandardStatus":["Active","Active Under Contract"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":[],"query":"","query_array":[{"ListOfficeMlsId":"776","text":"776","type":"office.id"}],"size":20,"PropertyTypeWithPropertySubType":{},"display":"all_listings","sort_by":"ListPrice:descendant"},"map_config":{},"map_type":"rectangle","mls_id":4,"sort":"price.descendant","template":{"file":"row.ejs","name":"Row"},"title":"Office Listings","type":"listings"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"3965bc9d-b84f-4b4e-a5a1-60840af98b7d":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"3965bc9d-b84f-4b4e-a5a1-60840af98b7d","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"39bc1e73-adbb-49e2-a22c-eb3a63adaaf6":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"39bc1e73-adbb-49e2-a22c-eb3a63adaaf6","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"3c9b68d3-2aed-46cf-8c84-1098f2084946":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"3c9b68d3-2aed-46cf-8c84-1098f2084946","content":{"bg.class":"bg-1","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_a0da63a0c712cccf25c00441a248d07d.jpg","title":"Inspections & Repair Negotiations","description":"The negotiations rarely end with the price however once the buyer completes their inspection and document examination processes, they often object to things discovered and request corrective action that involves expense to the seller. We're here to work with you every step of the way!","back_title":"Inspections & Repair Negotiations","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_563d8fd218c0fa50f7c5835dd5c51663.jpg","title":"Contract to Closing Process","description":"There are more than 50 tasks, objectives and deliveries involved in taking a seller side transaction from contract through a successful closing. We're on top of all of them to make sure you leave the closing table with a check to move on with life.","back_title":"Contract to Closing Process","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"3":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"OLIVIA PETERSON","description":"22 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""},"4":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"DECORATING","description":"135 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""}},"template":{"file":"2col.ejs","name":"2 Columns"},"type":"flipbox"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"43f7c54b-3167-4e5a-bd66-ba4ea451c86b":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"43f7c54b-3167-4e5a-bd66-ba4ea451c86b","content":{"bg.class":"bg-1","button":{"title":"SEE ALL","action":"","url":"","open_in":""},"content":{"gallery":[{"title":"Myrtle Beach","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_19f53f0c4b9f2ce41f3330e7e2bef467.jpg","action_type":"page","action_url":"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364","id":"gallery_0"}]},"desc":"Use our neighborhood profiles here and map resources to determine the best areas for you, or just to familiarize yourself with the  Myrtle Beach real estate markets from a “neighborhood–up” approach. Knowing the amenities and culture of these various neighborhoods will give you a better perspective on living in these markets, or in selling your home’s neighborhood to potential buyers.","template":{"file":"6grid.ejs","name":"6 Grid"},"title":"Service Areas","type":"service-area"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"454557e4-4b73-453a-a008-975e5bf5a67f":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"454557e4-4b73-453a-a008-975e5bf5a67f","content":{"bg.class":"","btn.class":"btn-navy-blue","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_167cd03c1820ad70166b874ad8aeaa5c.jpg","custom_bg.color":"","custom_bg.repeat":false},"listings":[],"location":"text-center","mls_id":4,"style":"wsbx-intro-style-9","subtitle":"We have been in the real estate services business for many successful years. This longevity and confidence comes from my real estate services to a great many buyers and sellers, and their recommendations to others that result in repeat referral business.","template":{"file":"call_to_action.ejs","name":"Call To Action"},"title":"About Us","type":"intro"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"491f39e7-3e47-4e4e-843c-182967159d8a":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"491f39e7-3e47-4e4e-843c-182967159d8a","content":{"bg.class":"bg-white","displayed_results":217,"filter":{"StandardStatus":["Active","Active Under Contract"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":[],"query":"","query_array":[],"size":20,"display":"all_listings","sort_by":"ListPrice:descendant"},"map_config":{},"map_type":"rectangle","mls_id":4,"sort":"price.descendant","template":{"file":"row.ejs","name":"Row"},"title":"Search Homes","type":"listings"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"4a6d3c55-2b73-4945-8d36-f730c3630a9d":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"4a6d3c55-2b73-4945-8d36-f730c3630a9d","content":{"bg.class":"bg-violet","content":[{"number":"35","percent":"20","icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-home.svg","name":"Properties Sold"},{"number":"16","percent":"30","icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-dog_house.svg","name":"Properties Bought"},{"number":"$550k","percent":"45","icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-us_dollar.svg","name":"Average Sale Price"},{"number":"$7.8M","percent":"10","icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-money.svg","name":"Total Transaction Volume"}],"template":{"file":"number_icon.ejs","name":"Icon"},"title":"Our Performance Speaks For Itself ...","type":"funfacts"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"4d642efe-142b-45e4-8c69-c4263e0736a3":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"4d642efe-142b-45e4-8c69-c4263e0736a3","content":{"bg.class":"bg-white","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_41461894547e1d6c108c1cc4922bac1d.jpg","title":"For Buyers","content":"For buyers there is detailed area and neighborhood information and a great MLS® search page.","button":{"title":"Read More","action":"page","url":"188ecdc8-8cb0-402c-98b5-6c9bbc345e12","open_in":"same_window"}},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_00517c1b9864655ee039987e197af6c9.jpg","title":"For Sellers","content":"For sellers we provide information and data to help you to ready your home for market and to list it so it sells.","button":{"title":"Read More","action":"page","url":"3b435b22-a022-43b7-bc14-00808199c6d9","open_in":"same_window"}},"3":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_2ae54c5b1708e6108efff7a40196dfca.jpg","title":"FOR BUSINESS","content":"The Austin, Georgetown, Buda, Driftwood, Hutto, Manor, Bee Cave, and Weser real estate market is made up of diverse and interesting communities and neighborhoods.","button":{"title":"READ MORE","action":"","url":"#","open_in":""}},"4":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_2ae54c5b1708e6108efff7a40196dfca.jpg","title":"FOR BUSINESS","content":"The Austin, Georgetown, Buda, Driftwood, Hutto, Manor, Bee Cave, and Weser real estate market is made up of diverse and interesting communities and neighborhoods.","button":{"title":"READ MORE","action":"","url":"#","open_in":""}}},"intro":{"title":"Welcome","content":"We would like to welcome you to our comprehensive  Myrtle Beach real estate website. No other site provides more detailed real estate market information than you’ll find here.","button":{"title":"More About Us","action":"page","url":"8b09d7b8-090b-430b-8110-838d59ddf63f","open_in":"same_window"}},"template":{"file":"intro_left_2col_grid_right.ejs","name":"2 Columns Grid Left Right"},"type":"describe"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"5182b94b-f917-47ff-9d09-3366a557ffda":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"5182b94b-f917-47ff-9d09-3366a557ffda","content":{"bg.class":"bg-1","contact":{"cell":"101 0000 888","fax":"506 0066 890","email":"email@yourdomain.com"},"desc":"Private gated Waterfront Estate on almost FOUR acres! Unlike any other property on Lake Austin, there are two Boat Houses totaling 7 boat slips. Serene gardens and extensive flat yards highlight the grounds. The Loggia overlooks the Pool Terrace, yard and enclosed swimming area in beautiful Lake Austin! Luxury bed-and-bedding company.","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_a19212ed916eef30b483b973a539a063.jpg","listings":[{"address":"5110 Parell Path 1","city":"Austin","state":"TX","zipcode":"78744","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f3761616abf8b03021329940210f3e64.jpg","status":1},{"address":"9301 Castle Pines Dr 1","city":"Austin","state":"TX","zipcode":"78717","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_bb7ac8f57ac82f3a4e6d67eddeb791a1.jpg","status":1},{"address":"13007 Turkey Run 1","city":"Austin","state":"TX","zipcode":"78727","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_3b77e8cd885fd6927d978562cb4e8ba1.jpg","status":1},{"address":"7502 Mifflin Kenedy Ter 1","city":"Austin","state":"TX","zipcode":"78749","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_fa87b242c1f16927f7137bb20aeebd96.jpg","status":1},{"address":"5110 Parell Path 2","city":"Austin","state":"TX","zipcode":"78744","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f3761616abf8b03021329940210f3e64.jpg","status":1},{"address":"9301 Castle Pines Dr 2","city":"Austin","state":"TX","zipcode":"78717","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_bb7ac8f57ac82f3a4e6d67eddeb791a1.jpg","status":1},{"address":"13007 Turkey Run 2","city":"Austin","state":"TX","zipcode":"78727","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_3b77e8cd885fd6927d978562cb4e8ba1.jpg","status":1},{"address":"7502 Mifflin Kenedy Ter 2","city":"Austin","state":"TX","zipcode":"78749","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_fa87b242c1f16927f7137bb20aeebd96.jpg","status":1},{"address":"5110 Parell Path 3","city":"Austin","state":"TX","zipcode":"78744","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f3761616abf8b03021329940210f3e64.jpg","status":0},{"address":"9301 Castle Pines Dr 3","city":"Austin","state":"TX","zipcode":"78717","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_bb7ac8f57ac82f3a4e6d67eddeb791a1.jpg","status":0},{"address":"13007 Turkey Run 3","city":"Austin","state":"TX","zipcode":"78727","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_3b77e8cd885fd6927d978562cb4e8ba1.jpg","status":0},{"address":"7502 Mifflin Kenedy Ter 3","city":"Austin","state":"TX","zipcode":"78749","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_fa87b242c1f16927f7137bb20aeebd96.jpg","status":0},{"address":"5110 Parell Path 4","city":"Austin","state":"TX","zipcode":"78744","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f3761616abf8b03021329940210f3e64.jpg","status":0},{"address":"9301 Castle Pines Dr 4","city":"Austin","state":"TX","zipcode":"78717","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_bb7ac8f57ac82f3a4e6d67eddeb791a1.jpg","status":0},{"address":"13007 Turkey Run 4","city":"Austin","state":"TX","zipcode":"78727","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_3b77e8cd885fd6927d978562cb4e8ba1.jpg","status":0},{"address":"7502 Mifflin Kenedy Ter 4","city":"Austin","state":"TX","zipcode":"78749","bedroom_full":3,"bathroom_full":2,"sqft":1211,"mls_number":"560892","price":3399000,"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_fa87b242c1f16927f7137bb20aeebd96.jpg","status":0}],"name":"JAMES BOLDWIN","template":{"file":"details.ejs","name":"Team Member Details"},"title":"REALTOR","type":"team-member-details"},"created":1574717304,"element":"a5fd9ccb1bcc","updated":1574717304,"user_id":4808},"54835d2f-d420-4f70-acc4-39e74d534ca9":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"54835d2f-d420-4f70-acc4-39e74d534ca9","content":{"bg.class":"bg-white","filter":{"StandardStatus":["Active","Active Under Contract"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":["OpenHouses"],"query":"","query_array":[],"size":20,"display":"all_listings","sort_by":"ListPrice:descendant","PropertyTypeWithPropertySubType":{}},"map_config":{},"map_type":"rectangle","mls_id":4,"sort":"price.descendant","template":{"file":"row.ejs","name":"Row"},"title":"Open Houses","type":"listings"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"55420ca8-87b0-4508-b4fd-a054480ad0af":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"55420ca8-87b0-4508-b4fd-a054480ad0af","content":{"bg.class":"bg-1","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_bd42bff592f53e5e8c7fa7874cd91720.jpg","title":"Financing Assistance","description":"As tough as it is these days to get a mortgage, we know the best sources in the market and will help you to contact mortgage professionals who have been very helpful to my past clients.","back_title":"Financing Assistance","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_c6d03ddfb804086a05d3f11dcd86ac98.jpg","title":"Price Negotiations","description":"Buyers shouldn’t walk into a deal unarmed. We arm you with market data to help you to understand the buyer and seller sides and formulate an offer price negotiation strategy.","back_title":"Price Negotiations","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"3":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"OLIVIA PETERSON","description":"22 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""},"4":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"DECORATING","description":"135 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""}},"template":{"file":"2col.ejs","name":"2 Columns"},"type":"flipbox"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"557cdb43-645f-45d6-a61f-d24c9f4e0fce":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"557cdb43-645f-45d6-a61f-d24c9f4e0fce","content":{"bg.class":"bg-white","filter":{"StandardStatus":["Active","Active Under Contract"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":[],"query":"","query_array":[{"City":"Myrtle Beach","StateOrProvince":"SC","text":"Myrtle Beach, SC","type":"city"}],"size":8,"display":"all_listings","PropertyTypeWithPropertySubType":{},"sort_by":"ListPrice:descendant"},"map_config":{},"map_type":"rectangle","mls_id":4,"sort":"price.descendant","template":{"file":"row.ejs","name":"Row"},"title":"Featured Myrtle Beach Listings","type":"listings"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"5a7b54c3-168c-41ff-b082-ec493c2d2552":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"5a7b54c3-168c-41ff-b082-ec493c2d2552","content":{"marker":true,"options":{"draggable":true,"panControl":true,"zoomControl":true,"scaleControl":true,"mapTypeControl":true,"styles":[],"center":"Myrtle Beach, SC","zoom":10,"mapTypeId":"roadmap"},"template":{"file":"map.ejs","name":"Map"},"type":"map"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"5aa8d85b-3577-447d-b4bd-5ae132c46e12":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"5aa8d85b-3577-447d-b4bd-5ae132c46e12","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"5addeb45-256e-439d-8083-e311c1c3f32e":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"5addeb45-256e-439d-8083-e311c1c3f32e","content":{"bg.class":"bg-white","filter":{"StandardStatus":["Closed"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":[],"query":"","query_array":[],"size":20,"display":"all_listings","sort_by":"ListPrice:descendant","PropertyTypeWithPropertySubType":{}},"map_config":{},"map_type":"rectangle","mls_id":4,"sort":"price.descendant","template":{"file":"row.ejs","name":"Row"},"title":"Sold Listings","type":"listings"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"6035a95a-aa2b-4d7c-a360-488c5a3b634b":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"6035a95a-aa2b-4d7c-a360-488c5a3b634b","content":{"bg.class":"bg-white","sort":"price.descendant","template":{"file":"listings_results.ejs","name":"Listings Results"},"title":"Search Results","type":"listings-results"},"created":1574717304,"element":"c2f3248d228f40","updated":1574717304,"user_id":4808},"673dd565-8bd7-4165-945b-9e46fbea2660":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"673dd565-8bd7-4165-945b-9e46fbea2660","content":{"bg.class":"","btn.class":"btn-navy-blue","button":{"title":"About Us!","action":"page","url":"8b09d7b8-090b-430b-8110-838d59ddf63f","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_3dda576593d93ab2dfbb66abc623d2e9.jpg","custom_bg.color":"","custom_bg.repeat":false},"listings":[],"location":"text-center","mls_id":4,"style":"wsbx-intro-style-9","subtitle":"We serve  Myrtle Beach real estate buyers and sellers, and we do a lot of referral business. However, if you haven’t been recommended to us, we can’t show you our five star service unless you contact us!","template":{"file":"call_to_action.ejs","name":"Call To Action"},"title":"We Love To Hear From You!","type":"intro"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"6cc940eb-eb69-440b-8cef-653c0868af6b":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"6cc940eb-eb69-440b-8cef-653c0868af6b","content":{"anchor":"header","bg.class":"wsbx-header-bg-1","display":true,"nav_style":"navigation-style-3","template":{"file":"logo_left_nav_left.ejs","name":"Logo Left, Navigation Left"},"type":"header","variation":0},"created":1574717304,"element":"abcbf07c29b977","updated":1574717304,"user_id":4808},"74736226-d5a7-448d-a641-d04884b78d19":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"74736226-d5a7-448d-a641-d04884b78d19","content":{"bg.class":"bg-violet","content":[{"name":"Facebook","icon":"fa-facebook-square","url":"http://#","id":"social_0"},{"name":"Twitter","icon":"fa-twitter-square","url":"http://#","id":"social_1"},{"name":"Linkedin","icon":"fa-linkedin-square","url":"http://#","id":"social_2"},{"name":"email","icon":"fa-envelope","url":"http://#","id":"social_3"}],"subtitle":"Connect with us on Facebook , Twitter, LinkedIN or via email.","template":{"file":"vertical.ejs","name":"Vertical"},"title":"Follow Us On Social Media Too ...","type":"social"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"77abef1c-d815-4042-b9dc-32eb01db8889":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"77abef1c-d815-4042-b9dc-32eb01db8889","content":{"bg.class":"bg-white","content":[{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Mike","last_name":"Heiser","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"mike.heiser@icloud.com","mls_id":"4","agent_id":"10538","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Kristopher","last_name":"Dobinson","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"Kris@CarolinaWaterfront.net","mls_id":"4","agent_id":"12006","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Chris","last_name":"Price","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"chris@CarolinaWaterfront.net","mls_id":"4","agent_id":"3571","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Richard","last_name":"Sander","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"Richard@CarolinaWaterfront.net","mls_id":"4","agent_id":"6617","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Pam","last_name":"Atherton","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"scamp@rsccpa.net","mls_id":"4","agent_id":"7956","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Jack","last_name":"Sutherland","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"jacksrentals@gmail.com","mls_id":"4","agent_id":"8330","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Petra","last_name":"Sander","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"petra@carolinawaterfront.net","mls_id":"4","agent_id":"8779","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Joe","last_name":"Provencal","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"joesellsmb@aol.com","mls_id":"4","agent_id":"890","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Jane","last_name":"Bullins","title":"Real Estate Agent","social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"jane@carolinawaterfront.net","mls_id":"4","agent_id":"9939","office_id":"776","mls":"CCAR"}],"template":{"file":"3col_intro.ejs","name":"3 Columns Intro"},"title":"Meet The Team","type":"team"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"77cc3611-7087-425e-8c33-da76eb18a383":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"77cc3611-7087-425e-8c33-da76eb18a383","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"77ef71fe-c7c6-4e10-b3e2-03ec57f4cf3e":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"77ef71fe-c7c6-4e10-b3e2-03ec57f4cf3e","content":{"bg.class":"bg-1","button":{"title":"SEE ALL","action":"","url":"","open_in":""},"content":{"gallery":[{"title":"Myrtle Beach","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_122f1c76ea60d9224817f3ce9ec99738.jpg","action_type":"page","action_url":"a99bc2b2-8f51-4c51-bb8d-cb9bb9547364","id":"gallery_0"}]},"desc":"The real estate market is made up of diverse and interesting communities and neighborhoods. Take a look below and find a community that’s a perfect fit for you and your family.","template":{"file":"6grid.ejs","name":"6 Grid"},"title":"Explore Nearby Communities","type":"service-area"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"7d141fd4-6143-424d-a2b6-75af7944f6fe":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"7d141fd4-6143-424d-a2b6-75af7944f6fe","content":{"bg.class":"bg-white","content":[{"title":"ALL","gallery":[{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_d980b70298fbb28aa47aac9e7f7aa7a5.jpg","action_type":"","action_url":""},{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f925d6788d2f4d0fd2c764cc131db2a1.jpg","action_type":"","action_url":""},{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_fd8b458d14748780618bc0d571c52b95.jpg","action_type":"","action_url":""},{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_a1d2868fc246a67ac37a3c15a7ad57b9.jpg","action_type":"","action_url":""}]},{"title":"DEVELOPMENT","gallery":[]},{"title":"ENGINEERING","gallery":[]},{"title":"MODEL & PROTOTYPING","gallery":[]}],"template":{"file":"style4.ejs","name":"Style 4"},"title":"Myrtle Beach Photo Gallery","type":"gallery"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"7e56a433-8e6a-41f2-a90c-4362465cf467":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"7e56a433-8e6a-41f2-a90c-4362465cf467","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"8bd42774-23ab-4f44-bc4c-9c78a3459287":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"8bd42774-23ab-4f44-bc4c-9c78a3459287","content":{"bg.class":"bg-1","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_23267329c79a97e68f645379142b96e4.jpg","title":"Market Updates","description":"Markets don’t just change monthly, they change daily in many instances. As new listings come on the market and others sell, the supply/demand ratio changes and your price may need to be adjusted. We provide you with regular market updates to keep you in the loop.","back_title":"Market Updates","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_3791e2b81399b3b831f635bcbd0b87e2.jpg","title":"Price Negotiations","description":"We do the marketing and property valuation process well, and that means you’ll be seeing a buyer with a contract soon. We are with you every step of the way in the contract price negotiations and will work to get you the top price possible with the fewest concessions.","back_title":"Price Negotiations","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"3":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"OLIVIA PETERSON","description":"22 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""},"4":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"DECORATING","description":"135 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""}},"template":{"file":"2col.ejs","name":"2 Columns"},"type":"flipbox"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"8e4c634f-b524-45b0-a597-3ddc22388680":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"8e4c634f-b524-45b0-a597-3ddc22388680","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"8efdbefd-901a-4df3-928d-f55ed686c778":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"8efdbefd-901a-4df3-928d-f55ed686c778","content":{"bg.class":"bg-1","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_5704d1ace0eb2c2abfe48d0c74858c9b.jpg","title":"Home Search Assistance","description":"We help my buyers understand the many fields of information in an MLS, Multiple Listing Service search. We guide them in making the most of searches in an MLS with thousands of listings.","back_title":"Home Search Assistance","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_0810195aea57c41c3e4ce86012647442.jpg","title":"Automated Search Reports","description":"Once we have an idea of your criteria for a home selection, we can set up automated search alert emails to keep you informed of new listings and price reductions of qualified properties.","back_title":"Automated Search Reports","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"3":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"OLIVIA PETERSON","description":"22 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""},"4":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"DECORATING","description":"135 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""}},"template":{"file":"2col.ejs","name":"2 Columns"},"type":"flipbox"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"90e974c9-197c-48f9-8453-bde8eb084cc2":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"90e974c9-197c-48f9-8453-bde8eb084cc2","content":{"anchor":"footer","bg.class":"bg-white","content":{"blog":{"tags":["Canada","Toronto","Money","Health"],"sort":"date"},"contact":{"name":{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/icons8-user_group_man_woman.svg","value":"Price &amp; Company Realty"},"address":{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/icons8-address_book.svg","value":"P O Box 7155"},"phone":{"name":"Phone","icon":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/icons8-phone.svg","value":"843-272-1266"},"email":{"name":"Email","icon":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/icons8-cell_phone.svg","value":"843-455-2003"},"website":{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/icons8-email.svg","value":"richard@carolinawaterfront.net"},"skype":{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/icons8-worldwide_location.svg","value":" YourDomain.com"}},"copyright":"Copyright 2018 © All Rights Reserved.","form":{"button":{"title":"SEND MESSAGE","action":"","url":"","open_in":""}},"gallery":[{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_9e21b5ea85c52be45899e381e9907338.jpg","action_type":"","action_url":""},{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_5e26a76460afb8e6e147d88dc9cf30ff.jpg","action_type":"","action_url":""},{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_769759f379e391ea6c34f6e0ef6af0fa.jpg","action_type":"","action_url":""},{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_2992b33c7adafd910fcc219ab4c61ec5.jpg","action_type":"","action_url":""},{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_21e42fcd87502ff5e84d06b3c6f1f863.jpg","action_type":"","action_url":""},{"title":"This Is Title","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_b88e7566772d561671a049164c6a768d.jpg","action_type":"","action_url":""}],"intro":"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.","map":{"center":"P O Box 7155 Myrtle beach South Carolina 29572 US","zoom":15,"mapTypeId":"roadmap","geo":{"lat":33.7600115,"lng":-78.8099472},"static_map":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/map.png"},"social":[{"type":"facebook","icon":"fa-facebook-square","name":"facebook","url":""},{"type":"instagram","icon":"fa-instagram","name":"instagram","url":""},{"type":"google","icon":"fa-google-plus-square","name":"google","url":""},{"type":"twitter","icon":"fa-twitter-square","name":"twitter","url":""}],"subscribe":{"button":{"title":"SEND","action":"","url":"","open_in":""}},"tags":[{"name":"HOME","url":""},{"name":"MUSIC","url":""},{"name":"ECONOMY","url":""},{"name":"MARKETING","url":""},{"name":"LISTINGS","url":""},{"name":"SERVICE","url":""},{"name":"MONEY","url":""},{"name":"BUILDING","url":""}],"twitter":{"handle":"@Deamhomes","amount":1}},"display":true,"logo":{"url":"https://s3.amazonaws.com/wsbx.prod.assets/team/4808/assets/upload_1846926a479b33f5efffd4e3b1b249c7.png","status":true},"template":{"file":"col4_map.ejs","name":"COL4_MAP"},"title":{"intro":"About Us","contact":"Contact Us","gallery":"GALLERY","twitter":"TWITTER","tags":"TAGS","social":"FOLLOW US","subscribe":"SUBSCRIBE","form":"FORM","blog":"RECENT POST","menu":"MENU"},"type":"footer","variation":0},"created":1574717304,"element":"d36243fedb2b","updated":1574717304,"user_id":4808},"9232b08f-1a15-4d8d-879c-2ffe09c72ddb":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"9232b08f-1a15-4d8d-879c-2ffe09c72ddb","content":{"bg.class":"bg-1","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_1309e923f5c2ee806207f54c4b9846ff.jpg","title":"A Marketing Plan that Works","description":"We have perfected a marketing plan for every type of property in the market. Some things work better in some areas and price ranges than others. I’ll craft a unique plan for your property.","back_title":"A Marketing Plan that Works","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f80a5564740ace459670a175c62f8f8b.jpg","title":"Thorough and Objective Home Evaluation","description":"We consider it our obligation to help you thoroughly and objectively evaluate your home’s condition and features to properly assess how it competes in the current real estate market.","back_title":"Thorough and Objective Home Evaluation","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"3":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"OLIVIA PETERSON","description":"22 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""},"4":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"DECORATING","description":"135 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""}},"template":{"file":"2col.ejs","name":"2 Columns"},"type":"flipbox"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"9d87652a-3efe-41f8-b4a3-c7cc7f28987b":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"9d87652a-3efe-41f8-b4a3-c7cc7f28987b","content":{"bg.class":"bg-white","content":[{"name":"Facebook","icon":"fa-facebook-square","url":"http://#","id":"social_0"},{"name":"Twitter","icon":"fa-twitter-square","url":"http://#","id":"social_1"},{"name":"Linkedin","icon":"fa-linkedin-square","url":"http://#","id":"social_2"},{"name":"email","icon":"fa-envelope","url":"http://#","id":"social_3"}],"subtitle":"Connect with us on Facebook , Twitter, LinkedIN or via email.","template":{"file":"vertical.ejs","name":"Vertical"},"title":"Connect With Us Today!","type":"social"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"a5dab257-1c08-4802-9feb-90de755a42b8":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"a5dab257-1c08-4802-9feb-90de755a42b8","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"a66d1944-ba89-4225-b550-c1b9a8e0cf97":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"a66d1944-ba89-4225-b550-c1b9a8e0cf97","content":{"bg.class":"bg-1","btn.class":"btn-navy-blue","button":{"title":"SUBMIT","action":"url","url":"","open_in":"same_window"},"template":{"file":"contact_us.ejs","name":"Contact Us"},"title":"Interested? Contact Us Today!","type":"form"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"a9c8d609-2b72-40af-a363-a9f0bc2c4f81":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"a9c8d609-2b72-40af-a363-a9f0bc2c4f81","content":{"bg.class":"bg-1","btn.class":"btn-navy-blue","button":{"title":"SUBMIT","action":"url","url":"","open_in":"same_window"},"template":{"file":"contact_us.ejs","name":"Contact Us"},"title":"Please Fill Out This Form","type":"form"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"aaf90041-5861-4637-8dce-f47608817064":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"aaf90041-5861-4637-8dce-f47608817064","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"aba94235-6578-44ec-99e1-150d6e68bbb6":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"aba94235-6578-44ec-99e1-150d6e68bbb6","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"abb91a91-cc60-4bea-9e4d-5919f8eef33f":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"abb91a91-cc60-4bea-9e4d-5919f8eef33f","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"bd937c66-c467-4077-8c4a-359709f9db37":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"bd937c66-c467-4077-8c4a-359709f9db37","content":{"bg.class":"","btn.class":"btn-navy-blue","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_1e8c2783a1fb52740d11a051c0a32133.jpg","custom_bg.color":"","custom_bg.repeat":false},"listings":[],"location":"text-center","mls_id":4,"style":"wsbx-intro-style-9","subtitle":"Sellers have enough to worry about in readying their home for market and planning their move to a new home. We will take over a huge number of tasks and details to make sure that your real estate property is properly evaluated, priced, marketed, negotiated and carried to closing.","template":{"file":"call_to_action.ejs","name":"Call To Action"},"title":"Home Seller's Guide &amp; Tools","type":"intro"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"bda60155-457a-4d72-8568-291b6c0e326a":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"bda60155-457a-4d72-8568-291b6c0e326a","content":{"bg.class":"bg-white","filter":{"StandardStatus":["Active","Active Under Contract"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":[],"query":"","query_array":[],"size":20,"display":"all_listings","sort_by":"ListPrice:descendant","PropertyTypeWithPropertySubType":{}},"map_config":{},"map_type":"rectangle","mls_id":4,"sort":"price.descendant","template":{"file":"row.ejs","name":"Row"},"title":"Search Listings","type":"listings"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"c4e02a06-e1fd-4083-b039-6fc7d70d584c":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"c4e02a06-e1fd-4083-b039-6fc7d70d584c","content":{"anchor":"find-your-dream-myrtle-beach-home","button":{"1":{"title":"For Buyers","action":"page","url":"188ecdc8-8cb0-402c-98b5-6c9bbc345e12","open_in":"same_window"},"2":{"title":"For Sellers","action":"page","url":"3b435b22-a022-43b7-bc14-00808199c6d9","open_in":"same_window"}},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"desc":"<span style=\"background-color: rgb(175, 222, 237);\">Search all  Myrtle Beach area listings with our advanced property search and find your dream home today!</span>","photos":["https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_a14ac7a35bd78eee06b04b3af648f199.jpg","https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e00ad038dba51a052ff43e6810f5bc04.jpg","https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_383837b35a2d609b6be5208ef95acf35.jpg"],"template":{"file":"no_control_no_title.ejs","name":"No Control No Title"},"title":"Find Your Dream Myrtle Beach Home<br>","type":"slideshow","variation_no":3},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"c6017acf-d2fc-43ff-a96d-27354ba02532":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"c6017acf-d2fc-43ff-a96d-27354ba02532","content":{"author":{"name":"Cuneyt Erkol","photo":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_ab86d32e99b400ccb2fdbf448a97fc54.jpg"},"bg.class":"bg-1","comments":[{"name":"JAMES DOWN","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_ab86d32e99b400ccb2fdbf448a97fc54.jpg","date":"AUGUST 24, 2014","text":"The Caruso Suite is decorated in the same style as when the famous tenor Enrico Caruso stayed in the room in 1921. The suite is also home to his piano and writing board, as well as some of his letters and photographs."}],"content":[{"html":"<p>An eternal favorite of the jet set, the Côte d'Azur never ceases to amaze with its pristine beaches, pastel-hued historic buildings, quaint villages, and luxurious accommodations. Since the turn of the 20th century, A-listers looking to stay in the middle of the action have chosen the Hôtel Hermitage, a member of the Monte-Carlo Société des Bains de Mer. For admirers of classic French architecture and design, the palatial property has much to recommend it. A ceiling mural inspired by François Boucher and Jean-Honoré Fragonard's fresco Grâces Florentines crown the Belle Époque dining room, while the winter garden features a glass dome erected by disciples of Gustave Eiffel.</p>"},{"html":"<p>Of the hotel’s 278 rooms and suites, the most requested is the Diamond Duplex Suite with Jacuzzi. One of the highest ranking suites, it occupies the top of the Prince Wing. Acclaimed designer Pierre-Yves Rochon, who’s behind other prestigious properties including the Four Seasons George V in Paris and the Savoy Hotel in London, redesigned the Hôtel Hermitage and gave the Diamond Duplex Suite a thoroughly modern face-lift. </p>"},{"html":"<p>All 100 of the 57-story building's units will take advantage of its waterfront location and offer sweeping views of Biscayne Bay. (Prices range from $1.8 million to $10 million–plus.) Among the lavish features are two amenity levels: The seventh floor includes a 75-foot resort pool and fitness center, and the 30th offers a grand private dining room that can seat 30. Currently in the land-preparation phase, the glass tower is slated for completion in 2018, when it will officially be the Edgewater neighborhood's tallest, at 649 feet.</p>"}],"date":"August 28, 2015","photo":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_6f0301008fef84c828b16ebc4c42ecd7.jpg","posts":[{"title":"THE WILD CENTER REOPENS ITS TREETOP WILD WALK IN THE ADIRONDACKS","desc":"Architect Chip Reay's fanciful feat of engineering brings nature lovers to the forest canopy","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_d97e9f5ac129cbd305051a8a510d06a1.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"14 HIGH-STYLE HAMPTONS HOUSES","desc":"AD rounds up the best homes on Long Island, from Southampton to Sag Harbor","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_09d2f0c791eb7649b4ab469a781be09b.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"DON CHEADLE IS SELLING HIS UPDATED VENICE, CALIFORNIA","desc":"You would never guess this modern masterpiece was once a 1950s bungalow","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_3618d68d252d64d1db6f165679bd4c76.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}}],"tags":[{"name":"Graphic","link":"#"},{"name":"Business","link":"#"},{"name":"Design","link":"#"},{"name":"Marketing","link":"#"}],"template":{"file":"photo.ejs","name":"Blog Details Photo"},"title":"The Most Requested Suite at Monte Carlo’s Hôtel Hermitage","type":"blog-details-photo"},"created":1574717304,"element":"9087cbc920b5c0","updated":1574717304,"user_id":4808},"c79c1441-1119-400b-8b6a-6b70aca5b236":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"c79c1441-1119-400b-8b6a-6b70aca5b236","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"cebeb3c8-fe09-4664-b8a2-1d5bef2385eb":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"cebeb3c8-fe09-4664-b8a2-1d5bef2385eb","content":{"bg.class":"bg-1","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_8c2e48817d5147901265fa4952ec54db.jpg","title":"Inspections & Repair Negotiations","description":"Price isn’t the only negotiation, as there will be property inspections and you may need to enter into more negotiating around property condition and repairs. We are experts at this.","back_title":"Inspections & Repair Negotiations","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_c2296e4046a456ec8f745451c3520ade.jpg","title":"Contract to Closing","description":"The myriad of tasks, documents and delivery deadlines involved in a real estate transaction are all coordinated by us and our closing assistance staff. We are here to help.","back_title":"Contract to Closing","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"3":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"OLIVIA PETERSON","description":"22 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""},"4":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"DECORATING","description":"135 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""}},"template":{"file":"2col.ejs","name":"2 Columns"},"type":"flipbox"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"d0b2d70d-97d9-4fe1-907b-92c8692015f3":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"d0b2d70d-97d9-4fe1-907b-92c8692015f3","content":{"bg.class":"bg-white","content":[{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-address.svg","name":"Address","value":"P O Box 7155<br>Myrtle beach,&nbsp;South Carolina&nbsp;29572"},{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-phone.svg","name":"Phone","value":"843-272-1266"},{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-iphone.svg","name":"Cell","value":"843-455-2003"},{"icon":"https://s3.amazonaws.com/wsbx.prod.assets/node-wsbx-render-assets/v1.0.5/assets/icons/set_g/icons8-gmail.svg","name":"Email","value":"richard@carolinawaterfront.net"}],"template":{"file":"4col.ejs","name":"4 Columns"},"title":"More Ways To Connect With Us","type":"contact"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"d12d8334-3bf2-4543-a289-e6d2ab60e4a6":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"d12d8334-3bf2-4543-a289-e6d2ab60e4a6","content":{"bg.class":"bg-white","content":[{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Mike","last_name":"Heiser","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"mike.heiser@icloud.com","mls_id":"4","agent_id":"10538","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Kristopher","last_name":"Dobinson","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"Kris@CarolinaWaterfront.net","mls_id":"4","agent_id":"12006","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Chris","last_name":"Price","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"chris@CarolinaWaterfront.net","mls_id":"4","agent_id":"3571","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Richard","last_name":"Sander","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"Richard@CarolinaWaterfront.net","mls_id":"4","agent_id":"6617","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Pam","last_name":"Atherton","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"scamp@rsccpa.net","mls_id":"4","agent_id":"7956","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Jack","last_name":"Sutherland","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"jacksrentals@gmail.com","mls_id":"4","agent_id":"8330","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Petra","last_name":"Sander","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"petra@carolinawaterfront.net","mls_id":"4","agent_id":"8779","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Joe","last_name":"Provencal","title":{"***":"true"},"social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"joesellsmb@aol.com","mls_id":"4","agent_id":"890","office_id":"776","mls":"CCAR"},{"profile":"https://s3.amazonaws.com/wsbx.dev.assets/team/1/assets/upload_7ec2b2062b318609bb959160f9979100","first_name":"Jane","last_name":"Bullins","title":"Real Estate Agent","social":[],"biography":"Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.","phone":"","fax":"","email":"jane@carolinawaterfront.net","mls_id":"4","agent_id":"9939","office_id":"776","mls":"CCAR"}],"template":{"file":"3col_intro.ejs","name":"3 Columns Intro"},"title":"Meet The Team","type":"team"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"d26b3ab4-85cc-4149-a631-3c05238cc0ab":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"d26b3ab4-85cc-4149-a631-3c05238cc0ab","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"d2a01002-36d2-49b7-8ac3-01f0fb1cec70":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"d2a01002-36d2-49b7-8ac3-01f0fb1cec70","content":{"bg.class":"","btn.class":"btn-navy-blue","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_549c5afbf7c14354251cc619f18a8891.jpg","custom_bg.color":"","custom_bg.repeat":false},"listings":[],"location":"text-center","mls_id":4,"style":"wsbx-intro-style-9","subtitle":"The real estate markets are made up of many smaller communities and neighborhoods. These present variety and each has its own unique characteristics. There will be differences and we want to help you understand those differences.","template":{"file":"call_to_action.ejs","name":"Call To Action"},"title":"Communities In &amp; Around Myrtle Beach","type":"intro"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"d70192bb-cd21-4f06-bd3d-d431abde2ca2":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"d70192bb-cd21-4f06-bd3d-d431abde2ca2","content":{"bg.class":"bg-1","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_5f587d368884e5d93a367bae78533ea7.jpg","title":"CMA, Comparative Market Analysis","description":"We help our clients to value their property through a thorough CMA, Comparative Market Analysis reports using current listing price data and past sold comparable property sales.","back_title":"CMA, Comparative Market Analysis","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_85d0c355e7018f8011846c655a18b4b0.jpg","title":"Search Assistance to Understand the Market","description":"It’s important that we help you to search the MLS® so you can learn about currently listed similar homes in your area. Only by knowing the competition you can set a competitive price.","back_title":"Search Assistance to Understand the Market","button_label":"Contact Us Today!","action_key":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","openin_key":"same_window"},"3":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"OLIVIA PETERSON","description":"22 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""},"4":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_e6ca2e737eb8d476d54349a7e2ab980e.jpg","title":"DECORATING","description":"135 ARTICLES","back_title":"WANT TO SEE MORE PHOTOS ?","button_label":"SEE MORE","action_key":"","url":"","openin_key":""}},"template":{"file":"2col.ejs","name":"2 Columns"},"type":"flipbox"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"d7400aee-d922-420a-aff0-9e880a701542":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"d7400aee-d922-420a-aff0-9e880a701542","content":{"bg.class":"bg-white","content":{"1":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_c73720661b188a86f48ec5cdb1f231b4.jpg","video":{"source":"vimeo","url":"https://player.vimeo.com/video/176248673"},"text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean aliquet pretium purus at semper. Cras mattis sapien nec erat finibus aliquet. Curabitur dictum non lectus a pretium. Cras quis tellus commodo, congue nulla blandit, viverra dolor. Ut a ex luctus, eleifend elit id, maximus sapien."},"2":{"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_9280d581e1e19e99a7c3307d8213e66c.jpg","video":{"source":"vimeo","url":"https://player.vimeo.com/video/176248673"},"text":"Textiles are an easy way to update your outdoor spaces each season—colorful throws and patterned pillows instantly refresh the look. Make your outdoor spaces as luxurious and livable as your indoor spaces—a mix of generously proportioned seating options provides lots of ways to get comfortable, while weather-friendly rugs soften things up."}},"heading":"About Myrtle Beach, SC","template":{"file":"paragraph.ejs","name":"Paragrah"},"type":"content"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"df6b88f2-0ab9-4598-a0c5-06738dd8a24f":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"df6b88f2-0ab9-4598-a0c5-06738dd8a24f","content":{"bg.class":"bg-white","filter":{"StandardStatus":["Active","Active Under Contract"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":["DaysOnMarket"],"query":"","query_array":[],"size":20,"display":"all_listings","sort_by":"ListPrice:descendant","PropertyTypeWithPropertySubType":{}},"map_config":{},"map_type":"rectangle","mls_id":4,"sort":"price.descendant","template":{"file":"row.ejs","name":"Row"},"title":"Just Listed","type":"listings"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"e2ce8455-8e83-4479-b035-e9705c94af67":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"e2ce8455-8e83-4479-b035-e9705c94af67","content":{"bg.class":"","btn.class":"btn-navy-blue","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_eaf106c2cd205b0588f79d17f12dc388.jpg","custom_bg.color":"","custom_bg.repeat":false},"listings":[],"location":"text-center","mls_id":4,"style":"wsbx-intro-style-9","subtitle":"It takes more than a trained real estate agent to understand the needs and concerns of buyer clients. It takes a team who has been there, someone who has the same concerns when they’re home shopping. There's plenty to do. Check out our home buyer services below ...","template":{"file":"call_to_action.ejs","name":"Call To Action"},"title":"Home Buyer's Guide &amp; Tools","type":"intro"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"e3da2e5a-9a23-489b-8207-c700a4e1cd35":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"e3da2e5a-9a23-489b-8207-c700a4e1cd35","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"e7d4784f-0776-4f53-a78d-d3b3f9daacd7":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"e7d4784f-0776-4f53-a78d-d3b3f9daacd7","content":{"bg.class":"bg-white","content":[{"content":"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.","first_name":"Jane","last_name":"Doe","profile":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_73a969001d88be3fe110d802c8d2c4a4.jpg","title":"IT Support","id":"testimonial_0"},{"content":"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.","first_name":"John","last_name":"Doe","profile":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_fdf1dd292b1743781df352fdfcc2fe8b.jpg","title":"School Teacher","id":"testimonial_1"},{"content":"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.","first_name":"Sara","last_name":"Smith","profile":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_45ac44e5dd222ded521dddb1d6fb4cea.jpg","title":"Company Owner","id":"testimonial_2"}],"template":{"file":"style_1.ejs","name":"Testimonial style 1"},"title":"But Don't Take Our Word, Here Is What Our Clients Have To Say About Us","type":"testimonials"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"ebeadbd2-16ff-4334-83a8-529594c45a41":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"ebeadbd2-16ff-4334-83a8-529594c45a41","content":{"bg.class":"bg-violet","button":{"title":"Contact Us!","action":"page","url":"c472dd5d-711d-4209-9c5e-cca0ca304f6c","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_f1da6d0c947f38e920ecada4b65a047d.png","subtitle":"Click the button below so we can show you our five star service.","template":{"file":"button_photo.ejs","name":"Call Now"},"title":"Have Questions?","type":"calltoaction","variation_no":7},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"f0fdd2bf-463e-4533-b4f2-565e06fda001":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"f0fdd2bf-463e-4533-b4f2-565e06fda001","content":{"bg.class":"bg-violet","custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_2a867f7d297a83f4113889c1469008c7.jpg","custom_bg.color":"","custom_bg.repeat":false,"custom_bg.video":""},"filter":{"StandardStatus":["Active","Active Under Contract"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":0,"max":100000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":[],"query":"","query_array":[],"display":"all_listings","sort_by":"ListPrice:descendant","size":20,"PropertyTypeWithPropertySubType":{}},"listings":[],"mls_id":4,"style":"wsbx-intro-style-1","subtitle":"Homes are bought and sold more than 85% through local Multiple Listing Service, sites, and our real estate market is no exception. Use it to your advantage!","template":{"file":"full_search.ejs","name":"Full Search"},"title":"Search All Myrtle Beach Listings","type":"search","variation_no":1},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"f5f57ada-42bc-4b00-a095-218af50f4fc3":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"f5f57ada-42bc-4b00-a095-218af50f4fc3","content":{"bg.class":"bg-white","filter":{"StandardStatus":["Active","Active Under Contract"],"PropertyType":[],"PropertySubType":[],"ListPrice":{"min":100000,"max":1000000000},"BedroomsTotal":{"min":0,"max":10},"BathroomsTotalInteger":{"min":0,"max":10},"LivingArea":{"min":0,"max":10000},"features":[],"query":"","query_array":[],"display":"all_listings","size":12,"sort_by":"ListPrice:descendant","PropertyTypeWithPropertySubType":{}},"map_config":{},"map_type":"rectangle","mls_id":4,"sort":"price.descendant","template":{"file":"row.ejs","name":"Row"},"title":"Featured Listings","type":"listings"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"fdbe582c-70c6-43d1-8041-62392d7d268a":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"fdbe582c-70c6-43d1-8041-62392d7d268a","content":{"template":{"file":"calculator_details.ejs","name":"calculator details"},"type":"calculator-details"},"created":1574717304,"element":"79148cd674b15b","updated":1574717304,"user_id":4808},"fe87a371-513e-4081-ade8-07b9dcbd7193":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"fe87a371-513e-4081-ade8-07b9dcbd7193","content":{"author":{"name":"Cuneyt Erkol","photo":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_ab86d32e99b400ccb2fdbf448a97fc54.jpg"},"bg.class":"bg-1","comments":[{"name":"JAMES DOWN","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_ab86d32e99b400ccb2fdbf448a97fc54.jpg","date":"AUGUST 24, 2014","text":"The Caruso Suite is decorated in the same style as when the famous tenor Enrico Caruso stayed in the room in 1921. The suite is also home to his piano and writing board, as well as some of his letters and photographs."}],"content":[{"html":"<p>An eternal favorite of the jet set, the Côte d’Azur never ceases to amaze with its pristine beaches, pastel-hued historic buildings, quaint villages, and luxurious accommodations. Since the turn of the 20th century, A-listers looking to stay in the middle of the action have chosen the Hôtel Hermitage, a member of the Monte-Carlo Société des Bains de Mer. For admirers of classic French architecture and design, the palatial property has much to recommend it. A ceiling mural inspired by François Boucher and Jean-Honoré Fragonard’s fresco Grâces Florentines crown the Belle Époque dining room, while the winter garden features a glass dome erected by disciples of Gustave Eiffel.</p>"},{"html":"<p class=\"blog-item-desc-update-text1\"><img src=\"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_6585cad6ffe13fa13f33228d67450b7e.jpg\"/></p>"},{"html":"<p class=\"blog-item-desc-update-text2\">Of the hotel’s 278 rooms and suites, the most requested is the Diamond Duplex Suite with Jacuzzi. One of the highest ranking suites, it occupies the top of the Prince Wing. Acclaimed designer Pierre-Yves Rochon, who’s behind other prestigious properties including the Four Seasons George V in Paris and the Savoy Hotel in London, redesigned the Hôtel Hermitage and gave the Diamond Duplex Suite a thoroughly modern face-lift.</p>"},{"html":"<p>All 100 of the 57-story building’s units will take advantage of its waterfront location and offer sweeping views of Biscayne Bay. (Prices range from $1.8 million to $10 million–plus.) Among the lavish features are two amenity levels: The seventh floor includes a 75-foot resort pool and fitness center, and the 30th offers a grand private dining room that can seat 30. Currently in the land-preparation phase, the glass tower is slated for completion in 2018, when it will officially be the Edgewater neighborhood’s tallest, at 649 feet.</p>"},{"html":"<p class=\"blog-item-desc-update-text3\">A science-based goal</p>"},{"html":"<p>The 30-percent ocean protection goal is a drastic jump from today's levels, and marks a new achievement for a growing movement to guard against further degradation of marine ecosystems. The move comes less than a week before the World Oceans Conference in Washington, where U.S. President Barack Obama will give an address.</p>"},{"html":"<ul class=\"blog-item-desc-update-list-1\"><li><span>1</span> Marine Protected Area</li><li><span>2</span> Northern Hawaiian Islands</li><li><span>3</span> Papahānaumokuākea Marine National Monument</li></ul>"},{"html":"<p class=\"blog-item-desc-update-text3\">Handling the high seas</p>"},{"html":"<ul class=\"blog-item-desc-update-list-2\"><li>Marine Conservation Institute</li><li>Marine Protected Areas</li><li>South China Sea</li><li>Biological Diversity</li></ul>"},{"html":"<p>Roberts and his colleagues reviewed 144 studies to determine whether the 10-percent target was enough to protect global fish populations and keep ecosystems healthy. The average value of those studies was 37 percent of oceans, the researchers said in an April paper published in the journal Conservation Letters.</p>"}],"date":"August 28, 2015","posts":[{"title":"THE WILD CENTER REOPENS ITS TREETOP WILD WALK IN THE ADIRONDACKS","desc":"Architect Chip Reay's fanciful feat of engineering brings nature lovers to the forest canopy","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_d97e9f5ac129cbd305051a8a510d06a1.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"14 HIGH-STYLE HAMPTONS HOUSES","desc":"AD rounds up the best homes on Long Island, from Southampton to Sag Harbor","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_09d2f0c791eb7649b4ab469a781be09b.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}},{"title":"DON CHEADLE IS SELLING HIS UPDATED VENICE, CALIFORNIA","desc":"You would never guess this modern masterpiece was once a 1950s bungalow","date":"24 May, 2016 by John Bolden","image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_3618d68d252d64d1db6f165679bd4c76.jpg","button":{"title":"READ MORE","action":"","url":"","open_in":""}}],"tags":[{"name":"Graphic","link":"#"},{"name":"Business","link":"#"},{"name":"Design","link":"#"},{"name":"Marketing","link":"#"}],"template":{"file":"text.ejs","name":"Blog Details TEXT"},"title":"The Most Requested Suite at Monte Carlo’s Hôtel Hermitage","type":"blog-details-text"},"created":1574717304,"element":"4ed85fe6a101","updated":1574717304,"user_id":4808},"ffe64919-094a-44ad-81c3-c547ae90aa8e":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"ffe64919-094a-44ad-81c3-c547ae90aa8e","content":{"bg.class":"bg-2","btn.class":"btn-warning","button":{"title":"SUBMIT","action":"url","url":"","open_in":"same_window"},"template":{"file":"contact_us.ejs","name":"Contact Us"},"title":"Contact Us Today!","type":"form"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808},"fff88306-af48-4e84-a719-e8fcd703fa95":{"team_id":4808,"website_id":"92559eba-68cb-4a1d-b193-3a48aabf33f1","revision":"83323ea0-0fca-11ea-8f82-fe6644c49dbc","id":"fff88306-af48-4e84-a719-e8fcd703fa95","content":{"bg.class":"","btn.class":"btn-navy-blue","button":{"title":"Join Us Today!","action":"page","url":"728abd29-cbcc-4664-929d-439a7a311f4d","open_in":"same_window"},"custom_bg.container_bg":{"custom_bg.image":"https://s3.amazonaws.com/wsbx.prod.assets/team/1/assets/upload_a8c35f1fb40bcb74afed9646315944ce.jpg","custom_bg.color":"","custom_bg.repeat":false},"listings":[],"location":"text-center","mls_id":4,"style":"wsbx-intro-style-9","subtitle":"Price &amp; Company Realty, Inc. has gained a well–deserved reputation as a top Myrtle beach, South Carolina real estate brokerage. We couldn’t have done this without the help of our professional and well–trained staff.","template":{"file":"call_to_action.ejs","name":"Call To Action"},"title":"Our Agents","type":"intro"},"created":1574717304,"element":null,"updated":1574717304,"user_id":4808}},"_is_cache":true}, 
            {"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjpmYWxzZSwicGF5bG9hZCI6eyJ3ZWJzaXRlX2lkIjoiOTI1NTllYmEtNjhjYi00YTFkLWIxOTMtM2E0OGFhYmYzM2YxIn0sInByaXZpbGVnZXMiOlsiYXBpLnNlY29uZC5wYXJ0eS5hY2Nlc3MiLCJjbGllbnQucmVhbHRvci5ieS50ZWFtLjQ4MDgiXSwiaWF0IjoxNjkzMDIzNzU2LCJleHAiOjE2OTMwNTI1NTYsImlzcyI6IndzYngtcmVuZGVyLXByb2R1Y3Rpb24ifQ.mc-JLmRbSaMZwMrxZqyKsSEAdTk3J6Pq0XICR0neUso","session_id":"G-jtrdwWvbMM0aDKrmL31O8CfKjIMgjj"},
            true, 
            '5.1.8', 
            'https://cdn.websitebox.com', 
            'en', 
            {"4":{"mls_id":4,"mls_code":"CCAR","active":true,"declined":false,"agent_id":"","office_id":"776"},"2000004808":{"mls_id":2000004808,"mls_code":"Supplemental","active":true},"google.analytics":false,"facebook.pixel":false,"_is_cache":true,"metrolistco_target":false}, 
            {"list_trac":false,"mls":{"4":{"state_license":false,"member_state_license":"","state":"SC"}}}, 
            {"id":"783483696","label":"JBs2CPmX2ZkBELCGzPUC"},
            {"ADV_APP_VISITED":"adv.app.visited","ADV_APP_PAUSED":"adv.app.paused","ADV_APP_CAMPAIGN_LAUNCHED":"adv.app.campaign.launched","ADV_APP_RENEWED":"adv.app.renewed","ADV_APP_CANCELLED":"adv.app.cancelled","ADV_APP_REFUNDED":"adv.app.refunded","AUTH_LOGIN":"auth.login","AUTH_LOGIN_FAILED":"auth.login.failed","AUTH_CHANGED_PWD":"auth.changed.password","AUTH_TEAM_INVITED":"auth.team.invited","AUTH_TEAM_JOINED":"auth.team.joined","BILLING_INVOICED":"billing.invoiced","BILLING_FAILURE":"billing.failure","BILLING_FAILURE_SIGNUP":"billing.failure.signup","BILLING_SUCCESS":"billing.success","BILLING_USED_COUPON":"billing.used.coupon","BILLING_CANCELLED":"billing.cancelled","BILLING_ACCOUNT_REFUND_REQUEST":"billing.account.refund.request","BILLING_ACCOUNT_REFUNDED":"billing.account.refunded","BILLING_INVOICE_REFUNDED":"billing.invoice.refunded","BILLING_PRODUCT_LEVEL_UP":"billing.product.level.up","BILLING_PRODUCT_LEVEL_DOWN":"billing.product.level.down","BILLING_INVOICE_RETRY":"billing.invoice.retry","BILLING_PLAN_RENEWAL":"billing.plan.renewal","BILLING_PLAN_REACTIVATE":"billing.plan.reactivate","CANCELLATION_SURVEY_SENT":"cancellation.survey.sent","CANCELLATION_SURVEY_FILLED":"cancellation.survey.filled","CANCELLATION_RETENTION":"cancellation.retention","BLOG_APP_ENABLED":"blog.app.enabled","BLOG_APP_DISABLED":"blog.app.disabled","BLOG_APP_POSTED":"blog.app.posted","BLOG_APP_PURCHASED":"blog.app.purchased","BLOG_APP_REFUNDED":"blog.app.refunded","DOMAIN_CREATED":"domain.created","DOMAIN_DNS_CHANGED":"domain.dns.changed","DOMAIN_PURCHASED":"domain.purchased","DOMAIN_RENEWED":"domain.renewed","DOMAIN_REFUNDED":"domain.refunded","DOMAIN_TRANSFERED":"domain.transfered","DOMAIN_VALIDATE":"domain.validate","IDX_PW_START":"idx.paperwork.started","IDX_PW_SIGNED":"idx.paperwork.signed","IDX_ACTIVATED":"idx.paperwork.activated","IDX_PURCHASED":"idx.paperwork.purchased","IDX_RENEWED":"idx.paperwork.renewed","IDX_DISABLED":"idx.paperwork.disabled","IDX_REMOVED":"idx.paperwork.removed","LC_LEAD_CAPTURED":"lc.lead.captured","LC_APP_ENABLED":"lc.app.enabled","LC_APP_DISABLED":"lc.app.disabled","LC_APP_PURCHASED":"lc.app.purchased","LC_APP_REFUNDED":"lc.app.refunded","LC_LEAD_LOGIN_SUCCESS":"lc.lead.login.success","LC_LEAD_LOGIN_FAIL":"lc.lead.login.fail","LIFECYCLE_ONBOARDED":"lifecycle.onboarded","LIFECYCLE_CSR_ONBOARDED":"lifecycle.csr.onboarded","LIFECYCLE_SELF_ONBOARDED":"lifecycle.self.onboarded","LIFECYCLE_CANCELLED":"lifecycle.cancelled","LIFECYCLE_INTERCOM_LEAD":"lifecycle.intercom.lead","LP_CREATED":"lp.created","LP_SAVED":"lp.saved","LP_PUBLISHED":"lp.published","LP_PURCHASED":"lp.purchased","LP_REFUNDED":"lp.refunded","REGISTERED":"registered","REGISTERED_PROFILE":"registered.profile","REGISTERED_PAID":"registered.paid","REGISTERED_DONE":"registered.done","REGISTERED_OB_BOOKED":"registered.ob.booked","REGISTERED_OB_DONE":"registered.ob.done","REGISTERED_THEME_SELECTED":"registered.theme.selected","REGISTERED_CONTENT_SELECTED":"registered.content.selected","REGISTERED_DOMAIN_DONE":"registered.domain.done","REGISTERED_MLS_DONE":"registered.mls.done","REGISTERED_INTEGRATION_DONE":"registered.integration.done","REGISTERED_PHOTO_LOGO_DONE":"registered.photo.logo.done","REGISTERED_CUSTOM_HEADER_DONE":"registered.custom.header.done","REGISTERED_ORIGINAL_PRODUCT":"registered.original.product","MARKETING_EMAIL":"marketing.email","MARKETING_EMAIL_READ":"marketing.email.read","MARKETING_INSIGHT":"marketing.insight","MARKETING_INSIGHT_INT":"marketing.insight.interacted","MARKETING_PHONE":"marketing.phone","SEGMENT_ENTERED":"segment.entered","SEGMENT_LEFT":"segment.left","ROLE_GRANTED":"role.granted","ROLE_REVOKED":"role.revoked","SSL_INT_ENABLED":"ssl.int.enabled","SSL_INT_DISABLED":"ssl.int.disabled","SSL_PLUGIN_ENABLED":"ssl.plugin.enabled","SSL_PLUGIN_DISABLED":"ssl.plugin.disabled","SSL_PLUGIN_PURCHASE":"ssl.plugin.purchase","SSL_PLUGIN_REFUNDED":"ssl.plugin.refunded","STORE_CART_ABANDONED":"store.cart.abandoned","STORE_PAY_METHOD_ADDED":"store.payment.method.added","STORE_PAY_METHOD_REMOVED":"store.payment.method.removed","STORE_CART_CHECKOUT_STARTED":"store.cart.checkout.started","STORE_CART_PRODUCT_ADDED":"store.cart.product.added","SUPPORT_PHONE":"support.phone","SUPPORT_CHAT":"support.chat","SUPPORT_EMAIL":"support.email","VISIT_DASHBOARD":"visit.dashboard","VISIT_CORPORATE":"visit.corporate","VISIT_STORE":"visit.store","VISIT_STORE_PRODUCT":"visit.store.product","WEBSITE_CREATED":"website.created","WEBSITE_SAVED":"website.saved","WEBSITE_PUBLISHED":"website.published","WEBSITE_PURCHASED":"website.purchased","WEBSITE_REFUNDED":"website.refunded","API_RESPONDED_400":"api.responded.400","API_RESPONDED_401":"api.responded.401","API_RESPONDED_409":"api.responded.409","API_RESPONDED_500":"api.responded.500","AUTOMATED_EMAIL_CREATED":"automated.email.created","COUPON_VALIDATED":"coupon.validated","TEAM_SETTING_CREATED":"team.setting.created","TEAM_SETTING_UPDATED":"team.setting.updated","TEAM_SETTING_DELETED":"team.setting.deleted","USER_SETTING_CREATED":"user.setting.created","USER_SETTING_UPDATED":"user.setting.updated","USER_SETTING_DELETED":"user.setting.deleted","AGENT_CREATED":"agent.created","AGENT_UPDATED":"agent.updated","AGENTS_LISTED":"agents.listed","AGENT_SEARCHED":"agent.listed","AGENT_DELETED":"agent.deleted","OFFICE_CREATED":"office.created","OFFICE_UPDATED":"office.updated","OFFICES_LISTED":"offices.listed","OFFICE_SEARCHED":"office.searched","OFFICE_DELETED":"office.deleted","LISTING_CREATED":"listing.created","LISTING_UPDATED":"listing.updated","LISTINGS_LISTED":"listings.listed","LISTING_SEARCHED":"listing.searched","LISTING_DELETED":"listing.deleted","DOCUMENT_CREATED":"document.created","DOCUMENT_UPDATED":"document.updated","DOCUMENT_DELETED":"document.deleted","VISITED_DASHBOARD":"visited.dashboard","VISITED_CORPORATE":"visited.corporate","VISITED_STORE":"visited.store","VISITED_STORE_PRODUCT":"visited.store.product","TEST_EVENT":"test.event"}, 
            {"adv.app.visited":{"key":"ADV_APP_VISITED","id":"adv.app.visited","sync_to_intercom":false,"sync_to_segment":true},"adv.app.paused":{"key":"ADV_APP_PAUSED","id":"adv.app.paused","sync_to_intercom":false,"sync_to_segment":true},"adv.app.campaign.launched":{"key":"ADV_APP_CAMPAIGN_LAUNCHED","id":"adv.app.campaign.launched","sync_to_intercom":false,"sync_to_segment":true},"adv.app.renewed":{"key":"ADV_APP_RENEWED","id":"adv.app.renewed","sync_to_intercom":false,"sync_to_segment":true},"adv.app.cancelled":{"key":"ADV_APP_CANCELLED","id":"adv.app.cancelled","sync_to_intercom":false,"sync_to_segment":true},"adv.app.refunded":{"key":"ADV_APP_REFUNDED","id":"adv.app.refunded","sync_to_intercom":false,"sync_to_segment":true},"auth.login":{"key":"AUTH_LOGIN","id":"auth.login","sync_to_intercom":false,"sync_to_segment":true},"auth.login.failed":{"key":"AUTH_LOGIN_FAILED","id":"auth.login.failed","sync_to_intercom":false,"sync_to_segment":true},"auth.changed.password":{"key":"AUTH_CHANGED_PWD","id":"auth.changed.password","sync_to_intercom":false,"sync_to_segment":true},"auth.team.invited":{"key":"AUTH_TEAM_INVITED","id":"auth.team.invited","sync_to_intercom":false,"sync_to_segment":true},"auth.team.joined":{"key":"AUTH_TEAM_JOINED","id":"auth.team.joined","sync_to_intercom":false,"sync_to_segment":true},"billing.invoiced":{"key":"BILLING_INVOICED","id":"billing.invoiced","sync_to_intercom":false,"sync_to_segment":true},"billing.failure":{"key":"BILLING_FAILURE","id":"billing.failure","sync_to_intercom":false,"sync_to_segment":true},"billing.failure.signup":{"key":"BILLING_FAILURE_SIGNUP","id":"billing.failure.signup","sync_to_intercom":false,"sync_to_segment":true},"billing.success":{"key":"BILLING_SUCCESS","id":"billing.success","sync_to_intercom":false,"sync_to_segment":true},"billing.used.coupon":{"key":"BILLING_USED_COUPON","id":"billing.used.coupon","sync_to_intercom":false,"sync_to_segment":true},"billing.cancelled":{"key":"BILLING_CANCELLED","id":"billing.cancelled","segment_name":"CancelSubscription","sync_to_intercom":false,"sync_to_segment":false,"sync_to_fb_pixel":true},"billing.account.refund.request":{"key":"BILLING_ACCOUNT_REFUND_REQUEST","id":"billing.account.refund.request","sync_to_intercom":false,"sync_to_segment":true},"billing.account.refunded":{"key":"BILLING_ACCOUNT_REFUNDED","id":"billing.account.refunded","sync_to_intercom":false,"sync_to_segment":true},"billing.invoice.refunded":{"key":"BILLING_INVOICE_REFUNDED","id":"billing.invoice.refunded","sync_to_intercom":false,"sync_to_segment":true},"billing.product.level.up":{"key":"BILLING_PRODUCT_LEVEL_UP","id":"billing.product.level.up","sync_to_intercom":false,"sync_to_segment":true},"billing.product.level.down":{"key":"BILLING_PRODUCT_LEVEL_DOWN","id":"billing.product.level.down","sync_to_intercom":false,"sync_to_segment":true},"billing.invoice.retry":{"key":"BILLING_INVOICE_RETRY","id":"billing.invoice.retry","sync_to_intercom":false,"sync_to_segment":true},"billing.plan.renewal":{"key":"BILLING_PLAN_RENEWAL","id":"billing.plan.renewal","segment_name":"RecurringSubscriptionPayment","sync_to_intercom":false,"sync_to_segment":false,"sync_to_fb_pixel":true},"billing.plan.reactivate":{"key":"BILLING_PLAN_REACTIVATE","id":"billing.plan.reactivate","segment_name":"ReactivateSubscription","sync_to_intercom":false,"sync_to_segment":true},"cancellation.survey.sent":{"key":"CANCELLATION_SURVEY_SENT","id":"cancellation.survey.sent","sync_to_intercom":false,"sync_to_segment":true},"cancellation.survey.filled":{"key":"CANCELLATION_SURVEY_FILLED","id":"cancellation.survey.filled","sync_to_intercom":false,"sync_to_segment":true},"cancellation.retention":{"key":"CANCELLATION_RETENTION","id":"cancellation.retention","sync_to_intercom":false,"sync_to_segment":true},"blog.app.enabled":{"key":"BLOG_APP_ENABLED","id":"blog.app.enabled","sync_to_intercom":false,"sync_to_segment":true},"blog.app.disabled":{"key":"BLOG_APP_DISABLED","id":"blog.app.disabled","sync_to_intercom":false,"sync_to_segment":true},"blog.app.posted":{"key":"BLOG_APP_POSTED","id":"blog.app.posted","sync_to_intercom":false,"sync_to_segment":true},"blog.app.purchased":{"key":"BLOG_APP_PURCHASED","id":"blog.app.purchased","sync_to_intercom":false,"sync_to_segment":true},"blog.app.refunded":{"key":"BLOG_APP_REFUNDED","id":"blog.app.refunded","sync_to_intercom":false,"sync_to_segment":true},"domain.created":{"key":"DOMAIN_CREATED","id":"domain.created","sync_to_intercom":false,"sync_to_segment":true},"domain.dns.changed":{"key":"DOMAIN_DNS_CHANGED","id":"domain.dns.changed","sync_to_intercom":false,"sync_to_segment":true},"domain.purchased":{"key":"DOMAIN_PURCHASED","id":"domain.purchased","sync_to_intercom":false,"sync_to_segment":true},"domain.renewed":{"key":"DOMAIN_RENEWED","id":"domain.renewed","sync_to_intercom":false,"sync_to_segment":true},"domain.refunded":{"key":"DOMAIN_REFUNDED","id":"domain.refunded","sync_to_intercom":false,"sync_to_segment":true},"domain.transfered":{"key":"DOMAIN_TRANSFERED","id":"domain.transfered","sync_to_intercom":false,"sync_to_segment":true},"domain.validate":{"key":"DOMAIN_VALIDATE","id":"domain.validate","sync_to_intercom":false,"sync_to_segment":false},"idx.paperwork.started":{"key":"IDX_PW_START","id":"idx.paperwork.started","sync_to_intercom":false,"sync_to_segment":true},"idx.paperwork.signed":{"key":"IDX_PW_SIGNED","id":"idx.paperwork.signed","sync_to_intercom":false,"sync_to_segment":true},"idx.paperwork.activated":{"key":"IDX_ACTIVATED","id":"idx.paperwork.activated","sync_to_intercom":false,"sync_to_segment":true},"idx.paperwork.purchased":{"key":"IDX_PURCHASED","id":"idx.paperwork.purchased","sync_to_intercom":false,"sync_to_segment":true},"idx.paperwork.renewed":{"key":"IDX_RENEWED","id":"idx.paperwork.renewed","sync_to_intercom":false,"sync_to_segment":true},"idx.paperwork.disabled":{"key":"IDX_DISABLED","id":"idx.paperwork.disabled","sync_to_intercom":false,"sync_to_segment":true},"idx.paperwork.removed":{"key":"IDX_REMOVED","id":"idx.paperwork.removed","sync_to_intercom":false,"sync_to_segment":true},"lc.lead.captured":{"key":"LC_LEAD_CAPTURED","id":"lc.lead.captured","sync_to_intercom":false,"sync_to_segment":true,"aggregate_type":"count","aggregates_to":"Total_Leads_Captured"},"lc.app.enabled":{"key":"LC_APP_ENABLED","id":"lc.app.enabled","sync_to_intercom":false,"sync_to_segment":true},"lc.app.disabled":{"key":"LC_APP_DISABLED","id":"lc.app.disabled","sync_to_intercom":false,"sync_to_segment":true},"lc.app.purchased":{"key":"LC_APP_PURCHASED","id":"lc.app.purchased","sync_to_intercom":false,"sync_to_segment":true},"lc.app.refunded":{"key":"LC_APP_REFUNDED","id":"lc.app.refunded","sync_to_intercom":false,"sync_to_segment":true},"lc.lead.login.success":{"key":"LC_LEAD_LOGIN_SUCCESS","id":"lc.lead.login.success","sync_to_intercom":false,"sync_to_segment":true},"lc.lead.login.fail":{"key":"LC_LEAD_LOGIN_FAIL","id":"lc.lead.login.fail","sync_to_intercom":false,"sync_to_segment":true},"lifecycle.onboarded":{"key":"LIFECYCLE_ONBOARDED","id":"lifecycle.onboarded","sync_to_intercom":false,"sync_to_segment":true},"lifecycle.csr.onboarded":{"key":"LIFECYCLE_CSR_ONBOARDED","id":"lifecycle.csr.onboarded","sync_to_intercom":false,"sync_to_segment":true},"lifecycle.self.onboarded":{"key":"LIFECYCLE_SELF_ONBOARDED","id":"lifecycle.self.onboarded","sync_to_intercom":false,"sync_to_segment":true},"lifecycle.cancelled":{"key":"LIFECYCLE_CANCELLED","id":"lifecycle.cancelled","sync_to_intercom":false,"sync_to_segment":true},"lifecycle.intercom.lead":{"key":"LIFECYCLE_INTERCOM_LEAD","id":"lifecycle.intercom.lead","sync_to_intercom":false,"sync_to_segment":true},"lp.created":{"key":"LP_CREATED","id":"lp.created","sync_to_intercom":false,"sync_to_segment":true},"lp.saved":{"key":"LP_SAVED","id":"lp.saved","sync_to_intercom":false,"sync_to_segment":true},"lp.published":{"key":"LP_PUBLISHED","id":"lp.published","sync_to_intercom":false,"sync_to_segment":true},"lp.purchased":{"key":"LP_PURCHASED","id":"lp.purchased","sync_to_intercom":false,"sync_to_segment":true},"lp.refunded":{"key":"LP_REFUNDED","id":"lp.refunded","sync_to_intercom":false,"sync_to_segment":true},"registered":{"key":"REGISTERED","id":"registered","sync_to_intercom":false,"sync_to_segment":false},"registered.profile":{"key":"REGISTERED_PROFILE","id":"registered.profile","sync_to_intercom":false,"sync_to_segment":false},"registered.paid":{"key":"REGISTERED_PAID","id":"registered.paid","sync_to_intercom":false,"sync_to_segment":false,"segment_remap":{"value":"revenue"}},"registered.done":{"key":"REGISTERED_DONE","id":"registered.done","sync_to_intercom":false,"sync_to_segment":true},"registered.ob.booked":{"key":"REGISTERED_OB_BOOKED","id":"registered.ob.booked","sync_to_intercom":false,"sync_to_segment":true},"registered.ob.done":{"key":"REGISTERED_OB_DONE","id":"registered.ob.done","sync_to_intercom":false,"sync_to_segment":true},"registered.theme.selected":{"key":"REGISTERED_THEME_SELECTED","id":"registered.theme.selected","sync_to_intercom":false,"sync_to_segment":false},"registered.content.selected":{"key":"REGISTERED_CONTENT_SELECTED","id":"registered.content.selected","sync_to_intercom":false,"sync_to_segment":false},"registered.domain.done":{"key":"REGISTERED_DOMAIN_DONE","id":"registered.domain.done","sync_to_intercom":false,"sync_to_segment":false},"registered.mls.done":{"key":"REGISTERED_MLS_DONE","id":"registered.mls.done","sync_to_intercom":false,"sync_to_segment":false},"registered.integration.done":{"key":"REGISTERED_INTEGRATION_DONE","id":"registered.integration.done","sync_to_intercom":false,"sync_to_segment":false},"registered.photo.logo.done":{"key":"REGISTERED_PHOTO_LOGO_DONE","id":"registered.photo.logo.done","sync_to_intercom":false,"sync_to_segment":false},"registered.custom.header.done":{"key":"REGISTERED_CUSTOM_HEADER_DONE","id":"registered.custom.header.done","sync_to_intercom":false,"sync_to_segment":false},"registered.original.product":{"key":"REGISTERED_ORIGINAL_PRODUCT","id":"registered.original.product","sync_to_intercom":false,"sync_to_segment":true},"marketing.email":{"key":"MARKETING_EMAIL","id":"marketing.email","sync_to_intercom":false,"sync_to_segment":true},"marketing.email.read":{"key":"MARKETING_EMAIL_READ","id":"marketing.email.read","sync_to_intercom":false,"sync_to_segment":true},"marketing.insight":{"key":"MARKETING_INSIGHT","id":"marketing.insight","sync_to_intercom":false,"sync_to_segment":true},"marketing.insight.interacted":{"key":"MARKETING_INSIGHT_INT","id":"marketing.insight.interacted","sync_to_intercom":false,"sync_to_segment":true},"marketing.phone":{"key":"MARKETING_PHONE","id":"marketing.phone","sync_to_intercom":false,"sync_to_segment":true},"segment.entered":{"key":"SEGMENT_ENTERED","id":"segment.entered","sync_to_intercom":false,"sync_to_segment":true},"segment.left":{"key":"SEGMENT_LEFT","id":"segment.left","sync_to_intercom":false,"sync_to_segment":true},"role.granted":{"key":"ROLE_GRANTED","id":"role.granted","sync_to_intercom":false,"sync_to_segment":true},"role.revoked":{"key":"ROLE_REVOKED","id":"role.revoked","sync_to_intercom":false,"sync_to_segment":true},"ssl.int.enabled":{"key":"SSL_INT_ENABLED","id":"ssl.int.enabled","sync_to_intercom":false,"sync_to_segment":true},"ssl.int.disabled":{"key":"SSL_INT_DISABLED","id":"ssl.int.disabled","sync_to_intercom":false,"sync_to_segment":true},"ssl.plugin.enabled":{"key":"SSL_PLUGIN_ENABLED","id":"ssl.plugin.enabled","sync_to_intercom":false,"sync_to_segment":true},"ssl.plugin.disabled":{"key":"SSL_PLUGIN_DISABLED","id":"ssl.plugin.disabled","sync_to_intercom":false,"sync_to_segment":true},"ssl.plugin.purchase":{"key":"SSL_PLUGIN_PURCHASE","id":"ssl.plugin.purchase","sync_to_intercom":false,"sync_to_segment":true},"ssl.plugin.refunded":{"key":"SSL_PLUGIN_REFUNDED","id":"ssl.plugin.refunded","sync_to_intercom":false,"sync_to_segment":true},"store.cart.abandoned":{"key":"STORE_CART_ABANDONED","id":"store.cart.abandoned","sync_to_intercom":false,"sync_to_segment":true},"store.payment.method.added":{"key":"STORE_PAY_METHOD_ADDED","id":"store.payment.method.added","sync_to_intercom":false,"sync_to_segment":true},"store.payment.method.removed":{"key":"STORE_PAY_METHOD_REMOVED","id":"store.payment.method.removed","sync_to_intercom":false,"sync_to_segment":true},"store.cart.checkout.started":{"key":"STORE_CART_CHECKOUT_STARTED","id":"store.cart.checkout.started","sync_to_intercom":false,"sync_to_segment":false},"store.cart.product.added":{"key":"STORE_CART_PRODUCT_ADDED","id":"store.cart.product.added","sync_to_intercom":false,"sync_to_segment":false},"support.phone":{"key":"SUPPORT_PHONE","id":"support.phone","sync_to_intercom":false,"sync_to_segment":true},"support.chat":{"key":"SUPPORT_CHAT","id":"support.chat","sync_to_intercom":false,"sync_to_segment":true},"support.email":{"key":"SUPPORT_EMAIL","id":"support.email","sync_to_intercom":false,"sync_to_segment":true},"visit.dashboard":{"key":"VISIT_DASHBOARD","id":"visit.dashboard","sync_to_intercom":false,"sync_to_segment":true},"visit.corporate":{"key":"VISIT_CORPORATE","id":"visit.corporate","sync_to_intercom":false,"sync_to_segment":true},"visit.store":{"key":"VISIT_STORE","id":"visit.store","sync_to_intercom":false,"sync_to_segment":true},"visit.store.product":{"key":"VISIT_STORE_PRODUCT","id":"visit.store.product","sync_to_intercom":false,"sync_to_segment":true},"website.created":{"key":"WEBSITE_CREATED","id":"website.created","sync_to_intercom":false,"sync_to_segment":true},"website.saved":{"key":"WEBSITE_SAVED","id":"website.saved","sync_to_intercom":false,"sync_to_segment":false},"website.published":{"key":"WEBSITE_PUBLISHED","id":"website.published","sync_to_intercom":false,"sync_to_segment":true},"website.purchased":{"key":"WEBSITE_PURCHASED","id":"website.purchased","sync_to_intercom":false,"sync_to_segment":true},"website.refunded":{"key":"WEBSITE_REFUNDED","id":"website.refunded","sync_to_intercom":false,"sync_to_segment":true},"api.responded.400":{"key":"API_RESPONDED_400","id":"api.responded.400"},"api.responded.401":{"key":"API_RESPONDED_401","id":"api.responded.401"},"api.responded.409":{"key":"API_RESPONDED_409","id":"api.responded.409"},"api.responded.500":{"key":"API_RESPONDED_500","id":"api.responded.500"},"automated.email.created":{"key":"AUTOMATED_EMAIL_CREATED","id":"automated.email.created","sync_to_intercom":false,"sync_to_segment":true},"coupon.validated":{"key":"COUPON_VALIDATED","id":"coupon.validated","sync_to_intercom":false,"sync_to_segment":true},"team.setting.created":{"key":"TEAM_SETTING_CREATED","id":"team.setting.created","sync_to_intercom":false,"sync_to_segment":true},"team.setting.updated":{"key":"TEAM_SETTING_UPDATED","id":"team.setting.updated","sync_to_intercom":false,"sync_to_segment":true},"team.setting.deleted":{"key":"TEAM_SETTING_DELETED","id":"team.setting.deleted","sync_to_intercom":false,"sync_to_segment":true},"user.setting.created":{"key":"USER_SETTING_CREATED","id":"user.setting.created","sync_to_intercom":false,"sync_to_segment":true},"user.setting.updated":{"key":"USER_SETTING_UPDATED","id":"user.setting.updated","sync_to_intercom":false,"sync_to_segment":true},"user.setting.deleted":{"key":"USER_SETTING_DELETED","id":"user.setting.deleted","sync_to_intercom":false,"sync_to_segment":true},"agent.created":{"key":"AGENT_CREATED","id":"agent.created","sync_to_intercom":false,"sync_to_segment":true},"agent.updated":{"key":"AGENT_UPDATED","id":"agent.updated","sync_to_intercom":false,"sync_to_segment":true},"agents.listed":{"key":"AGENTS_LISTED","id":"agents.listed"},"agent.listed":{"key":"AGENT_SEARCHED","id":"agent.listed","sync_to_intercom":false,"sync_to_segment":true},"agent.deleted":{"key":"AGENT_DELETED","id":"agent.deleted","sync_to_intercom":false,"sync_to_segment":true},"office.created":{"key":"OFFICE_CREATED","id":"office.created","sync_to_intercom":false,"sync_to_segment":true},"office.updated":{"key":"OFFICE_UPDATED","id":"office.updated","sync_to_intercom":false,"sync_to_segment":true},"offices.listed":{"key":"OFFICES_LISTED","id":"offices.listed"},"office.searched":{"key":"OFFICE_SEARCHED","id":"office.searched","sync_to_intercom":false,"sync_to_segment":true},"office.deleted":{"key":"OFFICE_DELETED","id":"office.deleted","sync_to_intercom":false,"sync_to_segment":true},"listing.created":{"key":"LISTING_CREATED","id":"listing.created","sync_to_intercom":false,"sync_to_segment":true},"listing.updated":{"key":"LISTING_UPDATED","id":"listing.updated","sync_to_intercom":false,"sync_to_segment":true},"listings.listed":{"key":"LISTINGS_LISTED","id":"listings.listed"},"listing.searched":{"key":"LISTING_SEARCHED","id":"listing.searched","sync_to_intercom":false,"sync_to_segment":true},"listing.deleted":{"key":"LISTING_DELETED","id":"listing.deleted","sync_to_intercom":false,"sync_to_segment":true},"document.created":{"key":"DOCUMENT_CREATED","id":"document.created","sync_to_intercom":false,"sync_to_segment":false},"document.updated":{"key":"DOCUMENT_UPDATED","id":"document.updated","sync_to_intercom":false,"sync_to_segment":true},"document.deleted":{"key":"DOCUMENT_DELETED","id":"document.deleted","sync_to_intercom":false,"sync_to_segment":false},"visited.dashboard":{"key":"VISITED_DASHBOARD","id":"visited.dashboard","sync_to_intercom":false,"sync_to_segment":true},"visited.corporate":{"key":"VISITED_CORPORATE","id":"visited.corporate","sync_to_intercom":false,"sync_to_segment":true},"visited.store":{"key":"VISITED_STORE","id":"visited.store","sync_to_intercom":false,"sync_to_segment":true},"visited.store.product":{"key":"VISITED_STORE_PRODUCT","id":"visited.store.product","sync_to_intercom":false,"sync_to_segment":true},"test.event":{"key":"TEST_EVENT","id":"test.event","sync_to_intercom":true}}, 
            {}
        );
    </script>

    
        <script src="https://cdn.websitebox.com/js-wsbx-common/v5.1.8/js-wsbx-common.min.js"></script>
    
    
        <script src="https://cdn.websitebox.com/js-wsbx-accounts/v5.1.7/js-wsbx-accounts.min.js"></script>
    

    <!-- App Vendors -->
    <script src="https://cdn.websitebox.com/node-wsbx-render/v5.0.46/render-assets-vendor.min.js"></script>
</html>