Here’s your download!
""

Get directions
|
Let's Talk Real Estate!
I can help answer any tough questions you have.
Thank you, talk soon!
Firstname
Lastname
Phone
Email
Message
Best time to call
Please fill in all fields!
Request A Call
"Cassie is hands down the best realtor my husband and I have ever worked with!"
star star star star star
check_circle

Thank You!

We really appreciate you giving us a moment of your time today.

RETURN TO SITE

Made with ♥ by

var els = $('.address_row'); els.each(function(index){ var el = els.eq(index); var prevCont = el.closest('.squeeze_template'); console.log('prevCont',prevCont, el); if(prevCont.length < 1){ return false; } var map = prevCont.find('#map'); var roffset = (prevCont.width() - (el.offset().left - prevCont.offset().left + el.outerWidth())); console.log('prevCont.width()',prevCont.width()); console.log('el.offset().left',el.offset().left); console.log('prevCont.offset().left',prevCont.offset().left); var leftwidth = el.width()/2 + roffset; var allwidth = leftwidth*2; var toffset = (el.offset().top - prevCont.offset().top) - 100; var allheight = toffset*2; map.css('width',allwidth); map.css('height',allheight); window.setSizePresent = true; });