www.the1916company.com Open in urlscan Pro
2606:4700:10::6816:3178  Public Scan

Submitted URL: https://click.marketing.the1916company.com/?qs=58b77efd8a4b6d9eb4750c994a77d170ccf48a023f3d0e65c55f9427033f858aed47d6aa802d662e5d1679d79b6c...
Effective URL: https://www.the1916company.com/about-us/our-locations/?utm_source=sfmc&utm_medium=email&utm_campaign=re-engagement-the1916co-in...
Submission: On October 08 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET /search/

<form method="GET" action="/search/" class="SearchMenu__form">
  <div class="SearchMenu__search">
    <svg viewBox="0 0 24 24" width="24" height="24" class="SearchMenu__search__icon Icon__icon Icon__icon--24 SearchMenu__results__list-icon">
      <path d="M10.875 18.75C15.2242 18.75 18.75 15.2242 18.75 10.875C18.75 6.52576 15.2242 3 10.875 3C6.52576 3 3 6.52576 3 10.875C3 15.2242 6.52576 18.75 10.875 18.75Z" stroke-linecap="round" stroke-linejoin="round"></path>
      <path d="M16.4438 16.4437L21.0001 21" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
    <button class="SearchMenu__clear">
      <svg viewBox="0 0 24 24" width="24" height="24" class="Icon__icon Icon__icon--24">
        <path d="M18.75 5.25L5.25 18.75" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M18.75 18.75L5.25 5.25" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </button>
    <input name="q" class="SearchMenu__input" placeholder="Search for brands or models" autofill="off" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" value="" aria-label="Search for brands or models">
  </div>
</form>

Name: dwfrm_contact /on/demandware.store/Sites-ns-company-Site/en_US/Contact-contactUs

<form class="contact-us-info-form ns-form" action="/on/demandware.store/Sites-ns-company-Site/en_US/Contact-contactUs" onsubmit="return false;" autocomplete="on" novalidate="" data-redirect="false"
  data-recaptcha-key="6Lf_-agpAAAAABGXZ2IWqR_StOnXb1mddk-Koxnu" name="dwfrm_contact" id="dwfrm_contact" data-gtm-form-interact-id="1">
  <p class="ns-form__required-descr"><span class="mandatory">*</span>Required fields</p>
  <div class="ns-form__fields contact-us-info-form__fields">
    <div class="form-group contact-us-info-form__first-name">
      <label for="first_name" class="ns-form__label form-input-label">First Name<span class="mandatory">*</span></label>
      <input type="text" class="ns-form__input form-control firstName required" data-error="Enter First Name" format-error="Invalid First name" id="first_name" value="" encoding="off" name="dwfrm_contact_firstname" required="" maxlength="50"
        pattern="^[a-zA-Z][a-zA-Z\ \'\-]*$">
    </div>
    <div class="form-group contact-us-info-form__last-name">
      <label for="last_name" class="ns-form__label form-input-label">Last Name<span class="mandatory">*</span></label>
      <input type="text" class="ns-form__input form-control lastName required" data-error="Enter Last Name" format-error="Invalid Last name" id="last_name" value="" encoding="off" name="dwfrm_contact_lastname" required="" maxlength="50"
        pattern="^[a-zA-Z][a-zA-Z\ \'\-]*$">
    </div>
    <div class="form-group contact-us-info-form__email">
      <label for="email-id" class="ns-form__label form-input-label">Email<span class="mandatory">*</span></label>
      <input type="email" class="ns-form__input form-control email required" data-error="Enter Email" format-error="Invalid Email id / Enter valid Email id" id="email-id" value="" encoding="off" name="dwfrm_contact_email" required="" maxlength="50">
    </div>
    <div class="form-group phone-with-country-code select-form-group contact-us-info-form__phone">
      <label for="phonenumber" class="ns-form__label form-input-label">Phone<span class="mandatory">*</span></label>
      <div class="iti iti--allow-dropdown">
        <div class="iti__flag-container">
          <div class="iti__selected-flag" role="combobox" aria-owns="country-listbox" tabindex="0" title="UNITED STATES: 1" data-country-code="(+1)">
            <div class="iti__flag iti__us"></div>
            <div class="iti__arrow"></div>
          </div>
        </div><input type="tel" class="ns-form__input form-control-custom phone required" numeric-only="" data-error="Enter Phone Number" format-error="Please enter a valid phone number"
          range-error="The phone number must be between 7 and 15 characters" phone-code-error="Please select a country code." id="phonenumber" minlength="7" maxlength="15" name="dwfrm_contact_phone" required="" value="" autocomplete="off"
          data-intl-tel-input-id="0" inputmode="text">
      </div>
      <script src="/on/demandware.static/Sites-ns-company-Site/-/en_US/v1728360074780/lib/intlTelInput.min.js" id="intlTelInput"></script>
      <script src="/on/demandware.static/Sites-ns-company-Site/-/en_US/v1728360074780/lib/inputmask.min.js" id="inputmask"></script>
      <link rel="stylesheet" as="style" href="/on/demandware.static/Sites-ns-company-Site/-/en_US/v1728360074780/lib/intlTelInput.min.css">
      <input type="hidden" id="phoneCountryCode" value="1">
      <script id="setPhoneMask">
        function setPhoneMask(input, masks, country) {
          if (country === 'US') {
            try {
              const mask = new Inputmask({
                mask: (typeof masks !== 'undefined' && country in masks) ? masks[country] : {},
                autoUnmask: true,
                removeMaskOnSubmit: true
              });
              if (input.inputmask) {
                input.inputmask.remove();
              }
              mask.mask(input);
            } catch (e) {}
          } else if (input.inputmask) {
            input.inputmask.remove();
          }
        }
      </script>
      <script>
        var itiphonenumber = null;
        var waitForTelInputphonenumber = setInterval(function() {
          if (typeof window.intlTelInput !== 'undefined') {
            clearInterval(waitForTelInputphonenumber);
            if (!itiphonenumber) {
              var inputId = "phonenumber";
              var countryCode = "";
              var countryFromSession = "us";
              var masks = JSON.parse("{&quot;US&quot;:&quot;(999) 999-9999&quot;}".replace(/&quot;/g, '"'));
              if (!countryCode || countryCode.length == 0) {
                countryCode = "+1";
              }
              countryCode = countryCode.replace("+", "");
              var phoneNo = "";
              var phoneInput = document.getElementById(inputId);
              itiphonenumber = window.intlTelInput(phoneInput, {
                dropdownContainer: document.body,
                utilsScript: "/on/demandware.static/Sites-ns-company-Site/-/en_US/v1728360074780/lib/intlTelInputUtils.js",
                autoPlaceholder: "off",
                formatOnDisplay: false
              });
              if (phoneNo && phoneNo.length > 0) {
                itiphonenumber.setNumber(phoneNo);
              } else {
                itiphonenumber.setNumber(document.getElementById(inputId).value);
              }
              try {
                if (countryCode && countryCode.length > 0) {
                  var countryData = window.intlTelInputGlobals.getCountryData().filter(function(item) {
                    return item.dialCode == countryCode;
                  });
                  try {
                    countryData.sort(function(a, b) {
                      return a.priority < b.priority ? -1 : a.priority > b.priority ? 1 : 0;
                    });
                  } catch (e) {}
                  itiphonenumber.setCountry(countryData[0].iso2);
                  document.getElementById("phoneCountryCode").value = countryCode;
                  document.querySelector('.iti__selected-flag').setAttribute('data-country-code', '(+' + countryCode + ')');
                  setPhoneMask(phoneInput, masks, countryData[0].iso2.toUpperCase());
                } else if (countryFromSession && countryFromSession.length > 0) {
                  itiphonenumber.setCountry(countryFromSession);
                  var selectedVal = itiphonenumber.getSelectedCountryData();
                  document.getElementById("phoneCountryCode").value = selectedVal.dialCode;
                  document.querySelector('.iti__selected-flag').setAttribute('data-country-code', '(+' + selectedVal.dialCode + ')');
                  setPhoneMask(phoneInput, masks, selectedVal.iso2.toUpperCase());
                }
              } catch (e) {}
              phoneInput.addEventListener("countrychange", function() {
                var selectedVal = itiphonenumber.getSelectedCountryData();
                document.getElementById("phoneCountryCode").value = selectedVal.dialCode;
                document.querySelector('.iti__selected-flag').setAttribute('data-country-code', '(+' + selectedVal.dialCode + ')');
                setPhoneMask(phoneInput, masks, selectedVal.iso2.toUpperCase());
              });
            }
          }
        }, 50);
      </script>
    </div>
    <div class="form-group select-form-group contact-us-info-form__country">
      <label class="ns-form__label form-control-label form-group-label" for="country_select">Select Country<span class="mandatory">*</span></label>
      <div class="ns-form__select-wrapper">
        <select id="country_select" class="ns-form__select form-control" data-error="Please select a country." name="dwfrm_address_country" required="">
          <option id="AI" value="ANGUILLA" data-gtm-form-interact-field-id="1"> Anguilla</option>
          <option id="AG" value="ANTIGUA"> Antigua</option>
          <option id="AR" value="ARGENTINA"> Argentina</option>
          <option id="AW" value="ARUBA"> Aruba</option>
          <option id="AU" value="AUSTRALIA"> Australia</option>
          <option id="AT" value="AUSTRIA"> Austria</option>
          <option id="BS" value="BAHAMAS"> Bahamas</option>
          <option id="BH" value="BAHRAIN"> Bahrain</option>
          <option id="AG" value="BARBUDA"> Barbuda</option>
          <option id="BY" value="BELARUS"> Belarus</option>
          <option id="BE" value="BELGIUM"> Belgium</option>
          <option id="BZ" value="BELIZE"> Belize</option>
          <option id="BM" value="BERMUDA"> Bermuda</option>
          <option id="BO" value="BOLIVIA"> Bolivia</option>
          <option id="BQ" value="BONAIRE"> Bonaire</option>
          <option id="BW" value="BOTSWANA"> Botswana</option>
          <option id="BR" value="BRAZIL"> Brazil</option>
          <option id="BN" value="BRUNEI"> Brunei</option>
          <option id="BG" value="BULGARIA"> Bulgaria</option>
          <option id="VG" value="BVI"> BVI</option>
          <option id="CA" value="CANADA"> Canada</option>
          <option id="CV" value="CAPE VERDE"> Cape Verde</option>
          <option id="KY" value="CAYMAN ISLANDS"> Cayman Islands</option>
          <option id="CL" value="CHILE"> Chile</option>
          <option id="CN" value="CHINA"> China</option>
          <option id="CO" value="COLOMBIA"> Colombia</option>
          <option id="CR" value="COSTA RICA"> Costa Rica</option>
          <option id="HR" value="CROATIA"> Croatia</option>
          <option id="CY" value="CYPRUS"> Cyprus</option>
          <option id="CZ" value="CZECH REPUBLIC"> Czech Republic</option>
          <option id="DK" value="DENMARK"> Denmark</option>
          <option id="DM" value="DOMINICA"> Dominica</option>
          <option id="EC" value="ECUADOR"> Ecuador</option>
          <option id="EG" value="EGYPT"> Egypt</option>
          <option id="FO" value="FAROE ISLANDS"> Faroe Islands</option>
          <option id="FJ" value="FIJI"> Fiji</option>
          <option id="FI" value="FINLAND"> Finland</option>
          <option id="FR" value="FRANCE"> France</option>
          <option id="PF" value="FRENCH POLYNESIA"> French Polynesia</option>
          <option id="DE" value="GERMANY"> Germany</option>
          <option id="GI" value="GIBRALTAR"> Gibraltar</option>
          <option id="GR" value="GREECE"> Greece</option>
          <option id="GL" value="GREENLAND"> Greenland</option>
          <option id="GD" value="GRENADA"> Grenada</option>
          <option id="GP" value="GUADELOUPE"> Guadeloupe</option>
          <option id="GU" value="GUAM"> Guam</option>
          <option id="GT" value="GUATEMALA"> Guatemala</option>
          <option id="HK" value="HONG KONG, SAR OF CHINA"> Hong Kong, SAR of China</option>
          <option id="HU" value="HUNGARY"> Hungary</option>
          <option id="IS" value="ICELAND"> Iceland</option>
          <option id="IN" value="INDIA"> India</option>
          <option id="ID" value="INDONESIA"> Indonesia</option>
          <option id="IE" value="IRELAND"> Ireland</option>
          <option id="IL" value="ISRAEL"> Israel</option>
          <option id="IT" value="ITALY"> Italy</option>
          <option id="JM" value="JAMAICA"> Jamaica</option>
          <option id="JP" value="JAPAN"> Japan</option>
          <option id="JO" value="JORDAN"> Jordan</option>
          <option id="KW" value="KUWAIT"> Kuwait</option>
          <option id="LI" value="LICHTENSTEIN"> Lichtenstein</option>
          <option id="LU" value="LUXEMBOURG"> Luxembourg</option>
          <option id="MO" value="MACAU, SAR OF CHINA"> Macau, SAR of China</option>
          <option id="MG" value="MADAGASCAR"> Madagascar</option>
          <option id="MY" value="MALAYSIA"> Malaysia</option>
          <option id="MV" value="MALDIVES"> Maldives</option>
          <option id="MQ" value="MARTINIQUE"> Martinique</option>
          <option id="MU" value="MAURITIUS"> Mauritius</option>
          <option id="MX" value="MEXICO"> Mexico</option>
          <option id="MC" value="MONACO"> Monaco</option>
          <option id="MS" value="MONTSERRAT"> Montserrat</option>
          <option id="NL" value="NETHERLANDS"> Netherlands</option>
          <option id="NC" value="NEW CALEDONIA"> New Caledonia</option>
          <option id="NZ" value="NEW ZEALAND"> New Zealand</option>
          <option id="NG" value="NIGERIA"> Nigeria</option>
          <option id="MP" value="NORTHERN MARIANA ISLANDS"> Northern Mariana Islands</option>
          <option id="NO" value="NORWAY"> Norway</option>
          <option id="OM" value="OMAN"> Oman</option>
          <option id="PA" value="PANAMA"> Panama</option>
          <option id="PG" value="PAPUA NEW GUINEA"> Papua New Guinea</option>
          <option id="PY" value="PARAGUAY"> Paraguay</option>
          <option id="PE" value="PERU"> Peru</option>
          <option id="PH" value="PHILIPPINES"> Philippines</option>
          <option id="PL" value="POLAND"> Poland</option>
          <option id="PT" value="PORTUGAL"> Portugal</option>
          <option id="PR" value="PUERTO RICO"> Puerto Rico</option>
          <option id="QA" value="QATAR"> Qatar</option>
          <option id="RO" value="ROMANIA"> Romania</option>
          <option id="SX" value="SAINT MAARTEN"> Saint Maarten</option>
          <option id="SM" value="SAN MARINO"> San Marino</option>
          <option id="SA" value="SAUDI ARABIA"> Saudi Arabia</option>
          <option id="RS" value="SERBIA"> Serbia</option>
          <option id="SC" value="SEYCHELLES"> Seychelles</option>
          <option id="SG" value="SINGAPORE"> Singapore</option>
          <option id="SK" value="SLOVAKIA"> Slovakia</option>
          <option id="ZA" value="SOUTH AFRICA"> South Africa</option>
          <option id="KR" value="SOUTH KOREA"> South Korea</option>
          <option id="ES" value="SPAIN"> Spain</option>
          <option id="LK" value="SRI LANKA"> Sri Lanka</option>
          <option id="BL" value="ST. BARTHELEMY"> St. Barthelemy</option>
          <option id="KN" value="ST. KITTS + NEVIS"> St. Kitts + Nevis</option>
          <option id="LC" value="ST. LUCIA"> St. Lucia</option>
          <option id="VC" value="ST. VINCENT &amp; GRENADINES"> St. Vincent &amp; Grenadines</option>
          <option id="SE" value="SWEDEN"> Sweden</option>
          <option id="CH" value="SWITZERLAND"> Switzerland</option>
          <option id="TW" value="TAIWAN, CHINA"> Taiwan, China</option>
          <option id="TH" value="THAILAND"> Thailand</option>
          <option id="TT" value="TRINIDAD + TOBAGO"> Trinidad + Tobago</option>
          <option id="TR" value="TURKEY"> Turkey</option>
          <option id="VI" value="U.S. VIRGIN ISLANDS"> U.S. Virgin Islands</option>
          <option id="AE" value="UNITED ARAB EMIRATES"> United Arab Emirates</option>
          <option id="GB" value="UNITED KINGDOM"> United Kingdom</option>
          <option id="US" value="UNITED STATES" selected="true"> United States</option>
          <option id="UY" value="URAGUAY"> Uraguay</option>
          <option id="VA" value="VATICAN CITY"> Vatican City</option>
          <option id="VN" value="VIETNAM"> Vietnam</option>
        </select>
      </div>
    </div>
    <div class="form-group select-form-group contact-us-info-form__zip is-visible">
      <label class="ns-form__label form-control-label form-group-label" for="postalCode">Primary Zip</label>
      <input type="text" class="ns-form__input form-control postalCodeUS" range-error="Please enter a valid zip code" format-error="Please enter a valid zip code" missing-error="Enter Zip Code" data-error="Enter Zip Code" minlength="5" maxlength="5"
        id="postalCode" name="dwfrm_address_postalCode" value="" pattern="^[a-zA-Z0-9\s-]+$">
    </div>
    <input type="hidden" value="" id="store" name="dwfrm_contact_store" maxlength="30">
    <div class="form-group contact-us-info-form__appt-date">
      <label class="ns-form__label form-control-label form-group-label" for="apptDate">Preferred Date <time>(10/10 - 4/8)</time><span class="mandatory">*</span></label>
      <div class="ns-form__date-input-wrapper">
        <input type="date" class="ns-form__date-input form-control appt-date required" id="apptDate" name="apptDate" range-error-low="Date must be at least two days from today" range-error-high="Date must fall within the next six months"
          min="2024-10-10" max="2025-04-08">
      </div>
    </div>
    <div class="form-group select-form-group contact-us-info-form__appt-time">
      <label class="ns-form__label form-control-label form-group-label" for="apptTime">Preferred Time<span class="mandatory">*</span></label>
      <div class="ns-form__select-wrapper">
        <select class="ns-form__select form-control required" id="apptTime" name="apptTime">
          <option value=""></option>
          <option value="Morning">Morning</option>
          <option value="Afternoon">Afternoon</option>
          <option value="Evening">Evening</option>
        </select>
      </div>
    </div>
    <div class="ns-form__group ns-form__group--full-span form-group select-form-group contact-us-info-form__subject">
      <label class="ns-form__label form-control-label form-group-label" for="reasonForAppointment"> Reason for Appointment<span class="mandatory">*</span>
      </label>
      <div class="ns-form__select-wrapper">
        <select class="ns-form__select form-control required" id="reasonForAppointment" name="dwfrm_appointment_reasonForAppointment" required="">
          <option value=""></option>
          <option id="Sale" value="Buy from 1916 Company">Buy from 1916 Company</option>
          <option id="Origination" value="Sell to 1916 Company">Sell to 1916 Company</option>
          <option id="Trade" value="Trade with 1916 Company">Trade with 1916 Company</option>
        </select>
      </div>
    </div>
    <input type="hidden" id="marketingSource" value="Request Appointment" name="dwfrm_contact_marketingSource" maxlength="2147483647">
    <div class="form-group ns-form__group ns-form__group--full-span contact-us-info-form__msg">
      <label class="ns-form__label form-group-label" for="comments"> Please share anything that will help prepare for our appointment<span class="mandatory">*</span>
      </label>
      <textarea class="ns-form__textarea form-control message-contactus required" id="comments" maxlength="30000" rows="5" data-error="Enter Message" name="dwfrm_contact_message" required="" value=""></textarea>
    </div>
    <div class="wb-form__group wb-form__group--full-span">
      <div class="wb-checkbox">
        <input type="checkbox" class="sr-only wb-checkbox__input" id="receiveEmail" name="receiveEmail" data-consent-type="email">
        <label class="wb-checkbox__label form-group-label form-receive-label" for="receiveEmail"> Yes, I'd like to receive emails for The 1916 Company promotions and products. </label>
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col form-group">
      <button id="contactusButton" type="submit" class="ns-btn submit-contact-us btn g-recaptcha" data-error="Something went wrong. Please try again." name="submit"> Request Appointment </button>
    </div>
  </div>
  <div>
    <!-- TEMPLATE FOR Subscribe disclaimer used in all the froms -->
    <div class="submit-subscribe-disclaimer mt-3">
      <small>
      </small>
    </div>
  </div>
  <input type="hidden" name="csrf_token" value="Ygw7l8vAREu7Xl4gtgrUp6t5vYwUoU4lsoiy52Zv1XN4tM9pQpeDWoEyyIU55DLHM2mZQed2Q6NHUK-ZLk6ibNxXwl38ehTlVLT0MbvPi2-p4K36-FCsxssY3fjy4v1F4WKC_zhQPHXqYsnmD-qafgAqby3fS3R4n-RHVWPxBkMff35fu-w=">
  <input type="hidden" name="identifyUser" id="identifyUser" value="">
</form>

GET /api/subscribe/

<form id="form-footer-subscribe" method="GET" action="/api/subscribe/" data-gtm-form-interact-id="0">
  <div class="SubscribeForm__form">
    <div class="SubscribeForm__form__col--grow"><input type="text" id="email" placeholder="Enter your email" class="SubscribeForm__form__input" value="" aria-label="Enter your email" data-gtm-form-interact-field-id="0"></div>
    <div class="SubscribeForm__form__col--shrink"><button class="Btn__btn Btn__btn--lg SubscribeForm__form__btn">Subscribe</button></div>
  </div>
</form>

POST /locale/

<form method="POST" action="/locale/" class="LocaleSwitcherClient__form__wrap" data-gtm-form-interact-id="2">
  <button class="Btn__btn Btn__btn--icon LocaleSwitcherClient__form__close" aria-label="Close">
    <svg viewBox="0 0 24 24" width="24" height="24" class="Icon__icon Icon__icon--16">
      <path d="M18.75 5.25L5.25 18.75" stroke-linecap="round" stroke-linejoin="round"></path>
      <path d="M18.75 18.75L5.25 5.25" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </button>
  <h2 class="LocaleSwitcherClient__form__h2">Location Settings</h2>
  <div class="LocaleSwitcherClient__form__body">Choose your ship-to location to view the correct local market pricing, delivery estimates, and VAT.</div>
  <div class="LocaleSwitcherClient__form__fields">
    <div class="LocaleSwitcherClient__form__field Form__form-container">
      <label class="Form__input__label" for="country">Country</label>
      <div class="Form__input-container">
        <span class="Form__input__flag FooterLocaleFlags__flag FooterLocaleFlags__flag--md FooterLocaleFlags__flag-US"></span>
        <select id="country" name="country" class="Form__input__select Form__input__select--transparent">
          <option value="" disabled="">Select Country</option>
          <option value="US" data-currency="USD" selected="true">United States</option>
          <option value="AL" data-currency="EUR">Albania</option>
          <option value="AR" data-currency="USD">Argentina</option>
          <option value="AU" data-currency="USD">Australia</option>
          <option value="AT" data-currency="EUR">Austria</option>
          <option value="BH" data-currency="AED">Bahrain</option>
          <option value="BE" data-currency="EUR">Belgium</option>
          <option value="BO" data-currency="USD">Bolivia</option>
          <option value="BG" data-currency="EUR">Bulgaria</option>
          <option value="CA" data-currency="USD">Canada</option>
          <option value="CL" data-currency="USD">Chile</option>
          <option value="CN" data-currency="USD">China</option>
          <option value="CO" data-currency="USD">Colombia</option>
          <option value="HR" data-currency="EUR">Croatia</option>
          <option value="CZ" data-currency="EUR">Czech Republic</option>
          <option value="DK" data-currency="EUR">Denmark</option>
          <option value="EG" data-currency="USD">Egypt</option>
          <option value="FI" data-currency="EUR">Finland</option>
          <option value="FR" data-currency="EUR">France</option>
          <option value="DE" data-currency="EUR">Germany</option>
          <option value="GR" data-currency="EUR">Greece</option>
          <option value="HK" data-currency="HKD">Hong Kong, SAR of China</option>
          <option value="HU" data-currency="EUR">Hungary</option>
          <option value="IS" data-currency="EUR">Iceland</option>
          <option value="IN" data-currency="USD">India</option>
          <option value="ID" data-currency="USD">Indonesia</option>
          <option value="IE" data-currency="EUR">Ireland</option>
          <option value="IL" data-currency="EUR">Israel</option>
          <option value="IT" data-currency="EUR">Italy</option>
          <option value="JP" data-currency="USD">Japan</option>
          <option value="JO" data-currency="AED">Jordan</option>
          <option value="KW" data-currency="AED">Kuwait</option>
          <option value="LB" data-currency="AED">Lebanon</option>
          <option value="LI" data-currency="EUR">Liechtenstein</option>
          <option value="LU" data-currency="EUR">Luxembourg</option>
          <option value="MO" data-currency="EUR">Macau, SAR of China</option>
          <option value="MY" data-currency="SGD">Malaysia</option>
          <option value="MX" data-currency="USD">Mexico</option>
          <option value="MC" data-currency="EUR">Monaco</option>
          <option value="NL" data-currency="EUR">Netherlands</option>
          <option value="NZ" data-currency="USD">New Zealand</option>
          <option value="NO" data-currency="EUR">Norway</option>
          <option value="OM" data-currency="AED">Oman</option>
          <option value="PE" data-currency="USD">Peru</option>
          <option value="PH" data-currency="USD">Philippines</option>
          <option value="PL" data-currency="EUR">Poland</option>
          <option value="PT" data-currency="EUR">Portugal</option>
          <option value="QA" data-currency="AED">Qatar</option>
          <option value="RO" data-currency="EUR">Romania</option>
          <option value="SM" data-currency="EUR">San Marino</option>
          <option value="SA" data-currency="AED">Saudi Arabia</option>
          <option value="RS" data-currency="EUR">Serbia</option>
          <option value="SG" data-currency="SGD">Singapore</option>
          <option value="ZA" data-currency="USD">South Africa</option>
          <option value="SK" data-currency="USD">South Korea</option>
          <option value="ES" data-currency="EUR">Spain</option>
          <option value="SE" data-currency="EUR">Sweden</option>
          <option value="CH" data-currency="CHF">Switzerland</option>
          <option value="TW" data-currency="HKD">Taiwan, China</option>
          <option value="TH" data-currency="USD">Thailand</option>
          <option value="TR" data-currency="EUR">Turkey</option>
          <option value="AE" data-currency="AED">United Arab Emirates</option>
          <option value="GB" data-currency="GBP">United Kingdom</option>
          <option value="UY" data-currency="USD">Uruguay</option>
          <option value="VA" data-currency="EUR">Vatican City</option>
          <option value="VN" data-currency="USD">Vietnam</option>
        </select>
        <div class="Form__select-arrow">
          <svg viewBox="0 0 24 24" width="24" height="24" class="Icon__icon Icon__icon--24" role="img">
            <title>Down Arrow</title>
            <path d="M19.5 9L12 16.5L4.5 9" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </div>
      </div>
    </div>
    <div class="LocaleSwitcherClient__form__field Form__form-container">
      <label class="Form__input__label" for="currency">Currency</label>
      <div class="Form__input-container">
        <select id="currency" name="currency" class="Form__input__select Form__input__select--transparent">
          <option value="" disabled="" data-gtm-form-interact-field-id="2">Select Currency</option>
          <option value="AED">AED</option>
          <option value="CHF">CHF</option>
          <option value="EUR">EUR</option>
          <option value="GBP">GBP</option>
          <option value="HKD">HKD</option>
          <option value="SGD">SGD</option>
          <option value="USD" selected="selected">USD</option>
        </select>
        <div class="Form__select-arrow">
          <svg viewBox="0 0 24 24" width="24" height="24" class="Icon__icon Icon__icon--24" role="img">
            <title>Down Arrow</title>
            <path d="M19.5 9L12 16.5L4.5 9" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </div>
      </div>
    </div>
  </div>
  <button class="Btn__btn Btn__btn--lg LocaleSwitcherClient__form__button">Save &amp; Close</button>
</form>

Text Content

Welcome to The 1916 Company
How can we help?
Ready to talk watches 24/7, our team of client advisors, watchmakers, and
experts will guide you at every step.
Schedule an AppointmentLive ChatEmail a Client AdvisorCall: 1-866-858-8434
Close
have any questions?
chat | call | email



THE 1916 COMPANY


OFFICIAL APP

Free - On Google Play

Install View View
Locations Contact Us Schedule An Appointment
Search Search Account Wishlist
Shopping Bag
Rolex
Rolex
Discover Rolex Rolex Collection New Watches 2024
By Collection
1908 Air-King Cosmograph Daytona Datejust Day-Date Deepsea Explorer GMT-Master
II Lady-Datejust Oyster Perpetual Sea-Dweller Sky-Dweller Yacht-Master
Submariner

Rolex Certified Pre-Owned
Rolex Certified Pre-Owned
Discover Rolex Certified Pre-Owned Our Selection
By Collection
Air-King Cellini Datejust Day-Date Daytona Deepsea Explorer Explorer II
GMT-Master GMT-Master II Milgauss Oyster Perpetual Pearlmaster Sea-Dweller
Sky-Dweller Submariner Yacht-Master Yacht-Master II

Patek Philippe
Patek Philippe
Men's Watches Women's Watches All Watches
By Collection
Grand Complications Complications Calatrava Golden Ellipse Twenty~4

Watches
By Collection
Shop All
Featured Brands
Rolex Patek Philippe Breguet Breitling Bulgari Cartier De Bethune Grand Seiko H.
Moser & Cie. Hublot IWC Jaeger-LeCoultre Omega Panerai Tag Heuer Tudor
View All Brands

Pre-Owned
By Collection
Shop All New Arrivals Men's Watches Women's Watches Independent Watches Sale
Featured Brands
Rolex Certified Pre-Owned A. Lange & Söhne Audemars Piguet Breguet Breitling
Cartier De Bethune F.P. Journe Grand Seiko H. Moser & Cie. IWC Jaeger-LeCoultre
Omega Patek Philippe Tudor Vacheron Constantin
View All Brands

Jewelry
Learn
Journal
Latest Stories Featured A Watch A Week Industry News Auction News Watch Reviews
Watch 101 History of Time Collector Conversations Press Room
See All Articles
Studios
Live Shopping Latest Shows Latest Reviews Watches Tonight with Tim Mosso Market
Wrap with Mike Manjos Collector Conversations Perpetually Patek Collector's
Guide Collector Questions
See All Videos

Sell & Trade

Open Menu
Shopping Bag
Search Search
Close Menu Search
Shopping Bag
Rolex
Rolex
Discover Rolex Rolex Collection New Watches 2024
By Collection
1908 Air-King Cosmograph Daytona Datejust Day-Date Deepsea Explorer GMT-Master
II Lady-Datejust Oyster Perpetual Sea-Dweller Sky-Dweller Yacht-Master
Submariner
Rolex Certified Pre-Owned
Rolex Certified Pre-Owned
Discover Rolex Certified Pre-Owned Our Selection
By Collection
Air-King Cellini Datejust Day-Date Daytona Deepsea Explorer Explorer II
GMT-Master GMT-Master II Milgauss Oyster Perpetual Pearlmaster Sea-Dweller
Sky-Dweller Submariner Yacht-Master Yacht-Master II
Patek Philippe
Patek Philippe
Men's Watches Women's Watches All Watches
By Collection
Grand Complications Complications Calatrava Golden Ellipse Twenty~4
Watches
By Collection
Shop All
Featured Brands
Rolex Patek Philippe Breguet Breitling Bulgari Cartier De Bethune Grand Seiko H.
Moser & Cie. Hublot IWC Jaeger-LeCoultre Omega Panerai Tag Heuer Tudor
View All Brands
Pre-Owned
By Collection
Shop All New Arrivals Men's Watches Women's Watches Independent Watches Sale
Featured Brands
Rolex Certified Pre-Owned A. Lange & Söhne Audemars Piguet Breguet Breitling
Cartier De Bethune F.P. Journe Grand Seiko H. Moser & Cie. IWC Jaeger-LeCoultre
Omega Patek Philippe Tudor Vacheron Constantin
View All Brands
Jewelry Learn
Journal
Latest Stories Featured A Watch A Week Industry News Auction News Watch Reviews
Watch 101 History of Time Collector Conversations Press Room
See All Articles
Studios
Live Shopping Latest Shows Latest Reviews Watches Tonight with Tim Mosso Market
Wrap with Mike Manjos Collector Conversations Perpetually Patek Collector's
Guide Collector Questions
See All Videos
Sell & Trade
Schedule An Appointment Account Wishlist Ship To: United States - USD$ Our
Locations Chat with us


Popular
 * Rolex
 * Rolex Certified Pre-Owned
 * Patek Philippe
 * De Bethune
 * F.P. Journe

Suggested
Searching...
No results found
{each.uniqueTerms} {text} {/each.uniqueTerms}


LOCATIONS

 * North America
 * Asia
 * Europe
 * Middle East


NORTH AMERICA

By Appointment Only


NEW YORK CITY

Pre-Owned Watches, Sell & Trade

595 Madison Ave 4th Floor
New York NY 10022
Schedule an Appointment See More Details

By Appointment Only


MIAMI

Pre-Owned Watches, Sell & Trade

4141 NE 2nd Ave, Suite 200
Miami FL 33137
Schedule an Appointment See More Details


NEWARK (RADCLIFFE)

Official Rolex Jeweler

115 Christiana Mall
Newark DE 19702
Contact Us See More Details


BALTIMORE (RADCLIFFE)

Official Rolex Jeweler

1819 Reisterstown Road
Pikesville MD 21208
Contact Us See More Details


PHILADELPHIA (GOVBERG)

Official Rolex Jeweler, Patek Philippe Authorized Retailer

1529 Walnut St.
Philadelphia PA 19102
Schedule an Appointment See More Details


ARDMORE (GOVBERG)

New Watches

65 St James Pl
Ardmore PA 19003
Schedule an Appointment See More Details


DENVER (HYDE PARK)

Official Rolex Jeweler

3000 E. First Ave, Suite 243
Denver CO 80206
Contact Us See More Details


SCOTTSDALE (HYDE PARK)

Official Rolex Jeweler

7014 E. Camelback Rd, Suite 1092
Scottsdale AZ 85251
Contact Us See More Details


NEWPORT BEACH (HYDE PARK)

Official Rolex Jeweler

817 Newport Center Drive
Newport Beach CA 92660
Contact Us See More Details


DENVER (BREITLING BOUTIQUE)

New Watches

3000 E. First Ave, Suite 238
Denver CO 80206
Contact Us See More Details


DENVER (OMEGA BOUTIQUE)

New Watches

3000 E. First Ave, Suite 237
Denver CO 80206
Contact Us See More Details


DENVER (TUDOR BOUTIQUE)

New Watches

Cherry Creek Shopping Center
3000 E. First Avenue
Denver CO 80206
Contact Us See More Details


SCOTTSDALE (BREITLING BOUTIQUE)

New Watches

7014 E. Camelback Rd, Suite 1117
Scottsdale AZ 85251
Contact Us See More Details


SCOTTSDALE (HUBLOT BOUTIQUE)

New Watches

7014 E. Camelback Rd, Suite 1117
Scottsdale AZ 85251
Contact Us See More Details


SCOTTSDALE (IWC BOUTIQUE)

New Watches

7014 E. Camelback Rd, Suite 1117
Scottsdale AZ 85251
Contact Us See More Details

By Appointment Only


PHILADELPHIA | HEADQUARTERS

Pre-Owned Watches, Sell & Trade

166 East Levering Mill Road
Bala Cynwyd Pennsylvania 19004
Request an Appointment See More Details


ASIA

By Appointment Only


SHANGHAI

Pre-Owned Watches, Sell & Trade

6F JinYan Tower
No.8 ZhongShan 2nd Road
Shanghai
Request an Appointment See More Details

By Appointment Only


SINGAPORE

Pre-Owned Watches, Sell & Trade

541 Orchard Road
#21-03/04 Liat Towers
Singapore 238881
Request an Appointment See More Details


HONG KONG

Pre-Owned Watches, Sell & Trade

1 Duddell street, Suite 1402
Central
Request an Appointment See More Details


EUROPE

By Appointment Only


NEUCHÂTEL

Pre-Owned Watches, Sell & Trade

Promenade-Noire 5
2000 Neuchâtel
Request an Appointment See More Details

By Appointment Only


ZÜRICH

Pre-Owned Watches, Sell & Trade

Stadthausquai 13
8001 Zürich
Request an Appointment See More Details


MIDDLE EAST


DUBAI

Pre-Owned Watches, Sell & Trade

DIFC, Unit 36 Ground Floor
Gate Avenue – North Zone
Dubai
Request an Appointment See More Details

By Appointment Only


RIYADH

Pre-Owned Watches, Sell & Trade

Request an Appointment See More Details
Close Bio

By Appointment Only




Contact Us Request an Appointment Call Us




ADDRESS


HOURS

By Appointment Only




AVAILABLE SERVICES


CONTACT US

 * 


WE SPEAK


STAY CONNECTED


MEET OUR ADVISORS


FREQUENTLY ASKED QUESTIONS




WECHAT QR CODE


Close Bio


REQUEST AN APPOINTMENT




*Required fields

First Name*
Last Name*
Email*
Phone*

Select Country*
Anguilla Antigua Argentina Aruba Australia Austria Bahamas Bahrain Barbuda
Belarus Belgium Belize Bermuda Bolivia Bonaire Botswana Brazil Brunei Bulgaria
BVI Canada Cape Verde Cayman Islands Chile China Colombia Costa Rica Croatia
Cyprus Czech Republic Denmark Dominica Ecuador Egypt Faroe Islands Fiji Finland
France French Polynesia Germany Gibraltar Greece Greenland Grenada Guadeloupe
Guam Guatemala Hong Kong, SAR of China Hungary Iceland India Indonesia Ireland
Israel Italy Jamaica Japan Jordan Kuwait Lichtenstein Luxembourg Macau, SAR of
China Madagascar Malaysia Maldives Martinique Mauritius Mexico Monaco Montserrat
Netherlands New Caledonia New Zealand Nigeria Northern Mariana Islands Norway
Oman Panama Papua New Guinea Paraguay Peru Philippines Poland Portugal Puerto
Rico Qatar Romania Saint Maarten San Marino Saudi Arabia Serbia Seychelles
Singapore Slovakia South Africa South Korea Spain Sri Lanka St. Barthelemy St.
Kitts + Nevis St. Lucia St. Vincent & Grenadines Sweden Switzerland Taiwan,
China Thailand Trinidad + Tobago Turkey U.S. Virgin Islands United Arab Emirates
United Kingdom United States Uraguay Vatican City Vietnam
Primary Zip
Preferred Date (10/10 - 4/8)*

Preferred Time*
Morning Afternoon Evening
Reason for Appointment*
Buy from 1916 Company Sell to 1916 Company Trade with 1916 Company
Please share anything that will help prepare for our appointment*
Yes, I'd like to receive emails for The 1916 Company promotions and products.
Request Appointment




WE’VE RECEIVED YOUR MESSAGE!



Thanks for your message! You should receive a confirmation email shortly. If you
can not find your confirmation email, please check your spam folder. Please note
a client advisor will reach out soon via phone, email, and or text.
We look forward to getting to know you!




COLLECT WITH US

Insider updates on our latest collections, invites to private events, and other
personalized offerings in your inbox.
Subscribe
Region & Currency
United States - USD
Services
 * Sell Your Watch
 * Trade Your Watch
 * Warranties & Repairs
 * Extended Care
 * Additional Services
 * Shipping & Returns
 * Contact Us

About Us
 * Our Story
 * Our Team
 * Locations
 * Careers
 * Press
 * FAQs

Shop
 * Rolex
 * Rolex Certified Pre-Owned
 * Patek Philippe
 * New Watches
 * Pre-Owned Watches
 * Jewelry

Follow Us
Instagram Social Network YouTube Video Meta Podcast

 * Accessibility
 * Manage Cookies
 * Privacy Policy
 * Terms & Conditions
 * SiteMap

© 2024 The 1916 Company. All Rights Reserved



LOCATION SETTINGS

Choose your ship-to location to view the correct local market pricing, delivery
estimates, and VAT.
Country
Select Country United States Albania Argentina Australia Austria Bahrain Belgium
Bolivia Bulgaria Canada Chile China Colombia Croatia Czech Republic Denmark
Egypt Finland France Germany Greece Hong Kong, SAR of China Hungary Iceland
India Indonesia Ireland Israel Italy Japan Jordan Kuwait Lebanon Liechtenstein
Luxembourg Macau, SAR of China Malaysia Mexico Monaco Netherlands New Zealand
Norway Oman Peru Philippines Poland Portugal Qatar Romania San Marino Saudi
Arabia Serbia Singapore South Africa South Korea Spain Sweden Switzerland
Taiwan, China Thailand Turkey United Arab Emirates United Kingdom Uruguay
Vatican City Vietnam
Down Arrow
Currency
Select Currency AED CHF EUR GBP HKD SGD USD
Down Arrow
Save & Close






By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.
Cookies Settings Reject All Accept All Cookies



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices