www.thegraystone.com
Open in
urlscan Pro
151.101.66.159
Public Scan
Submitted URL: https://thegraystone.com/
Effective URL: https://www.thegraystone.com/
Submission: On July 15 via api from US — Scanned from US
Effective URL: https://www.thegraystone.com/
Submission: On July 15 via api from US — Scanned from US
Form analysis
1 forms found in the DOMPOST https://spark.re/800-columbia-project-company-llc/the-graystone-condominiums/register/the-graystone
<form id="spark-registration-form" action="https://spark.re/800-columbia-project-company-llc/the-graystone-condominiums/register/the-graystone" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"><input type="hidden"
name="authenticity_token" value="NGLGpJY/nVyPN3rq9r1w0BESBTulMBUdX3AZjRD9g9bErWb5Cues2NywyIBfrR4JfNN8gUeSh46bAOCOQwuDzQ==">
<div class="grid">
<div class="form-item">
<h2 hidden="">Take the 3D Virtual Tour now after registration.</h2>
<br>
<span><input type="text" name="contact[first_name]" placeholder="FIRST NAME" id="contact_first_name"></span>
</div>
<div class="form-item">
<span><input type="text" name="contact[last_name]" placeholder="LAST NAME" id="contact_last_name"></span>
</div>
<div class="form-item">
<span><input type="email" name="contact[email]" placeholder="EMAIL" id="contact_email"></span>
</div>
<div class="form-item">
<span><input type="tel" name="contact[phone]" placeholder="PHONE" id="contact_phone"></span>
</div>
<div class="form-item">
<div class="dropdown-wrapper">
<div class="answer"><select name="answers[6098][answers]" id="answers_6098" class="false">
<option value="">HOW DID YOU HEAR ABOUT US</option>
<option value="Broker Referral">Broker Referral</option>
<option value="Internet">Internet Browser</option>
<option value="Facebook">Facebook</option>
<option value="Instagram">Instagram</option>
<option value="Geekwire">Geekwire</option>
<option value="GRAY Magazine">GRAY Magazine</option>
<option value="A-boards">A-Board Signs</option>
<option value="Walk By">Walk / Drive By</option>
<option value="Friends">Friends / Family</option>
<option value="Direct Mailer">Direct Mailer</option>
<option value="Zillow">Zillow / Redfin</option>
</select></div>
</div>
</div>
<div class="submit-button">
<a onclick="submitRegistrationForm(this);" class="button submit" href="javascript:void(0);">CONTACT GRAYSTONE</a>
</div>
<input type="hidden" name="source" id="source" value="The Graystone Seattle Form">
<input type="hidden" name="redirect_success" id="redirect_success" value="">
<input type="hidden" name="redirect_error" id="redirect_error" value="">
<input type="text" name="are_you_simulated" id="are_you_simulated" placeholder="">
<script type="rocketlazyloadscript"> window.onload = function() {
// Hides spam trap
document.getElementById("are_you_simulated").style.display = "none";
// Hides Employer/Brokerage field at the start
hideBrokerageEmployer();
}
var submitting = false;
var agentField = document.getElementById("agent");
function hideBrokerageEmployer() {
if (agentField === null) { return };
if (agentField.options[agentField.selectedIndex].text == "NO, I AM NOT AN AGENT") {
document.getElementById("hidden-agent").style.display = "none";
} else {
document.getElementById("hidden-agent").style.display = "table";
}
}
// Show/Hides Brokerage/Employer field based on Yes/No selection.
if (agentField) {
document.getElementById("agent").onchange = function() {
hideBrokerageEmployer();
}
}
function submitRegistrationForm(element) {
var form = document.querySelector("body#spark-registration-form form, form#spark-registration-form");
var missing = "";
var required = { contact_email: "Email" };
var customRequired = document.querySelectorAll("input:required, textarea:required, select:required");
var questionsRequired = {answers_5647: 'Where did you hear about us?'};
// Adds custom required inputs to the 'required' object
for (var i = 0; i < customRequired.length; i++) {
required[customRequired[i].id] = customRequired[i].parentNode.firstElementChild.innerHTML.replace("*", "");
}
// Adds required question inputs to the 'required' object
for (var key in questionsRequired) {
required[key] = questionsRequired[key];
}
// Iterates through required fields and adds any that have
// not been populated to 'missing' list
for (var key in required) {
var elements = Array.from(document.querySelectorAll("[id^='"+ key + "']"));
if (elements.length > 0) {
var missing_field = true;
elements.forEach(function (el) {
if ((el.length < 1) || (el &&
((el.type == "checkbox" && el.checked) ||
(el.type == "radio" && el.checked) ||
((el.type != "radio" && el.type != "checkbox") && el.value) ||
(document.getElementById(key + "_other_text") && document.getElementById(key + "_other_text").value)))) {
missing_field = false;
}
});
if (missing_field) {
missing += "- "+ required[key] + "\r\n"
}
}
}
// Tests email input value against RFC 5322 Official Standard Email Regex
var email = document.getElementById("contact_email").value;
if (!/(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])/.test(email)) {
missing += "- Email is invalid\r\n";
}
if (missing != "") { alert("The following fields are incomplete:\r\n"+ missing); return false; }
// Prevents duplicate submissions
if (submitting) { return false; }
submitting = true
form.submit();
}
</script>
</div>
</form>
Text Content
* Home * About Us * Availability * Amenities * First Hill * Contact * News NOW SELLING – OWNERSHIP FROM THE LOW $400,000S VIEW AVAILABILITY SEATTLE’S NEWEST PREMIER CONDOMINIUMS First Hill’s newest elegant 271-unit building offers studios to two-bedroom condominium residences now selling from the low $400,000s to $1.8Million. Every element was carefully selected with quality, health, and sustainability in mind. Experience the finer details of Graystone by taking the VR/AR tour, today. TAKE VR/AR TOUR TAKE VR/AR TOUR — STUDIOS FROM $399,000 — URBAN ONE BEDROOMS FROM $380,000 — ONE BEDROOMS FROM $440,000 — TWO-BEDROOMS FROM $865,000 — PENTHOUSES PRICING UPON REQUEST Error: Embedded data could not be displayed. REIMAGINING AN ERA OF SOPHISTICATION Experience the Club Level, located at the top of Graystone, which boasts elegant gathering spaces and exterior plazas to take in stunning views of Lake Washington and Mount Rainier. VIEW AMENITIES STUNNING CONDOS IN HISTORIC FIRST HILL Once a quiet, forested hill in the center of the city, Seattle’s First Hill neighborhood’s earliest residents cherished the fresh air and greenery. Today, the historic and iconic First Hill neighborhood boasts luxury Seattle condos with access to amazing restaurants and shopping in addition to its pocket parks and idyllic natural beauty. DISCOVER FIRST HILL EXPLORE THE GRAYSTONE TOWER VIEW AMENITIES CONTACT US TO START PLANNING YOUR MOVE TO GRAYSTONE. TAKE THE 3D VIRTUAL TOUR NOW AFTER REGISTRATION. HOW DID YOU HEAR ABOUT US Broker Referral Internet Browser Facebook Instagram Geekwire GRAY Magazine A-Board Signs Walk / Drive By Friends / Family Direct Mailer Zillow / Redfin CONTACT GRAYSTONE SALES CENTER 800 Columbia Street, Seattle, WA 98104 CONTACT INFO Tel: +1 206.485.3109 | Email: info@thegraystone.com Register Here FOLLOW US Facebook Instagram Availability Residences Amenities Building First Hill Team News Contact EQUAL HOUSING OPPORTUNITY THE GRAYSTONE PROJECT IS UNDER DEVELOPMENT AND ALL INFORMATION CONTAINED HEREIN, INCLUDING, WITHOUT LIMITATION, PRICING, CONCEPT DRAWINGS, ILLUSTRATIONS, RENDERINGS OF THE BUILDING, UNITS OR LANDSCAPING, DESCRIPTION OR DEPICTIONS OF AMENITIES, UNIT SPECIFICATIONS, DEPICTIONS OF VIEWS, FLOOR PLANS, COMMON AREAS, AND PROPOSED FINISHES OR OTHER DETAIL ARE FOR ILLUSTRATIVE PURPOSES ONLY, AND ARE BASED ON CURRENT DEVELOPMENT PLANS THAT ARE SUBJECT TO CHANGE WITHOUT NOTICE. ANY STATED SQUARE FOOTAGES OR DIMENSIONS ARE APPROXIMATE AND WILL VARY WITH ACTUAL CONSTRUCTION. THE IMPROVEMENTS DEPICTED ARE PROPOSED AND NEED NOT BE BUILT. THIS DOCUMENT IS NOT AN OFFER TO SELL OR A SOLICITATION OF AN OFFER TO BUY A CONDOMINIUM UNIT. PROSPECTIVE BUYERS SHOULD NOT RELY ON ANY CONTENT CONTAINED HEREIN, AND ANY PURCHASE AND SALE OF GRAYSTONE CONDOMINIUM UNITS WILL BE GOVERNED EXCLUSIVELY BY THE TERMS OF PURCHASE AND SALE DOCUMENTATION, PUBLIC OFFERING STATEMENT, CONDOMINIUM DECLARATION, AND OTHER DOCUMENTATION REQUIRED BY OWNER. CONSTRUCTION OF THE PROJECT AND THE SALE OF UNITS WILL FURTHER BE CONDITIONED UPON THE SATISFACTION OF ALL REQUIREMENTS UNDER THE LAWS OF THE STATE OF WASHINGTON AND ANY OTHER APPLICABLE LAW. REPRESENTED BY REALOGICS SOTHEBY’S INTERNATIONAL REALTY. COPYRIGHT ©800 COLUMBIA PROJECT COMPANY, LLC. ALL RIGHTS RESERVED