www.theambassadorliving.com Open in urlscan Pro
2606:4700::6812:632b  Public Scan

Submitted URL: https://theambassadorliving.com/
Effective URL: https://www.theambassadorliving.com/
Submission: On July 24 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="form-row row home-aptsearch  horizontal" id="aptsearch">
  <!-- Move-in date filter -->
  <div class="form-group input-group floating-label floating-label-sm text-left  col-md-4 col-xl">
    <label for="move-in-date">Move-In Date</label>
    <input type="text" class="form-control form-control-sm" id="move-in-date" name="move-in-date" pattern="^([0-9]|0[1-9]|1[012])\/([0-9]|0[1-9]|[12][0-9]|3[01])\/(19|20)\d\d$" placeholder="M/d/yyyy" aria-label="Move in Date">
    <div class="input-group-append">
      <button class="btn btn-sm btn-light border" id="move-in-date-button" type="button" aria-label="Open calendar"><span aria-hidden="true" class="fa fa-calendar text-muted"></span></button>
    </div>
    <input type="hidden" name="showAvailability" id="showAvailability" value="3">
  </div>
  <!-- Num bedrooms filter -->
  <div class="form-group  col">
    <div id="beds-dropdown" class="dropdown floating-label floating-label-sm">
      <button class="btn btn-sm dropdown-toggle w-100 text-left" type="button" id="beds-dropdown-toggle" data-toggle="dropdown" data-persist="true" aria-haspopup="true" aria-expanded="false"
        data-selenium-id="dropdownMenuButtonBeds"><span>Bedrooms</span> &nbsp;</button>
      <div class="p-3 dropdown-menu" aria-labelledby="beds-dropdown-toggle">
        <fieldset>
          <legend class="sr-only">Choose your desired number of bedrooms</legend>
          <div class="checkbox">
            <input id="1-beds-checkbox" type="checkbox" value="1" name="bedrooms" class="beds-checkbox mr-2">
            <label aria-hidden="false" for="1-beds-checkbox">1 Bedroom</label>
          </div>
        </fieldset>
        <div>
          <button id="beds-clear" type="button" class="float-left d-none btn btn-link font-base text-muted text-capitalize p-0">Clear</button>
          <button id="beds-done" type="button" class="float-right btn btn-link font-base text-black text-capitalize p-0">Done</button>
        </div>
      </div>
    </div>
  </div>
  <!-- Apartment number filter -->
  <div class="form-group floating-label floating-label-sm text-left  col-12 col-md">
    <label for="apartment-number-input">Apartment #</label>
    <input class="form-control form-control-sm" type="text" id="apartment-number-input" name="apartment-number">
  </div>
  <!-- Max rent filter -->
  <div class="form-group floating-label floating-label-sm text-left  col-12 col-md-3 col-lg">
    <label for="max-rent-input">Max Rent</label>
    <input class="form-control form-control-sm" type="text" id="max-rent-input" name="rent">
  </div>
  <input type="hidden" name="calledfrom" value="home">
  <input type="hidden" id="unitsearch-request-verification-token" name="unitsearch-request-verification-token"
    value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ0UiAv9M6WyPFsLhKGmZx6nyTzEBVNDzWOJrlEKgoqm1_hqAYBzep1sjyhdgdqiR1PQ7vSy-CilVl8267iLasQMZROtUoNWZBR8vmKfEan3kNpUdYfBt_F_7WzPWQh5rqc">
  <!-- Search button -->
  <div class="form-group  col-12 col-md">
    <button type="button" onclick="postForm()" class="search-btn btn btn-sm btn-dark btn-hover-primary  mb-0 d-block w-100" data-selenium-id="btnSearch" style="">Search</button>
  </div>
</form>

POST

<form id="myContactForm" class="contact-form needs-validation" novalidate="" method="post">
  <p class="mb-3">* indicates required fields.</p>
  <fieldset>
    <legend class="h3 ">Personal Information</legend>
    <input type="hidden" id="contact-request-verification-token" name="request-verification-token"
      value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ0UiAv9M6WyPFsLhKGmZx6nyTzEBVNDzWOJrlEKgoqm1_hqAYBzep1sjyhdgdqiR1PQ7vSy-CilVl8267iLasQMZROtUoNWZBR8vmKfEan3kNpUdYfBt_F_7WzPWQh5rqc">
    <div class="d-flex flex-wrap flex-sm-nowrap">
      <div class="form-group w-100 pr-sm-4 floating-label">
        <label for="firstname">
          <span>First Name*</span>
        </label>
        <input type="text" id="firstname" aria-invalid="false" class="form-control required" data-aria-describedby="invalidFirstname" aria-required="true" data-selenium-id="txtName" autocomplete="given-name" data-val="true"
          data-val-required="Please enter your First name" name="FirstName" value="">
        <div class="invalid-feedback" id="invalidFirstname" aria-hidden="true"> Error: Please provide a valid First Name. </div>
      </div>
      <div class="form-group w-100 floating-label">
        <label for="lastname">
          <span>Last Name*</span>
        </label>
        <input type="text" id="lastname" class="form-control required" aria-invalid="false" data-aria-describedby="invalidLastname" aria-required="true" data-selenium-id="txtName2" autocomplete="family-name" data-val="true"
          data-val-required="Please enter your Last name" name="LastName" value="">
        <div class="invalid-feedback" id="invalidLastname" aria-hidden="true"> Error: Please provide a valid Last Name. </div>
      </div>
    </div>
    <div class="form-group floating-label">
      <label for="email"> Email Address* </label>
      <input id="email" type="email" class="form-control required" aria-invalid="false" data-aria-describedby="invalidEmail" aria-required="true" pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$" data-selenium-id="txtEmail"
        autocomplete="email" data-val="true" data-val-required="Please enter Email" name="Email" value="">
      <div class="invalid-feedback" id="invalidEmail" aria-hidden="true"> Error: Please enter a valid Email Address. </div>
    </div>
    <div class="form-group floating-label ">
      <label for="phonenumber"> Phone Number* </label>
      <input type="tel" id="phonenumber" class=" form-control Phone required" aria-invalid="false" data-aria-describedby="invalidPhonenumber" aria-required="true" pattern="^(1)?(-|.)?(\()?([0-9]{3})(\))?(-|.)?([0-9]{3})(-|.)?([0-9]{4})($|\D+.+$)"
        data-selenium-id="txtPhone" autocomplete="tel" data-country="US" data-val="true" data-val-required="You must provide a phone number" name="Phone" value="">
      <div class="invalid-feedback" id="invalidPhonenumber" aria-hidden="true"> Error: Please enter a valid Phone Number. </div>
      <div class="checkbox" name="smsopt-block">
        <input id="smsopt" type="checkbox" data-selenium-id="smsopt" class="" data-val="true" data-val-required="The smsopt field is required." name="smsopt" value="true">
        <label for="smsopt"> Yes, I'd be happy to receive text messages! </label>
        <div class="text-right">
          <a class="color-inherit" aria-expanded="false" role="button" href="javascript:void(0)" onclick="ysi.contact.toggletextsmsopt(this, '')">Show More <span class="sr-only">about receiving text messages</span></a>
        </div>
        <div class="mb-4 d-none" aria-hidden="true" id="smsopttext">
          <p>By checking this box, you agree to receive marketing text messages from Buckingham Management, LLC. You may unsubscribe at any time. You understand that your consent is not a condition to make any purchase of property, goods or services.
            Msg and Data rates may apply. Buckingham Management, LLC's website and communications are subject to our
            <a class="color-inherit" href="/privacypolicy" target="_blank" data-selenium-id="SID_contactus_privacypolicy">Privacy Policy<span class="sr-only">Opens in a new tab</span> </a> and
            <a class="color-inherit" href="/termsandconditions" target="_blank" data-selenium-id="SID_contactus_termsandconditions">Terms of Service<span class="sr-only">Opens in a new tab</span> </a>.</p>
        </div>
      </div>
    </div>
  </fieldset>
  <div name="additionalfields">
    <fieldset>
      <legend class="h3">Additional Information</legend>
      <input type="hidden" id="ShowExtraFields" name="ShowExtraFields" value="True">
      <div class="d-flex flex-wrap flex-sm-nowrap">
        <div class="form-group w-100 floating-label" id="noofbed">
          <label for="BedroomsControlSelect" style="font-size: 0px;"> Bedroom <span id="isbedmandatory">*</span>
          </label>
          <select class="form-control contactusstep2 required additionalfieldsrequired" aria-required="true" aria-invalid="false" data-aria-describedby="invalidbed" id="BedroomsControlSelect" onchange="ysi.contact.getOption();">
            <option value="" selected="" disabled="" hidden="">Bedroom *</option>
            <option value="">Any</option>
            <option value="1">1 Bedroom</option>
          </select>
          <div class="invalid-feedback" asp-validation-for="bed" id="invalidbed" aria-hidden="true"> Error : Please select a Bedroom field. </div>
        </div>
        <input type="hidden" name="txtBedroom" id="txtBedroom" value="">
      </div>
      <div class="form-group input-group floating-label d-flex flex-wrap">
        <label class="text-dark" for="txtDesiredMoveinDate"> Move-In Date <span id="ismoveinddatemandatory">*</span>
        </label>
        <input type="text" name="txtDesiredMoveinDate" autocomplete="off" aria-invalid="false" data-aria-describedby="invalidDate" id="txtDesiredMoveinDate" data-additionalfieldreq="true"
          class="form-control contactusstep2 required additionalfieldsrequired" value="" aria-required="true" placeholder="M/d/yyyy" data-dateformat="M/d/yyyy" aria-label="Desired move in date, please enter the date in format of M/d/yyyy">
        <div class="input-group-append">
          <button class="btn btn-light btn-sm border" id="txtDesiredMoveinDate-button" type="button" aria-label="Open calendar"><span aria-hidden="true" class="fa fa-calendar text-muted"></span></button>
        </div>
        <div class="invalid-feedback" id="invalidDate" aria-hidden="true"> Error: Please enter a valid Move-In Date field. </div>
      </div>
    </fieldset>
  </div>
  <div class="form-group floating-label " id="messagetextArea">
    <label for="message"> Message <span>*</span>
    </label>
    <textarea id="message" data-aria-describedby="invalidMessage" class="form-control required" aria-required="true" rows="3" data-selenium-id="txtComments" name="Message"></textarea>
    <div class="invalid-feedback" id="invalidMessage" aria-hidden="true"> Error: Please enter a message. </div>
  </div>
  <div class="form-group">
    <div class="w-100">
      <div id="MethodOfContact" class="w-100 mb-2 get-notified-options-title v-top">Preferred Method of Contact </div>
      <div role="radiogroup" aria-labelledby="MethodOfContact" class="d-block w-100 btn-group  btn-group-separated btn-group-toggle contactuspmoc radio-block-button">
        <div class="d-inline pr-3">
          <input type="radio" id="CallRadioButton" name="customRadioInline" class="" aria-checked="false">
          <label class="mb-0 btn-pmoc" for="CallRadioButton" name="MethodOfContacts" data-selenium-id="MethodOfContactCall" value="1">Call</label>
        </div>
        <div class="d-inline pr-3">
          <input type="radio" id="PhoneRadioButton" name="customRadioInline" class="" aria-checked="false">
          <label class="mb-0 btn-pmoc" for="PhoneRadioButton" name="MethodOfContacts" data-selenium-id="MethodOfContactText" aria-describedby="carrierCharges" value="2">Text</label>
        </div>
        <div class="d-inline active pr-3">
          <input checked="" type="radio" id="EmailRadioButton" name="customRadioInline" class="" aria-checked="true">
          <label class="mb-0 btn-pmoc" for="EmailRadioButton" name="MethodOfContacts" data-selenium-id="MethodOfContactEmail" value="3">Email</label>
        </div>
        <div class="d-block">
          <span id="carrierCharges" class="radio-button-info text-xs d-none"><!--If phone option is selected, then display this message -->Carrier charges may apply.</span>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="AdwordsNetwork" id="AdwordsNetwork" value="">
  <input type="hidden" name="contactUsUrlPattern" id="contactUsUrlPattern" value="">
  <input type="hidden" name="AdwordsDevice" id="AdwordsDevice" value="">
  <input type="hidden" name="AdwordsKeyword" id="AdwordsKeyword" value="">
  <input type="hidden" name="AdwordsAdgroup" id="AdwordsAdgroup" value="">
  <input type="hidden" name="AdwordsCampaign" id="AdwordsCampaign" value="">
  <input type="hidden" name="AdwordsGclid" id="AdwordsGclid" value="">
  <input type="hidden" name="useragent" id="useragent" value="">
  <input type="hidden" name="prefix" id="prefix" value="">
  <input type="hidden" name="formtype" id="formtype" value="contactus">
  <input type="hidden" name="notifyby" id="notifyby" value="0">
  <input type="hidden" name="rcprid" id="rcprid">
  <input data-selenium-id="Prefer" name="Prefer" type="hidden" id="Prefer" value="byEmail">
  <input type="hidden" name="txtPreferredMoC" id="txtPreferredMoC" value="3">
  <input type="hidden" name="txtisresidentoption" id="txtisresidentoption" value="0">
  <input type="hidden" name="ContactPersonType" id="ContactPersonType" value="">
  <input type="hidden" name="SendEmailTo" id="SendEmailTo" value="">
  <input type="hidden" name="IsforCorpProperty" id="IsforCorpProperty" value="0">
  <input type="hidden" name="RCPropertyId" id="RCPropertyId">
  <input type="hidden" name="IsCanadaProperty" id="IsCanadaProperty" value="False">
  <input type="hidden" name="IsFlexProperty" id="IsFlexProperty" value="False">
  <input type="hidden" name="IsPureConventionalProp" id="IsPureConventionalProp" value="False">
  <input type="hidden" name="IsPureStudentProp" id="IsPureStudentProp" value="False">
  <input type="hidden" name="UseFlexibleAcademicTerm" id="UseFlexibleAcademicTerm" value="False">
  <input type="hidden" name="HideSchool" id="HideSchool" value="False">
  <input type="hidden" name="FlexAcademicTerm" id="FlexAcademicTerm" value="">
  <input type="hidden" name="FlexSchool" id="FlexSchool" value="0">
  <input type="hidden" name="FlexibleAcademicTermsJson" id="FlexibleAcademicTermsJson" value="">
  <div class="form-group mt-4 mb-4">
    <div id="recaptcha-block" class="form-control p-0 border-0 bg-transparent  d-none">
      <div id="recaptcha" class="recaptcha" style="min-height: 78px"></div>
      <input type="hidden" name="g-recaptcha-response-ent" id="recaptchag-recaptcha-response-ent" value="">
      <input type="hidden" name="failed-captcha-ent" id="recaptchafailed-captcha-ent" value="false">
    </div>
    <div class="invalid-feedback" id="invalidCaptch"> Error: Please verify you are not a robot. </div>
    <div class="grecaptcha-terms"> This site is protected by reCAPTCHA. Google <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/privacy">Privacy Policy <span class="sr-only">Opens in a new tab</span></a> and
      <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/terms">Terms of Service  <span class="sr-only">Opens in a new tab</span></a> apply. </div>
  </div>
  <input type="hidden" id="UseNewCaptcha" name="UseNewCaptcha" value="True">
  <button class="submit-button btn btn-outline-light btn-hover-primary btn-block" type="button" data-selenium-id="fakebutton" data-translation="Processing Request…" aria-live="assertive">Send My Message</button>
  <button hidden="" id="btnsave" type="button">Send My Message</button>
  <input type="hidden" id="btninnertext" name="btninnertext" value="">
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ0UiAv9M6WyPFsLhKGmZx6nyTzEBVNDzWOJrlEKgoqm1_hqAYBzep1sjyhdgdqiR1PQ7vSy-CilVl8267iLasQMZROtUoNWZBR8vmKfEan3kNpUdYfBt_F_7WzPWQh5rqc"><input name="smsopt"
    type="hidden" value="false">
</form>

Text Content

Skip to main content
Toggle Navigation
Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab
Phone Number (833) 606-0458
 * Home
 * Floor Plans
   * Floor Plans
   * Property Map
   * Area Map
 * Amenities
 * Photos
 * Tour
   * Tour
   * Virtual Tour
 * Leasing Offers
 * Contact Us
   * Contact Us
   * Sister Properties
   * Preferred Employers
 * Apply opens in a new tab

Phone Number (833) 606-0458
Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab
Check Availability


 * Home
 * Floor Plans
   * Floor Plans
   * Property Map
   * Area Map
 * Amenities
 * Photos
 * Tour
   * Tour
   * Virtual Tour
 * Leasing Offers
 * Contact Us
   * Contact Us
   * Sister Properties
   * Preferred Employers
 * Apply opens in a new tab

A MY INDY LIVING COMMUNITY



THE AMBASSADOR AT LIBRARY SQUARE

Welcome to The Ambassador! Our pristine, downtown Indianapolis apartments are
located near shops, restaurants, and entertainment to make apartment living
convenient for your busy lifestyle. Experience the contemporary finishes, luxury
amenities, and professional management you deserve.

Offering a selection of one-bedroom floor plans, The Ambassador has plenty of
options to choose from. Relaxation and recreation are at the forefront with full
access to our sister community, The Congress, amenities including a fitness
center, private workspaces, conference room, and media lounge. Plus, with
conveniences like 24-hour emergency maintenance, a business center, and online
payments, you’ll find life easier. We are pet-friendly, too!




(+Read More)

Inside our spacious homes, you can easily unwind with the latest features. The
Ambassador apartments in Downtown Indianapolis offer historical one-bedroom
apartments that have been renovated to include modern features. These uniquely
designed one-bedroom apartments feature exposed brick walls and hardwood style
flooring. When you want to get out, we are right on N Meridian Street with quick
access to I-65 and I-70 near the north split. This means being minutes from Mass
Ave and the Canal Walk. Whatever you decide to do, the options are endless!

You deserve the very best in apartment living, and our pet-friendly community is
designed specifically to provide luxury apartments that promote good living.
Contact us today to find out why The Ambassador is the perfect place to call
home.

FIND YOUR NEW HOME


VIEW AVAILABLE FLOOR PLANS

Find the apartment home that's perfect for you and your needs.

Check availability Form
Move-In Date

Bedrooms  
Choose your desired number of bedrooms
1 Bedroom
Clear Done
Apartment #
Max Rent
Search


AMENITIES

PROVIDING LIFESTYLE

The Ambassador at Library Square offers one of the ultimate urban living
experiences. Art and entertainment are at the heart of it all with multiple
restaurants, The Cabaret, and multiple businesses all conveniently located
nearby. Not to mention that our apartments are near Indianapolis' Central
Library. 

View More Amenities




NEIGHBORHOOD

UNPARALLELED LIVING

Be in the middle of it all or have the ability to escape and relax. The
Ambassador at Library Square is located within walking distance to all of
Indianapolis’ most attractive hot spots. But far enough for you to avoid the
commotion and bustle of Indy.

OUR RESIDENTS LOVE LIVING HERE



GET IN TOUCH

ADDRESS
The Ambassador at Library Square
39 E 9th Street
Indianapolis, IN 46204
Opens in a new tab
Phone Number (463) 800-2036

* indicates required fields.

Personal Information
First Name*
Error: Please provide a valid First Name.
Last Name*
Error: Please provide a valid Last Name.
Email Address*
Error: Please enter a valid Email Address.
Phone Number*
Error: Please enter a valid Phone Number.
Yes, I'd be happy to receive text messages!
Show More about receiving text messages

By checking this box, you agree to receive marketing text messages from
Buckingham Management, LLC. You may unsubscribe at any time. You understand that
your consent is not a condition to make any purchase of property, goods or
services. Msg and Data rates may apply. Buckingham Management, LLC's website and
communications are subject to our Privacy PolicyOpens in a new tab and Terms of
ServiceOpens in a new tab .

Additional Information
Bedroom * Bedroom * Any 1 Bedroom
Error : Please select a Bedroom field.
Move-In Date *

Error: Please enter a valid Move-In Date field.
Message *
Error: Please enter a message.
Preferred Method of Contact
Call
Text
Email
Carrier charges may apply.
Error: Please verify you are not a robot.
This site is protected by reCAPTCHA. Google Privacy Policy Opens in a new tab
and Terms of Service Opens in a new tab apply.
Send My Message Send My Message


CONNECT WITH US

 * 
 * 


 * Resident Login Opens in a new tab
 * Applicant Login Opens in a new tab
 * Terms and Conditions Opens in a new tab
 * Privacy Policy Opens in a new tab
 * Contact Us
 * Accessibility Statement Opens in a new tab

Equal housing opportunity © 2024 Buckingham Management, LLC. All Rights
Reserved. | Powered by RentCafe (© 2024 Yardi Systems, Inc. All Rights
Reserved.)
   2020 Buckingham Management, LLC. All Rights Reserved. | Powered by RENTCaf (
2021 Yardi Systems, Inc. All Rights Reserved.)

Go to top