DOCTYPE html><html>

 

<head>

 

 

<title>BHHS Georgia Propertiestitle>

 

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

 

<META HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=edge">

 

<META NAME="keywords" CONTENT="East Cobb Real Estate, Homes, East Cobb Homes, Luxury Homes, Marietta Homes, Best Schools, Top Schools, Excellent Schools, Eastside Elementary, Mount Bethel Elementary, Sope Creek, Timber Ridge, Tritt Elementary, Dickerson Middle School, Dodgen Middle School, Walton High School, Pope High School, Lassiter, Roswell Homes, Indian Hills, Atlanta Country Club, Hampton Woods, Hampton Lakes, Hampton Farms, Camden Place, Easthampton, Chimney Springs, Old Forge, Fields Pond, Chadds Lake, Chadds Farm, Princeton Lakes, Princeton Mill, Wheeler High, Sentinel Lake, Waterford Green, St. Lyon, Johnson Ferry, ">

 

<META NAME="description" CONTENT="">

 

<META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">

 

<META NAME="rating" CONTENT="General">

 

<META NAME="MS.LOCALE" CONTENT="EN-US">

 

<META NAME="robots" CONTENT="index, follow">

 

<META NAME="revisit-after" CONTENT="31 days">

 

<META NAME="DC.Coverage.PlaceName" CONTENT="Global">

 

<link rel="stylesheet" href="https://content.mediastg.net/static/RealEstate/Website/Skin/001/Media/CompiledCSS/001D43.css"><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">script><script type="text/javascript" src="/scripts/reliance.jsx?id=45&account=37697">script><script type="text/javascript" src="https://content.mediastg.net/static/RealEstate/Website/Skin/001/media/collapsible-menu.js">script><script type="text/javascript" src="https://content.mediastg.net/static/RealEstate/Website/Skin/001/media/modernizr.js">script><script>

$(document).ready(

function () {

 

 

 

if($('input[name=ext-username]').length > 0){

$(

'input[name=ext-username]').val('');

$(

'input[name=ext-password]').val('');

}

});

 

 

$(window).bind(

'contactmeclick', contactMe);

$(window).bind(

'contactformclose', closeContactMe);

$(window).bind(

'forgotpasswordclick', submitlostpasswordrequest);

$(window).bind(

'openpageclick', openPage);

$(window).bind(

'openformclick', openForm);

 

 

 

 

function openPage(evnt, url, name, newWindow) {

 

var accountID = '37697';

 

if(newWindow){

window.open(

'/rega/' + url + '?AccountID=' + accountID, name, 'width=815px,height=555px,resizable=1,scrollbars=1,');

}

else{

document.location =

'/rega/' + url;

}

}

 

function openForm(evnt, url, name, newWindow) {

 

var accountID = '37697';

 

if(newWindow){

window.open(

'/rega/modules/global/forms/' + url + '?AccountID=' + accountID, name, 'width=450px,height=600px,resizable=1,scrollbars=1,');

}

else{

document.location =

'?' + url;

}

}

 

function testForm() {

addMask();

 

var account = '37697';

$.ajax({url:

'http://devweb.summitnetworks.com/rega/modules/global/forms/sellerrequest.asp?AccountID=' + account + '&acc=' + account, success:testformCallback, dataType:'html'});

}

 

function testformCallback(response) {

 

//console.log(response)

response = response.replace(

/<\/?(html|head|body)[^>]*>/g,'');

response = response.substring(response.indexOf(

'/script>')+8).replace(/script/g, '')

console.log(response)

$(

'

').attr('id', 'form').css({position:'absolute', top:'10px', backgroundColor:'#fff', zIndex:1001}).append(response).appendTo($('body'));

}

 

function forgotPassword() {

addMask();

}

 

function tryLogin(username, rememberMe, password) {

 

 

var usernameField = $('input[name=' + username + ']');

 

var passwordField = $('input[name=' + password + ']');

 

var rememberMeField = $('input[name=' + rememberMe + ']');

 

if (rememberMeField.attr('type') == 'radio') {

rememberMeField = $(

'#' + rememberMe + '-yes');

 

if (rememberMeField.length == 0) {

 

throw '\'Remember Me\' field not found';

 

return;$('

').attr('id', 'form').css({backgroundColor:'#fff'}).append(response).appendTo(body);

}

}

 

var usernameValue = $.trim(usernameField.val());

 

var passwordValue = $.trim(passwordField.val());

 

var rememberMeValue = rememberMeField.attr('checked') == 'checked' ? 'on' : 'off';

 

if (usernameValue.length == 0) {

alert(

'Please enter your email address.');

usernameField.focus();

 

return false;

}

 

 

// ensure email format

 

 

if (passwordValue.length == 0) {

alert(

'Please enter your password.');

passwordField.focus();

 

return false;

}

 

$(

'input[name=username]').val(usernameValue);

$(

'input[name=password]').val(passwordValue);

$(

'input[name=remember]').val(rememberMeValue);

 

var form = $('form[name=extranet-login]')[0];

form.submit();

 

return false;

}

 

function closeContactMe() {

$(

'#contact-mask').remove();

$(

'#contact-form').remove();

}

 

function addMask() {

 

var body = $('body');

$(

'

').attr('id', 'contact-mask').css({width:body.outerWidth() + 'px', height:body.outerHeight() + 'px'}).appendTo(body);

}

 

function contactMe(evnt) {

addMask();

$.ajax({url:

'/rega/modules/internet/contactMeForm.aspx?webSessionID=128931919617712282&contentID=45&accountid=37697', success:contactMeCallback});

}

 

function contactMeCallback(response) {

 

var body = $('body');

 

var dummy = $('

').attr('id', 'contact-form').append(response).appendTo(body);

 

var width = dummy.width();

 

var outerWidth = dummy.outerWidth();

 

var height = dummy.height();

 

var outerHeight = dummy.outerHeight();

dummy.remove();

 

 

var win = $(window);

 

var left = Math.floor((win.width() - outerWidth) / 2);

 

var top = Math.floor((win.height() - outerHeight) / 2);

$(

'

').attr('id', 'contact-form').css({width:width + 'px', height:height + 'px', top:top + 'px', left:left+'px'}).append(response).appendTo(body);

 

var infoColumn = $('#-cf-column-info');

 

 

 

 

var infoColumnWidth = infoColumn.width();

 

var infoObjs = infoColumn.children('div');

 

 

for(var i=0; i < infoObjs.length; i++) {

 

if($(infoObjs[i]).width() > infoColumnWidth)

infoColumnWidth = infoObjs[i].width();

}

 

 

var defaultInfoColumnWidth = 200;

 

var infoColumnMargin = 2 * parseInt(infoColumn.css("margin-left"), 10);

 

//var infoColumnOverflowWidth = ((infoColumn.width() - defaultInfoColumnWidth)/2) - infoColumnMargin;

 

 

if(infoColumnWidth > defaultInfoColumnWidth) {

$(

'#contact-form').width(width + 5);

 

//console.log('00: ' + $("#contact-form").width());

}

else {

infoColumn.width(200);

$(

'#contact-form').width(width + 45);

 

//console.log('01: ' + $("#contact-form").width());

}

 

var delta = $('#contact-form').height() - $('#-cf-column-form').height();

 

if (delta > 0) {

 

var message = $('#-cf-form-field-message');

message.css(

'height', (delta + message.height()) + 'px');

}

?@

infoColumn.css({backgroundColor:

'#001D43', backgroundImage:'-moz-radial-gradient(50% 50% 90deg, circle cover, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))'});

 

// jquery doesn't appear to recognize the -webkit-gradient using rgba, assign the background image the non-jquery way

 

try{

infoColumn[0].style.backgroundImage =

'-webkit-gradient(radial, 50% 50%, ' + infoColumn.outerHeight() + ', 50% 50%, ' + (infoColumn.outerWidth() / 2) + ', from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)))';

}

catch(err){}

}

 

 

function submitlostpasswordrequest() {

 

var x;

 

var username = $.trim($('input[name=username]').val());

x = window.open(

'/rega/modules/internet/search/lostpassword.asp?email=' + username,'lostpassword','width=313,height=245');

x.focus();

 

return true;

}

 

script><script type="text/javascript" src="/scripts/site.jsx?id=45&siteDirectory=prudential_ga&account=37697">script>head>

 

<body style="background-image:; background-repeat:repeat;background-color:#EAE3D4; " id="Theme001">

 

 

<div id="outer-container">

 

<div id="header">

 

<div id="header-image" style="">div>

 

div>

 

<div id="inner-container">

 

<div id="outer-content">

 

<div id="sidebar">

 

<div id="logo">

 

<h1 id="company-logo"><a href="/" title="link to home page"><img src="https://content.mediastg.net/static/RealEstate/Company/45/001-logo.png" alt="BHHS Georgia Properties">a>h1>

 

div>

 

<div itemscope="" itemtype="http://schema.org/RealEstateAgent">

 

<div id="agentdetails">

 

<ul id="agent-info" class="sidebar-info">

 

<li id="agentphoto" class="sidebarphoto"><span itemprop="photo"><img src="https://content.mediastg.net/dynamic/RealEstate/Company/45/account/37697/photo.jpg" style="width:119px;height:px;">span>li>

 

<li id="agentname"><span itemprop="name">Greg Parksspan>li>

 

<li id="agentaddress">li>

 

<li id="agentphone1"><span itemprop="telephone">

(404)

932 -

8235

span>li>

 

ul>

 

div>

 

div>

 

<div id="socialnetworking">

 

<ul>

 

<div id="otheremailme">

 

<div class="sprite">div><a href="javascript:void(0);" onclick="$(window).trigger('contactmeclick');" title="Send me an Email">Send me an Emaila>div>

 

ul>

 

div><br clear="all"><div id="navigation">

 

<ul id="nav" class="example_menu">

 

<div id="agent-info-left">

 

<li class="dotted-line"><a class="expanded" href="/rega/">Homea>li>

 

<li class="dotted-line"><a class="collapsed">Propertiesa><ul>

 

<li><a href="/rega/index.asp?p=pagecontent.asp&pid=6916">Home Valuesa>li>

 

<li><a href="/rega/index.asp?p=findahome.asp&mode=N">Property Searcha>li>

 

<li><a href="/rega/index.asp?p=findahome.asp&page=extranet&selected=extranet">My Home Findera>li>

 

<li><a href="/rega/index.asp?p=featuredproperties.asp">Featured Propertiesa>li>

 

<li><a href="/rega/index.asp?p=homesearch">Personal Home Toura>li>

 

<li><a href="/rega/index.asp?p=prudentialopenhouses.asp">Open Housesa>li>

 

<li><a href="/rega/index.asp?p=virtualtours.asp">Virtual Toursa>li>

 

ul>

 

li>

 

<li class="dotted-line"><a class="collapsed">Servicesa><ul>

 

<li><a href="/rega/index.asp?p=relocation">Request Relocation Info.a>li>

 

<li><a href="/rega/index.asp?p=pagecontent.asp&nav=1&pid=437">Buying Your Homea>li>

 

<li><a href="/rega/index.asp?p=pagecontent.asp&nav=1&pid=438">Selling Your Homea>li>

 

<li><a href="/rega/index.asp?p=pagecontent.asp&nav=1&pid=439">Owning Your Homea>li>

 

<li><a href="/rega/index.asp?p=pagecontent.asp&nav=1&pid=440">Your Mortgagea>li>

 

<li><a href="/rega/index.asp?p=pagecontent.asp&nav=1&pid=441">Investing in Real Estatea>li>

 

<li><a href="http://www.usps.com/moversguide/welcome.htm" target="_blank">Movers Guide - Take the stress out of moving!a>li>

 

ul>

 

li>

 

<li class="dotted-line"><a class="collapsed">Communitya><ul>

 

<li><a href="http://www.newmoversnetwork.com/atlanta/gregparks" target="_blank">New Movers Smart Magazinea>li>

 

<li><a href="http://video-portal.sundaysky.com/bhhsgeorgiaproperties" target="_blank">Video Market Reportsa>li>

 

<li><a href="http://www.weather.com/weather/local/30328" target="_blank">Weathera>li>

 

<li><a href="http://www.doe.k12.ga.us" target="_blank">Schoolsa>li>

 

<li><a href="/rega/index.asp?p=text&id=664&ptid=2222823">Information Linksa>li>

 

<li><a href="/rega/index.asp?p=text&id=665&ptid=2222824">Local Activitiesa>li>

 

ul>

 

li>

 

<li class="dotted-line"><a class="collapsed">Profilea><ul>

 

<li><a href="/rega/index.asp?p=propertyresume">Property Resumea>li>

 

<li><a href="/rega/index.asp?p=text&id=668&ptid=8980640">Recently SOLDSa>li>

 

ul>

 

li>

 

<li class="dotted-line"><a class="expanded" href="javascript:void(0)" onclick="$(window).trigger('contactmeclick')">Contacta>li>

 

div>

 

ul>

 

div>

 

div>

 

<div id="top-bar">

 

<form method="post" onsubmit="return tryLogin('ext-username', 'ext-remember', 'ext-password')">

 

<div id="loginText">

Login to

<span class="green bold">My Home Finderspan>div>

 

<div id="whatsthis" class="sprite"><a href="/rega/?p=findahome.asp&page=extranet" title="What's My Home Finder?">

What's My Home Finder?

 

a>div>

 

<div class="inputBg">

 

<div>Enter Email Addressdiv><input type="text" value="" name="ext-username" onfocus="focused(this)" onblur="blured(this)">div>

 

<div class="inputBg">

 

<div>Enter Passworddiv><input type="password" value="" name="ext-password" onfocus="focused(this)" onblur="blured(this)">div>

 

<div class="loginbutton"><input type="submit" name="login" class="sprite" value="">div>

 

<div id="forget-password"><a href="javascript:void(0)" onclick="$(window).trigger('forgotpasswordclick')">Forget Password?a>div>

 

<div id="rememberMe"><input type="checkbox" name="ext-remember" checked id="ext-remember" class="loginRadio"><label for="ext-remember">Remember this Computerlabel>div>

 

form>

 

div>

 

<div id="main-content" class="pagecontent"><script type="text/javascript" language="JavaScript">

 

script>

<

 

h1 style="text-align: left;">>> Get Home Value Reporth1>

<

 

p>Enter your property address below and click the button to view the report!p>

<

 

style>

 

style>

<

 

script>//

$(

function() {

$(

'input[name="address"]').attr('placeholder', 'e.g. 123 Main St. Atlanta, GA 12345');

});

// ]]>

 

script>

<

 

div class="homeValue"><form action="/?p=homevaluesreport.asp" method="post"><input type="hidden" name="ff_frame" value/><input type="hidden" name="ff_split" value="1"/><input name="formsubmit" value="true" type="hidden" /> <input name="form" value="Home Values" type="hidden" /> <img src="https://content.mediastg.net/dyna_images/agents/45/-45/20141001103259.png" border="0" /> <input name="address" value="" type="text" /> <input value="Get Home Value" type="submit" />form>div>

<

 

div id="rn-helper-content">

<

 

div class="rn-helper-content-item">

<

 

h1><img src="https://content.mediastg.net/dyna_images/agents/45/-45/20141003085636.png" border="0" /> Get Local Market Trendsh1>

<

 

p>See the local real estate trends in your area including the latest MLS data.p>

<

 

p style="line-height: 26px;"><strong>>><a href="/?p=findahome.asp&selected=mr&mode=N">Click Herea>strong>p>

 

div>

<

 

div class="rn-helper-content-item">

<

 

h1><img src="https://content.mediastg.net/dyna_images/agents/45/-45/20141003085712.png" border="0" /> Get Report Used by Lendersh1>

<

 

p>Get the I-AVM (Automated Valuation Model) report used by lenders.p>

<

 

p style="line-height: 26px;"><strong><span style="color: #000000; text-decoration: none;"><a title="Contact Us" onclick="$(window).trigger('contactmeclick');">>>a>span><span style="text-decoration: underline;"><span style="color: #0000ff;"><a onclick="window.open('/rega/modules/global/contact.asp?usewebaccount=true&subject=Get Report Used by Lenders', '', 'width=815px,height=555px,resizable=1,scrollbars=1,')">Click Herea>span>span><a title="Contact Us">a>strong>p>

 

div>

<

 

div class="rn-helper-content-item">

<

 

h1><img src="https://content.mediastg.net/dyna_images/agents/45/-45/20141003085747.png" border="0" /> Schedule Listing Appointmenth1>

<

 

p>Speak to your local BHHS Georgia Properties agent for additional details.p>

<

 

p style="line-height: 26px;"><strong><span style="color: #000000; text-decoration: none;"><a title="Contact Us" onclick="$(window).trigger('contactmeclick');">>>a>span><span style="text-decoration: underline;"><span style="color: #0000ff;"><a onclick="window.open('/rega/modules/global/contact.asp?usewebaccount=true&subject=Schedule Listing Appointment', '', 'width=815px,height=555px,resizable=1,scrollbars=1,')">Click Herea>span>span><a title="Contact Us">a>strong>p>

 

div>

 

div>

<

 

hr />

<

 

p> p>

<

 

p style="text-align: center;"><iframe src="http://player.piksel.com/player.php?p=g7dpn3f2" width="770" height="433" frameborder="0" scrolling="no" align="middle" allowfullscreen="allowfullscreen">iframe>p>div><br clear="all">div>

 

<div id="footer">

 

<div id="office-info">div>

 

<div itemscope="" itemtype="http://schema.org/RealEstateAgent">

 

<div id="office-info">

 

<div><a href="http://www.bhhsgeorgia.com" title="BHHS Georgia Properties" target="_blank"><span itemprop="brand">BHHS Georgia Propertiesspan>a>div>

 

<div><span itemprop="name">Greg Parksspan>,

 

<span itemprop="branchOf"> East Cobbspan>div>

 

<div><span itemprop="address">3775 Roswell Road, Marietta, GA 30062span>div>

 

<div>770-973-8822div>

 

<div><a href="javascript:void(0);" onclick="$(window).trigger('contactmeclick');" rel="nofollow" title="Send me an Email">Send me an Emaila>div><br clear="all">div>

 

div><br clear="all"><div id="footer-content">

 

<div id="sitemap">div>

 

<div id="disclaimer">© 2001-2014 Reliance Network and BHHS Georgia Properties.

All rights reserved. US Reg. Copyright TX-5-910-991, TX-5-910-992, TX-5-910-993, and TX-5-910-994.

 

<br /><br />© 2014 An independently operated subsidiary of HomeServices of America, Inc., a Berkshire Hathaway affiliate, and a franchisee of BHH Affiliates, LLC. Berkshire Hathaway HomeServices and the Berkshire HathawayHomeServices symbol are registered service marks of HomeServices of America, Inc.<sup>®sup>. <img src="https://content.mediastg.net/static/RealEstate/Website/Skin/001/media/copyrighthouse.png" align="absmiddle"> Equal Housing Opportunity.

 

div><br clear="all">div>

 

<div id="small-logo"><img src="https://content.mediastg.net/static/RealEstate/Company/45/001-footer-logo.png" alt="BHHS Georgia Properties">div><br clear="all"><div id="reliance"><a href="https://www.reliancenetwork.com" title="link to Reliance Network">Reliance Networka>div>

 

<div id="agent"><a href="http://intranet.bhhsgeorgia.com/rega/intranet/" title="Agent Access">Agent Accessa>div>

 

div>

 

div>

 

div>

 

 

<form name="extranet-login" action="/rega/?p=findahome.asp&page=extranet&selected=login&mode=done" method="POST"><input type="hidden" name="username"><input type="hidden" name="password"><input type="hidden" name="remember">form><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-40183428-1', 'best-atl-homes.com');

ga(

'send', 'pageview');

 

script>body>

 

html>