<!DOCTYPE html>




<html lang="en">
<!--
   _____                 _    __ _____  ___  
  |  __ \               | |  /_ | ____|/ _ \ 
  | |__) |___  __ _  ___| |__ | | |__ | | | |
  |  _  // _ \/ _  |/ __|  _ \| |___ \| | | |
  | | \ \  __/ (_| | (__| | | | |___) | |_| |
  |_|  \_\___|\__,_|\___|_| |_|_|____/ \___/ 
                                                   
  Referral Management for Relationship Businesses

-->
<!-- Header -->
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>

    
    
      <title>Donna DeSantis recommends Robyn Jones</title>
    
    
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />

    
    <meta name="description" content="Our family was evacuated from our home by the National Guard and we relocated to Austin. We were trying to figure out how to get back to Katy to be ready to start repairs and get the kids back in school. Frankly we were overwhelmed. I saw NextHome on Facebook and reached out for assistance. In less than 24 hours from my post to them I was able to submit an application to lease a home. Immediately the level of stress that we were feeling lessened. We are so ready to finalize everything and head home. Robyn and her Team have been nothing short of wonderful and understanding."/>
	
	
	<meta name="keywords" content="Robyn Jones,Real Estate Broker,NextHome Real Estate Place,Review" />
	
	
	
	<meta name="robots" content="noindex" />
	
	
	
	<link rel="canonical" href="http://reach150.com/m/review/52765/robyn-jones/172919/donna-desantis-recommends-robyn-jones" />
	
	
    
    <meta property="og:url" content="http://reach150.com/m/review/52765/robyn-jones/172919/donna-desantis-recommends-robyn-jones"> 
    <meta name="title" property="og:title" content="Donna DeSantis recommends Robyn Jones" />
    
    
       <meta property="og:image" content="http://ads.reach150.com/social/images/172919_D2umwMneA2_fb.png" />
       <meta property="og:image:type" content="image/png" />
       <meta property="og:image:width" content="940" />
       <meta property="og:image:height" content="492" />
    
    <meta property="og:description" content="Our family was evacuated from our home by the National Guard and we relocated to Austin. We were trying to figure out how to get back to Katy to be ready to start repairs and get the kids back in school. Frankly we were overwhelmed. I saw NextHome on Facebook and reached out for assistance. In less than 24 hours from my post to them I was able to submit an application to lease a home. Immediately the level of stress that we were feeling lessened. We are so ready to finalize everything and head home. Robyn and her Team have been nothing short of wonderful and understanding."/>
    <meta property="fb:app_id" content="178048208885888" />

    <!--Add FA to main CSS-->
    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
    <link rel="stylesheet" type="text/css" href="/profile/css/vendor/animate.css">

    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" type="text/css" href="//reach150-resources.s3.amazonaws.com/css/user/52765/a749f94c09c9875be7cad92f66940904.css">

    <!-- Printer Friendly CSS -->
    <link rel="stylesheet" type="text/css" media="print" href="/profile/css/print.css">

    <link rel="shortcut icon" href="/profile/img/favicon.ico" type="image/x-icon">
    <link rel="icon" href="/profile/img/favicon.ico" type="image/x-icon">

    <script src="//widget.cloudinary.com/global/all.js"></script>

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
       <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
       <link rel="stylesheet" type="text/css" href="profile/css/ie.css">
    <![endif]-->

    
    <script type="application/ld+json">
    {
        "@context": "http://schema.org/",
        "@type": "AggregateRating",
        "ratingValue": 5.0,
        "reviewCount": 16,
        "itemReviewed": {
            
            "@type": "Person",
            "name": "Robyn Jones"
            
            
        }
    }
    </script>
    

    <!--WOW Animate --> 
    <script src="/profile/js/vendor/wow.js"></script>
    <script>
      wow = new WOW(
          {
            mobile: false       
          }
        );
      wow.init();

      cloudinary.setCloudName('reach150');
    
      function openUploadWidget(buttonId, upload_preset, cropping_ratio, allow_camera, iframeId, formId, fieldId, targetObjId) {
        cloudinary.openUploadWidget(
            {'upload_preset': upload_preset,
                               'sources': (allow_camera)?['local', 'url', 'camera']:['local', 'url'],
                           'multiple' : false,
                           'tags' : [
                              
                                  'entry',
                                  targetObjId],
                           'cropping': (cropping_ratio!=null)?'server':null,
                       'cropping_aspect_ratio': cropping_ratio,
                       'resource_type': 'image',
                       'client_allowed_formats': [ 'jpg','png','gif'],
                       'form': formId,
                       'theme': 'minimal',
                       'show_powered_by': false,
                       'field_name': 'cloudinaryFileDetails',
                       'thumbnail_transformation': { width: 150, height: 150, crop: 'limit' } 
                           }, 
            function(error, result) {
                  //console.log(result);
              if (result != null && result[0] != null && result[0].public_id) { 
                    var recoIframe = $("#" + iframeId);
                    recoIframe.contents().find("#" + fieldId).val(result[0].public_id);

                    document.getElementById(iframeId).contentWindow.displayThumbnailUrl(result[0].thumbnail_url);
              }
               });
      };

      function displayPendingReco(recoDetails) {
        var template = $('#pending-rec-template').html();
        var rendered = Mustache.render(template, recoDetails);
        var pendingRecoDiv = $('#pendingRecoDiv');
        pendingRecoDiv.html(rendered);
        pendingRecoDiv.css({ "display": "block" });

        var firstPersonRecMsgDiv = $("#firstPersonRecMsgDiv");

        if (firstPersonRecMsgDiv.length) { 
            firstPersonRecMsgDiv.hide();         
        }

      };

      function postAddReco(entryId, userId) {
        $('#entryId').val(entryId);
        var userIdField = $('#userId');
        if (userIdField.length) {
          userIdField.val(userId);
        }

        window.setTimeout(function() {$('#r_referral_Modal').modal('show')}, 500);
      };

   </script>
   


    <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','//www.google-analytics.com/analytics.js','ga');

     ga('create', 'UA-20670174-1', 'auto');
     ga('send', 'pageview');
    </script>
    <script src="//static.getclicky.com/js" type="text/javascript">
    </script>
    <script type="text/javascript">
        try{ 
        	var jsuid = clicky.get_cookie('_jsuid');
			if (!jsuid) {
				jsuid = clicky.randy();
			}
	        clicky.set_cookie('_jsuid',jsuid,720*86400);
			
            clicky.init(100553087); 
        }
        catch(e){}
    </script>





</head>


<body>
  
<!-- Social Sharing Configuration -->

	
	


	




	
	
	
	
	


	


<!-- Fixed Nav R150 Branding -->
<nav class="navbar navbar-default navbar-fixed-top r-r150-brand">
	<div class="container">
		<a href="http://www.reach150.com" target="_blank" class="r-r150-logo" title="Powered by Reach150"><img src="/profile/img/logos/reach150-30x148-white-logo.png"></a> 
		<ul class="r-site-nav list-inline">
			<li><a href="http://www.reach150.com/plans">Sign Up</a></li>
			<li><a href="/user/login">Sign In</a></li>
		</ul>
		<!--[if lt IE 9]>
		<div class="alert alert-danger text-center">You are a using an <strong>outdated browser</strong>. Please <a href="http://www.browsehappy.com">upgrade your browser</a> to improve your experience</div>
		<![endif]--> 
	</div>
</nav>

<!-- Sets -->



<!-- Spotlight -->

	<section class="r-pp-spotlight collapse" id="r_pp_spotlight">
		<div class="container">
			<div class="row r-pp-reco wow fadeIn">
				
					<div class="r-pp-reco-content text-center col-md-6 col-md-offset-3">
						<div class="r-pp-reco-desc">
							Our family was evacuated from our home by the National Guard and we relocated to Austin. We were trying to figure out how to get back to Katy to be ready to start repairs and get the kids back in school. Frankly we were overwhelmed. I saw NextHome on Facebook and reached out for assistance. In less than 24 hours from my post to them I was able to submit an application to lease a home. Immediately the level of stress that we were feeling lessened. We are so ready to finalize everything and head home. Robyn and her Team have been nothing short of wonderful and understanding.
						</div>
						
						
						<h4 class="r-pp-reco-name">
							Donna DeSantis
						</h4>
						<span class="r-title">
							
						</span>
						
							<h5 class="r-pp-reco-date">
								Sep 1, 2017
							</h5>
						
						<hr>
					</div>
				
				
                
			</div>
			<button type="button" class="close" data-toggle="collapse" aria-label="Close" data-target="#r_pp_spotlight" aria-expanded="false" aria-controls="">
			<span aria-hidden="true">&times;</span>
			</button>
			<footer>
				
					<button class="btn btn-default btn-lg" id="r_contact_spotlight" data-toggle="modal" data-target="#r_contact_Modal">Contact Robyn Jones
					</button>
				
				<button class="btn btn-default btn-lg" type="button" data-toggle="collapse" aria-label="Close" data-target="#r_pp_spotlight" aria-expanded="false" aria-controls="">View More</button>
			</footer>
		</div>
	</section>


<!--Header Image -->
<header>
	<div class="container">
		<div class="row">
			<div class="col-lg-3 col-md-3 col-sm-4">
				
					
					<div class="r-pp-logo"></div>
					<img src="https://reach150-res.cloudinary.com/image/upload/v1/logo/f0si3a2orckn6j0glysu" class="visible-print-block r-pp-logo img-responsive">
					
				
			</div>
		</div>
	</div>
</header>
<div class="r-pp-list ">
	<div class="container">
		<div class="rr-pp-contact col-lg-12 col-md-12 col-sm-12 col-xs-12">
			
				<button class="btn btn-primary btn-lg" id="r_contact" data-toggle="modal" data-target="#r_contact_Modal">Contact</button>
			
			<button class="btn btn-default btn-lg" id="r_referral"  data-toggle="modal" data-target="#r_referral_Modal">Refer a friend</button>
			
				<button class="btn btn-default btn-lg" id="r_reco" data-toggle="modal" data-target="#r_reco_Modal">Recommend</button>
			
		</div>
	</div>
</div>
<div class="container">
	<div class="row">
		<div class="col-lg-3 col-md-3 col-sm-4 r-bio-col">
			<div class="r-pp-card">
				
				<img src="https://reach150-res.cloudinary.com/image/upload/v1/profile/psa7ekgbjq6sfsnp7kal" class="r-pp-profile-pic">
				
				<h1 class="r-pp-name r-margin-none">
					Robyn Jones
				</h1>
				<span class="r-title">Real Estate Broker</span>
				<span class="r-title">NextHome Real Estate Place</span>
				<span class="r-title"></span>
				<div class="r-pp-bio small">
					6711 S. Fry Road
<br />[located inside the HEB]
<br />Katy, TX 77494
<br />TX License #570708
				</div>
				
				<div class="row r-space">
					<h4>Share</h4>
					<ul class="list-inline r-pp-social-share">
						<li><a rel="nofollow" title="Share this profile on LinkedIn" href="#" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Fnexthome-real-estate-place-robyn-jones-katy-tx&amp;summary=Our+family+was+evacuated+from+our+home+by+the+National+Guard+and+we+relocated+to+Austin.+We+were+trying+to+figure+out+how+to+get+back+to+Katy+to+be+ready+to+start+repairs+and+get+the+kids+back+in+school.+Frankly+we+were+overwhelmed.+I+saw+NextHome+on+Facebook+and+reached+out+for+assistance.+In+less+than+24+hours+from+my+post+to+them+I+was+able+to+submit+an+application+to+lease+a+home.+Immediately+the+level+of+stress+that+we+were+feeling+lessened.+We+are+so+ready+to+finalize+everything+and+head+home.+Robyn+and+her+Team+have+been+nothing+short+of+wonderful+and+understanding.', 'Share', 'width=800,height=600')"><i class="fa fa-linkedin-square fa-3x"></i></a></li>
						<li><a href="#" rel="nofollow" title="Share this profile on Facebook" href="javascript:void 0" onclick="window.open('http://www.facebook.com/sharer.php?u=http%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Fnexthome-real-estate-place-robyn-jones-katy-tx', 'Share', 'width=800,height=600')" /><i class="fa fa-facebook-square fa-3x"></i></a></li>
						<li><a rel="nofollow" title="Share this profile on Twitter" href="javascript:void 0" onclick="window.open('/tweetProfile;jsessionid=D8A1C123C599914FAD027CD4A32FEA60?id=52765', 'Share', 'width=800,height=600')"><i class="fa fa-twitter-square fa-3x"></i></a></li>
						<li><a rel="nofollow" title="Share this profile on Google+" href="javascript:void 0" onclick="window.open('https://plus.google.com/share?url=http%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Fnexthome-real-estate-place-robyn-jones-katy-tx', 'Share', 'width=800,height=600')"><i class="fa fa-google-plus-square fa-3x"></i></a></li>
					</ul>
				</div>
			</div>
		</div>
		<div class="col-lg-9 col-md-9 col-sm-8">
			<div class="row">
  			
				<!--Timeline Column-->
				<div class="col-lg-8 col-md-8 r-pp-reco-col">
					<ul class="list-inline rr-pp-timline-filter">
            
            
              <li class="rr-pp-filter-sel" r_filter_type='RECOMMENDATION'><a>Recommendations</a> <span class="badge">16</span></li>
            
            
            
					</ul>
					
					<div id="pendingRecoDiv" class="r-pp-reco r-pending-reco"></div>
					<div id="entriesDiv">
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-12-18"/>
                  
                      <h5 class="r-pp-reco-date">Dec 18, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Kevin Bass</h4>
                    </div>
                    <span class="r-title">Owner/ president of K&amp;E Bass Properties LLC</span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">
<br />Robyn&rsquo;s knowledge and expertise of the market has prospered my business tremendously with the Properties I&rsquo;ve bought through her recommendations. She&rsquo;s my got to.
<br /></div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Kevin%20Bass','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F191504%2Fkevin-bass-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 191504)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 191504)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 191504)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 191504)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-12-11"/>
                  
                      <h5 class="r-pp-reco-date">Dec 11, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Jennifer Barker</h4>
                    </div>
                    <span class="r-title">Guest Ambassador at the San Diego Zoo</span>
                  
                  
                      <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                          <meta itemprop="ratingValue" content="5"/>
                          <meta itemprop="bestRating" content="5"/>
                      </div>
                      <div class="r-pp-reco-stars" data-star-rating="5">
                          <span class="r-reco-star">&#9733;</span>
                          <span class="r-reco-star">&#9733;</span>
                          <span class="r-reco-star">&#9733;</span>
                          <span class="r-reco-star">&#9733;</span>
                          <span class="r-reco-star">&#9733;</span>
                      </div>
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">I was selling my house long distance and I found Robin on the internet. She was in the top 10 real estate agents in Texas. Robin was easy to talk with and reassured me that she could take care of things that I could not,  being so far away.  She went above and beyond my last real estate agent. She walked through the house and told me what I needed to do to sell it. She had a gardener come out and give the house some personality, and then took some great pictures to show off their work. She even kept in touch with me during the horrible hurricane that nearly took my house, even though she had many hurricane problems of her own.  Robyn and her team sold my house and made it easier for my husband to retire with peace of mind. Thank You Next Home team.  </div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Jennifer%20Barker','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F188974%2Fjennifer-barker-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 188974)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 188974)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 188974)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 188974)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-11-13"/>
                  
                      <h5 class="r-pp-reco-date">Nov 13, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Judith Ambler</h4>
                    </div>
                    <span class="r-title"></span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">Robyn went above and beyond to help us find a home that met all of our requirements and needs.  She, and her team are the consulate professionals and are a delight to work with. They understand the Houston housing market and the nuances of different neighborhoods, an invaluable skill for someone moving here from our of state.</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Judith%20Ambler','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F184787%2Fjudith-ambler-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 184787)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 184787)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 184787)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 184787)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-11-02"/>
                  
                      <h5 class="r-pp-reco-date">Nov 2, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Lonney Sennett</h4>
                    </div>
                    <span class="r-title">VP Operations</span>
                  
                  
                      <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                          <meta itemprop="ratingValue" content="5"/>
                          <meta itemprop="bestRating" content="5"/>
                      </div>
                      <div class="r-pp-reco-stars" data-star-rating="5">
                          <span class="r-reco-star">&#9733;</span>
                          <span class="r-reco-star">&#9733;</span>
                          <span class="r-reco-star">&#9733;</span>
                          <span class="r-reco-star">&#9733;</span>
                          <span class="r-reco-star">&#9733;</span>
                      </div>
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">We used a few other agents and had no success selling our home prior to hiring Robyn. Robyn is a highly knowledgeable agent that understands the needs of her buyers. It was no easy job listing, marketing and selling our unique home, but Robyn got it done!</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Lonney%20Sennett','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F183046%2Flonney-sennett-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 183046)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 183046)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 183046)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 183046)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-10-13"/>
                  
                      <h5 class="r-pp-reco-date">Oct 13, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Katie Robson</h4>
                    </div>
                    <span class="r-title"></span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">Robyn and her team are AMAZING!! We used them back in 2014 when we bought our first home and were so glad we had found her because it was a WAY competitive market back then for that house and she and her team worked quickly and smartly to succeed in getting our offer accepted! So when it came time to build our dream house and sell the old one, we knew who to go with! And we&#39;re grateful we did, because even throughout hurricane Harvey and dealing with her own flooding, her team never skipped a beat in checking in on us and making sure things with our new build were still going smoothly! As always, can&#39;t say enough great things!</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Katie%20Robson','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F179525%2Fkatie-robson-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 179525)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 179525)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 179525)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 179525)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-09-15"/>
                  
                      <h5 class="r-pp-reco-date">Sep 15, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Joshua Amick</h4>
                    </div>
                    <span class="r-title">Process Consulting Engineer</span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">I was trying to close on a house in West Houston when Hurricane Harvey hit.
<br />Robyn went out of her way to make it happen when all parties were still digging their way out after the storm.
<br />She provided unparalleled market information and was a very savvy negotiator.
<br />Couldn&#39;t be happier with her and her team&#39;s performance</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Joshua%20Amick','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F175300%2Fjoshua-amick-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 175300)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 175300)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 175300)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 175300)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-09-01"/>
                  
                      <h5 class="r-pp-reco-date">Sep 1, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Donna DeSantis</h4>
                    </div>
                    <span class="r-title"></span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">Our family was evacuated from our home by the National Guard and we relocated to Austin. We were trying to figure out how to get back to Katy to be ready to start repairs and get the kids back in school. Frankly we were overwhelmed. I saw NextHome on Facebook and reached out for assistance. In less than 24 hours from my post to them I was able to submit an application to lease a home. Immediately the level of stress that we were feeling lessened. We are so ready to finalize everything and head home. Robyn and her Team have been nothing short of wonderful and understanding.</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Donna%20DeSantis','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F172919%2Fdonna-desantis-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 172919)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 172919)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 172919)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 172919)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-08-07"/>
                  
                      <h5 class="r-pp-reco-date">Aug 7, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Ronald Morton</h4>
                    </div>
                    <span class="r-title"></span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">I can&#39;t say enough for the patience, professionalism and care Robyn extended during this process. Our requirements were quite substantial and a challenge to meet. Moreover, we were not in a particular hurry to move only looking for &quot;THE HOUSE.&quot; Through the entire process Robyn remained patient, listened to our requirements and continued to hone in on what would eventually be the exact property we were looking for. If you do not have discerning tastes and any home will do then it probably doesn&#39;t matter who your real estate agent is but if patience and identification of the exact right home is important then I highly recommend Robyn and her outstanding staff!</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Ronald%20Morton','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F167604%2Fronald-morton-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 167604)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 167604)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 167604)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 167604)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
                  <div class="r-pp-reco-pic-col col-lg-2 col-md-2 col-sm-2 col-xs-2">
                      <div class="r-pp-reco-pic-container">
                        <img src='https://reach150-res.cloudinary.com/image/upload/c_limit,h_150,w_150/v1/entry/e3e1at7moe4c7xvi7nf1' class="r-pp-reco-pic" />
                        <div style="background-image: url('https://reach150-res.cloudinary.com/image/upload/c_limit,h_150,w_150/v1/entry/e3e1at7moe4c7xvi7nf1')" class="r-pp-reco-pic"></div>
                      </div>
                  </div>
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-10 col-md-10 col-sm-10 col-xs-10">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-08-04"/>
                  
                      <h5 class="r-pp-reco-date">Aug 4, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Solidad 'Sal' Amladi</h4>
                    </div>
                    <span class="r-title"></span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">Robyn has done an excellent job of selling my home the reason why I have used her in several purchases/sales prior to this last transaction. She has a keen ability to listen to what is required, provide market analysis, develop a plan and then execute that plan. Most importantly I feel valued and important. I have a
<br />Professional business relatiknship</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Solidad%20%27Sal%27%20Amladi','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F167126%2Fsolidad-sal-amladi-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 167126)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 167126)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 167126)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 167126)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-07-02"/>
                  
                      <h5 class="r-pp-reco-date">Jul 2, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Dave Grady</h4>
                    </div>
                    <span class="r-title"></span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">I really don&#39;t have a recommendation.  You and the staff did such an outstanding job until I just say don&#39;t mess with something that working.  All of our questions were answered right away so we were very please with the whole process.</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Dave%20Grady','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F160541%2Fdave-grady-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 160541)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 160541)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 160541)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 160541)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-05-22"/>
                  
                      <h5 class="r-pp-reco-date">May 22, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Eshwar Bhaskar</h4>
                    </div>
                    <span class="r-title">Senior Applications Specialist</span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">Very Pleasant experience with the &quot;Team&quot; at NextHomePlace (Formerly Robyn Jones Homes).
<br />Their website provided appropriate tools, resources, videos etc..  that provide guidance and information to research home buying process, crime data, MUD rules etc..
<br />Even though I was being a nagging first time home buyer ;-), they were very patient and responsive for my every beck and call. They helped us from start to finish of the whole overwhelming home buying process.. includes 
<br />- coordinating and showing of open houses in the area of our preference
<br />- submitting an offer, helped gather all the comparable analysis of the homes close by so its easy to negotiate the offer with the seller&#39;s agent
<br />- helped understand the intricate details of the seller-buyer contract and many other docs that needs signature
<br />- use of secure online docusign method to get signatures that saves paper and time
<br />- timely reminders on important dates
<br />- helped finding a Lender and working with them all the way
<br />- finding an trusted home inspector and then renegotiating after inspections
<br />- finally accompany the buyers to the Closing.
<br />
<br />Overall was a pleasant experience.. instead of being a stressful, overwhelming one.. definitely I&#39;d recommend to anyone
<br />
<br />Thanks so much for all the help &quot;Team&quot; at NextHomePlace!</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Eshwar%20Bhaskar','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F153844%2Feshwar-bhaskar-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 153844)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 153844)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 153844)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 153844)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-05-01"/>
                  
                      <h5 class="r-pp-reco-date">May 1, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Alyssa Easley</h4>
                    </div>
                    <span class="r-title">Physical Therapist</span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">Robyn and her team worked tirelessly with us to find the right home within our budget and our time frame. They were flexible to meet our busy schedules and were always quick to respond when we had questions. We definitely feel Robyn is the best in the business! </div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Alyssa%20Easley','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F150635%2Falyssa-easley-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 150635)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 150635)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 150635)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 150635)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-04-04"/>
                  
                      <h5 class="r-pp-reco-date">Apr 4, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Suly Mendoza</h4>
                    </div>
                    <span class="r-title"></span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">As first time buyers, we pretty much had no clue what things to expect in this process. We started off searching for homes on our own but ended up disappointed and hopeless. We found Robyn Jones on the list as one of the top realtors in Houston/Katy and sure enough she didn&#39;t disappoint. From the first day we met her she gave us such great advice. Anytime we had questions her team would be quick to respond. Whenever we wanted to talk directly to Robyn she always made time for us. As busy as her schedule is, she never made us feel like we weren&#39;t important. I&#39;m so thankful for all the hard work you guys did for us and never getting tired of answering our questions even if we asked twice. Thank you for making this process so great, easy and stress free. This team is the best!! </div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Suly%20Mendoza','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F146446%2Fsuly-mendoza-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 146446)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 146446)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 146446)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 146446)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
                  <div class="r-pp-reco-pic-col col-lg-2 col-md-2 col-sm-2 col-xs-2">
                      <div class="r-pp-reco-pic-container">
                        <img src='https://reach150-res.cloudinary.com/image/upload/c_limit,h_150,w_150/v1/entry/zr0tehzjixicavnv8glx' class="r-pp-reco-pic" />
                        <div style="background-image: url('https://reach150-res.cloudinary.com/image/upload/c_limit,h_150,w_150/v1/entry/zr0tehzjixicavnv8glx')" class="r-pp-reco-pic"></div>
                      </div>
                  </div>
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-10 col-md-10 col-sm-10 col-xs-10">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-04-04"/>
                  
                      <h5 class="r-pp-reco-date">Apr 4, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Luis Paz</h4>
                    </div>
                    <span class="r-title">Robyn Jones </span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">Found Robyn Jones on Google on an article best realtors in Houston, TX .(TOP 8) She&#39;s has a bunch of reviews before me assuring the great and committed service . From the first day I met her til the end at closing nothing but a beautiful and welcoming person along with her great team . Emails at all times of day updating/reminding you of things to get done to reach your dream home . I&#39;m very proud and happy I choose her . </div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Luis%20Paz','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F146445%2Fluis-paz-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 146445)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 146445)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 146445)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 146445)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-12 col-md-12 col-sm-12 col-xs-12">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-03-28"/>
                  
                      <h5 class="r-pp-reco-date">Mar 28, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Jon clark</h4>
                    </div>
                    <span class="r-title"></span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">I would like to thank Robyn Jones and her team for being so professional, hard working, and personable during the sale of my home. This was very overwhelming for me being that I was selling my first home but the Team was always there to answer any question day or night. The team was very knowledgeable and informed as to the processes of the transaction. I will be recommending  Robyn Jones and her team to anyone that will hear me that is buying or selling a property. Thanks again, Satisfied Client. </div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Jon%20clark','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F145197%2Fjon-clark-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 145197)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 145197)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 145197)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 145197)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
							          
								      <div class="r-pp-reco wow fadeInUp">
      		
                
                  <div class="r-pp-reco-pic-col col-lg-2 col-md-2 col-sm-2 col-xs-2">
                      <div class="r-pp-reco-pic-container">
                        <img src='https://reach150-res.cloudinary.com/image/upload/c_limit,h_150,w_150/v1/entry/hthtx3snwp4yqjfh8j2o' class="r-pp-reco-pic" />
                        <div style="background-image: url('https://reach150-res.cloudinary.com/image/upload/c_limit,h_150,w_150/v1/entry/hthtx3snwp4yqjfh8j2o')" class="r-pp-reco-pic"></div>
                      </div>
                  </div>
                
              <div itemscope itemtype="http://schema.org/Review" class="r-pp-reco-content col-lg-10 col-md-10 col-sm-10 col-xs-10">
                  <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Person">
                      <meta itemprop="name" content="Robyn Jones"/>
                  </div>
                  <meta itemprop="datePublished" content="2017-02-28"/>
                  
                      <h5 class="r-pp-reco-date">Feb 28, 2017</h5>
                  
                  
                  
                    <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                        <h4 itemprop="name" class="r-pp-reco-name">Ryan Zaloudik</h4>
                    </div>
                    <span class="r-title">Real Estate Manager</span>
                  
                  
                  <div itemprop="reviewBody" class="r-pp-reco-desc small">We moved away from the Houston area for a new job. We had our house listed with another firm for 6 months with lackluster results. When the listing expired we found Robyn and team. From the start we knew they were going to get us results. Robyn took the time to talk to us about our previous listing to understand why it had not been successful. We had almost as many showings in our first week with Robyn as we had under the previous listing. We ended up getting the offer that closed within a week and a half of listing.  The communication through the whole process was excellent. We only wish we would have found Robyn the first time we listed. Robyn and her team are a professional group that will not dissappoint. We appreciate their hard work.</div>
                  
                  <ul class="list-inline r-social-icons">
                      <li>
                        <a href="#" rel="nofollow" onclick="return mailto('Please%20take%20a%20look%20at%20attached%20recommendation%20from%20Ryan%20Zaloudik','Hi%20%2C%0A%0AHere%20is%20a%20recommendation%20that%20I%20think%20you%20will%20find%20valuable%3A%20%0A%0Ahttp%3A%2F%2Freach150.com%2Fm%2Freview%2F52765%2Frobyn-jones%2F141054%2Fryan-zaloudik-recommends-robyn-jones')">
                          <i class="fa fa-envelope-o fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('facebook', 141054)">
                          <i class="fa fa-facebook-official fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('twitter', 141054)">
                          <i class="fa fa-twitter-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('linkedin', 141054)">
                          <i class="fa fa-linkedin-square fa-lg"></i>
                        </a>
                      </li>
                      <li>
                        <a href="#" rel="nofollow" onclick="return shareReco('google', 141054)">
                          <i class="fa fa-google-plus-square fa-lg"></i>
                        </a>
                      </li>
                    </ul>
              </div>
              
              
              
          </div>

							
						
					</div>
					
          <div class="r-pp-more-recos" style="display:none"> <a id="moreRecosLink" rel="nofolow" class="btn btn-default" href="javascript:void 0">Show More</a></div>
          <img id="moreRecosWait" class="r-loading-indicator" src="/img/indicator.gif" data-no-retina style="display:none">
  			</div>
				<!--/Timeline Column-->
				
  			<!--Aux Column-->
  			<div class="col-lg-4 col-md-4 r-pp-aux-col hidden-print padding-right-none">
  				<div class="row">
    				
  					
  					
  					
  					
  					
  						<div class="r-pp-my-associations wow fadeIn col-lg-12 col-md-12 col-sm-8 col-xs-8">
  							<h4>My Associations</h4>
  							<ul>
                  
                      
                        <li><a href="http://reach150.com/nexthome-real-estate-place-katy-1030/review">NextHome Real Estate Place</a></li>
                      
                        <li><a href="http://reach150.com/nexthome-living-west-hollywood-1032/review">NextHome Living</a></li>
                      
                        <li><a href="http://reach150.com/nexthome-living-calabasas-1134/review">NextHome Living</a></li>
                      
                        <li><a href="http://reach150.com/nexthome-elite-advisors-houston-1198/review">NextHome Elite Advisors</a></li>
                              
                  
                  
  							</ul>
  						</div>
  					
  					
  					
  				</div>
  				<!--/row-->
  			</div>
  			<!--/Aux Column-->
  		</div>
  		<!--/row-->
  	</div>
  	<!--/col-->
  </div>
  <!--/row-->
</div>
<!--/container-->



<footer class="r-sticky-footer">
	Powered by <a href="http://www.reach150.com" target="_blank">Reach<span>150</span></a> 
</footer>

<!-- Contact Modal -->
<div class="modal fade r-reco-modal" id="r_contact_Modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
	
	
		<div class="modal-dialog">
			<iframe class="modal-content" style="height:655px; width:100%;" scrolling="no" id="r_contact_form_iframe"></iframe>
		</div>
	
</div>
<!--/Contact Modal -->

<!-- Reco Modal -->
<div class="modal fade r-reco-modal" id="r_reco_Modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
	<div class="modal-dialog">
		<iframe class="modal-content" style="height:598px; width:100%;" scrolling="no" id="r_reco_form_iframe"></iframe>
	</div>
</div>
<!--/Reco Modal -->

<!-- Referral Modal -->
<div class="modal fade r-reco-modal" id="r_referral_Modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
	<input type="hidden" name="entryId" id="entryId" value="">
	<div class="modal-dialog" id="referralModalBody">   
		<iframe class="modal-content" style="height:596px; width:100%;" scrolling="no" id="r_referral_form_iframe"></iframe>
	</div>
</div>
<!--/Referral Modal -->

<!-- Reminder Opt Out Modal -->
<div class="modal fade r-reco-modal" id="r_rro_modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
	<div class="modal-dialog">
		<div class="modal-content">
			<div class="modal-header">
				<button type="button" class="close" data-dismiss="modal" aria-label="Close">
				<span aria-hidden="true">&times;</span>
				</button>
			</div>
			<div class="modal-body text-center">
				<div class="r_confirm_img">
					<i class="fa fa-check-circle fa-5x wow bounceIn"></i>  
				</div>
				
				
					<p>You will no longer receive recommendation requests from Robyn Jones</p>
				
			</div>
		</div>
	</div>
</div>
<!--/Reco Modal -->

<!-- Placed at the end of the document so the pages load faster -->
    <!-- Latest compiled and minified JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>

<script>
function mailto(subject, body) {
        window.location = "mailto:?subject=" + subject + "&body=" + body;
}

function shareReco(network, id) {
  window.open('/shareReco?network=' + network + '&id=' + id, 'Share', 'width=800,height=600');
  return false;
}

$( document ).ready(function() {
	//Spotlight Section Close Button
     setTimeout(function() {
       $('.r-pp-spotlight').collapse("show");
     }, 750);

     $('#r_contact_spotlight').click(function() {
       $('.r-pp-spotlight').collapse("hide");
     });

     //Collapse Spotlight Section on Scroll
     /*$( window ).scroll(function() {
       $('.r-pp-spotlight').collapse("hide");
     });*/

	//Read More 
    $('.r-pp-bio').readmore({
        speed: 75,
        collapsedHeight: 145,
        lessLink: '<a href="#">Read Less</a>'
        });
        
    $('.r-pp-recruit-desc div').readmore({
        speed: 75,
        collapsedHeight: 60,
        lessLink: '<a href="#">Read Less</a>'
        });

     $('.r-pp-reco-col .r-pp-reco-desc').readmore({
        speed: 75,
        collapsedHeight: 70,
        lessLink: '<a href="#">Read Less</a>'
        });

     $('[data-toggle="tooltip"]').tooltip();
})
</script>

<script src="/profile/js/vendor/readmore.min.js"></script>
<script src="/profile/js/vendor/ekko-lightbox.min.js"></script>
<script src="/profile/js/vendor/mustache.min.js"></script>  


<!--
    Google Remarketing code
-->
    <style>
        iframe[name='google_conversion_frame'] {
            height: 0 !important;
            width: 0 !important;
            line-height: 0 !important;
            font-size: 0 !important;
            margin-top: -13px;
            float: left;
        }
    </style>
  
    
    <script type="text/javascript">
        var google_tag_params = {
                r150_uid: '52765'
                ,r150_pagetype: 'profile'
                ,r150_visitortype: 'public'
                ,r150_oid: '1'
                
        };
    </script>
    
   
    <script type="text/javascript">
        /* <![CDATA[ */
        var google_conversion_id = 955752633;
        var google_custom_params = window.google_tag_params;
        var google_remarketing_only = true;
        /* ]]> */
    </script>

    <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script>

    <noscript>
        <div style="display:inline;">
            <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/955752633/?value=0&amp;guid=ON&amp;script=0"/>
        </div>
    </noscript>


 


    
  
  


<script>


$(function() {

  var r_entry_type_filter = '';
  var r_entry_offset = 25;

  function loadEntries(replace_existing) {
	    $("#moreRecosWait").show();
	    var url = '/showMoreUserRecos?userId=52765&entryId=172919' + "&entryTypeFilter=" + r_entry_type_filter + "&entryOffset=" + r_entry_offset;
	    $.ajax({
	      url: url,
	      success: function(msg) {
	        $("#moreRecosWait").hide();
	        if (replace_existing == true) {
	        	$("#entriesDiv").html(msg);
	        } else {
	        	$("#entriesDiv").append(msg);
	     	}
	     	r_entry_offset += 25;
	     	if (msg.indexOf("<div") == -1) {
		     	$("#moreRecosLink").hide();
	     	} else {
	     		$("#moreRecosLink").show();
	            $('.r-pp-reco-col .r-pp-reco-desc').readmore({
	               speed: 75,
	               collapsedHeight: 70,
	               lessLink: '<a href="#">Read Less</a>'
	             });
	        }
	      } 
	    });
  }
  
  $("ul.rr-pp-timline-filter > li").click(function() {
	 $(this).siblings().removeClass('rr-pp-filter-sel');
	 $(this).addClass('rr-pp-filter-sel');
	 r_entry_type_filter = $(this).attr('r_filter_type');
	 r_entry_offset = 0;
	 loadEntries(true);
	 return false;
  });
	    
  $("#moreRecosLink").click(function() {
    loadEntries(false);
    return false;
  });

  $("#r_referral").click(function() {
    $("#entryId").val("");
  });


  $('#r_contact_Modal').on('show.bs.modal', function() {
    
    
    $('#r_contact_form_iframe')[0].src = "/addLead?userId=52765";
    
  });

  $('#r_reco_Modal').on('show.bs.modal', function() {
    $('#r_reco_form_iframe')[0].src = "/m/recommendModal;jsessionid=D8A1C123C599914FAD027CD4A32FEA60?id=52765";
  });

	$('#r_referral_Modal').on('show.bs.modal', function () {
		var entryId = $("#entryId").val();
		$('#r_referral_form_iframe')[0].src = '/addReferral?userId=52765&rid=&entryId=' + entryId;
	});

  //Hide/Show Button List when Modal is triggered  
  $('#r_contact_Modal, #r_reco_Modal, #r_referral_Modal').on('show.bs.modal', function () {
    $('.r-pp-list').addClass('r-pp-list-cloaking-device');
  });
  $('#r_contact_Modal, #r_reco_Modal, #r_referral_Modal').on('hidden.bs.modal', function () {
    $('.r-pp-list').removeClass('r-pp-list-cloaking-device');
  });

  

  

  
	  
});
</script>

<!DOCTYPE html>






<script id="pending-rec-template" type="x-tmpl-mustache">
    {{#imageUrl}}
    <div class="r-pp-reco-pic-col col-lg-2 col-md-2 col-sm-2 col-xs-2">
        <div class="r-pp-reco-pic-container">
          <img src='{{imageUrl}}' class="r-pp-reco-pic" />
          <div style="background-image: url('{{imageUrl}}')" class="r-pp-reco-pic"></div>
        </div>
    </div>
    {{/imageUrl}}
    <div class="r-pp-reco-content {{#imageUrl}}col-lg-10 col-md-10 col-sm-10 col-xs-10{{/imageUrl}}{{^imageUrl}}col-lg-12 col-md-12 col-sm-12 col-xs-12{{/imageUrl}}">
        <h5 class="r-pp-reco-date">{{createdAtForProfileDisplay}} <div class="label label-default">Pending Approval</div></h5>
        <h4 class="r-pp-reco-name r-verified">{{authorNameForDisplay}}
            
        </h4>
        <h4 class="r-pp-reco-title">{{authorAbout}}</h4>
        {{#starRating}}
            {{#starRatingEnabled}}
            <div class="r-pp-reco-stars" data-star-rating="{{starRating}}">
              <span class="r-reco-star">&#9733;</span>
              <span class="r-reco-star">&#9733;</span>
              <span class="r-reco-star">&#9733;</span>
              <span class="r-reco-star">&#9733;</span>
              <span class="r-reco-star">&#9733;</span>
            </div>
            {{/starRatingEnabled}}
        {{/starRating}}
        <div class="r-pp-reco-desc" style="max-height: none;">{{detailForDisplay}}</div>
    </div>
</script>



<script src="https://secure.adnxs.com/seg?add_code=PROFILE:52765,R1581,R1837,R1876,R2145&t=1&member=3560" type="text/javascript"></script>


</body>
</html>
