www.axongreen.com Open in urlscan Pro
104.18.99.43  Public Scan

Submitted URL: http://www.axongreen.com/
Effective URL: https://www.axongreen.com/
Submission: On June 12 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="form-row row home-aptsearch vertical " id="aptsearch">
  <!-- Move-in date filter -->
  <div class="form-group input-group floating-label floating-label-sm text-left w-100 mr-0 mr-md-2 mr-lg-0 ">
    <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="0">
  </div>
  <!-- Num bedrooms filter -->
  <div class="form-group w-100 mr-0 mr-md-2 mr-lg-0 ">
    <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="0-beds-checkbox" type="checkbox" value="0" name="bedrooms" class="beds-checkbox mr-2">
            <label aria-hidden="false" for="0-beds-checkbox">Studio</label>
          </div>
          <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>
          <div class="checkbox">
            <input id="2-beds-checkbox" type="checkbox" value="2" name="bedrooms" class="beds-checkbox mr-2">
            <label aria-hidden="false" for="2-beds-checkbox">2 Bedrooms</label>
          </div>
          <div class="checkbox">
            <input id="3-beds-checkbox" type="checkbox" value="3" name="bedrooms" class="beds-checkbox mr-2">
            <label aria-hidden="false" for="3-beds-checkbox">3 Bedrooms</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 -->
  <!-- Max rent filter -->
  <div class="form-group floating-label floating-label-sm text-left w-100 mr-0 mr-md-2 mr-lg-0 ">
    <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_ZZ1VbXTLMlcSabyZs7StGFPEZhL6bnp-O6CSQAxo-YZv9XyPIbMqjzfja0xaLrBj4hSVUUtwe3yxPg08kXIzmwS5h8FdixFcfCU3aSOGuCBSNQLOLBNbH16KNWgJcpeCX1Y">
  <!-- Search button -->
  <div class="form-group w-100  ">
    <button type="button" onclick="postForm()" class="search-btn btn btn-sm btn-primary btn-hover-secondary  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  sr-only">Personal Information</legend>
    <input type="hidden" id="contact-request-verification-token" name="request-verification-token"
      value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ1VbXTLMlcSabyZs7StGFPEZhL6bnp-O6CSQAxo-YZv9XyPIbMqjzfja0xaLrBj4hSVUUtwe3yxPg08kXIzmwS5h8FdixFcfCU3aSOGuCBSNQLOLBNbH16KNWgJcpeCX1Y">
    <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="form-check-input" 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 Bigos Management. 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. Bigos Management'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 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>
  <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-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_ZZ1VbXTLMlcSabyZs7StGFPEZhL6bnp-O6CSQAxo-YZv9XyPIbMqjzfja0xaLrBj4hSVUUtwe3yxPg08kXIzmwS5h8FdixFcfCU3aSOGuCBSNQLOLBNbH16KNWgJcpeCX1Y"><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 (612) 925-2848
 * Home
 * Floor Plans
   * View All Floor Plans
   * Studio Apartments
   * One Bedroom Apartments
   * Two Bedroom Apartments
 * Interactive Property Map
 * Amenities
 * Gallery
 * Neighborhood
 * FAQ
 * Schedule a Tour
 * Contact Us
 * Learn More
   * About Bigos Management opens in a new tab
   * Nearby Communities
   * Our Blog opens in a new tab

 * 
 * 


 * 
 * 


 * Home
 * Floor Plans
   * View All Floor Plans
   * Studio Apartments
   * One Bedroom Apartments
   * Two Bedroom Apartments
 * Interactive Property Map
 * Amenities
 * Gallery
 * Neighborhood
 * FAQ
 * Schedule a Tour
 * Contact Us
 * Learn More
   * About Bigos Management opens in a new tab
   * Nearby Communities
   * Our Blog opens in a new tab

Phone Number (612) 925-2848
Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab
EFFORTLESS MINNEAPOLIS LIVING
View Floor Plans
Schedule a Tour



WELCOME TO AXON GREEN

Nestled within minutes of Uptown Minneapolis, Axon Green Apartments is where you
want to be if you seek city living with a nature retreat twist. The nearby lakes
shores and beaches are beautiful, but so are our manicured premises. Here,
live-play-work amenities such as an indoor pool, a hot tub, a gym, and a
business center delight you on a daily, while our studio, one, and two-bedroom
layouts make for ideal homes. All in all, our apartments in West Maka Ska, MN,
are exciting to a tee!

Let’s reveal some of that excitement. All our residences come with gourmet
kitchens with white cabinets and stainless-steel appliances that include
dishwashers, microwaves, and stoves with glass top ranges. Cooking there will be
a joy, as will dining outside on the patio or balcony select units have to
offer. Walk-in closets are also available in some of our apartments for rent in
West Maka Ska, Minneapolis. We are pet-friendly too, and you will find a dog run
and wash station on site.

We cannot wait to show you everything in person—schedule a tour now!


APARTMENT SEARCH

Choose from studio, one, and two-bedroom apartment homes. Your furry friends are
welcome here, too.
Check availability Form
Move-In Date

Bedrooms  
Choose your desired number of bedrooms
Studio
1 Bedroom
2 Bedrooms
3 Bedrooms
Clear Done
Max Rent
Search

 * 
 * 
 * 
 * 


UPTOWN & BDE MAKA SKA NEIGHBORHOODS

Immerse yourself in the charm of West Maka Ska through our apartments. Perfectly
situated steps away from the Midtown Greenway and the upcoming Metro Transit
Green Line, our location offers swift access to numerous retailers, dining
spots, and entertainment hubs. Explore nearby shopping centers like Cedar
Commons and Miracle Mile and indulge in culinary delights at Hazelwood Food &
Drink, Pimento Jamaican Kitchen, and Martina.

The Axon Green lifestyle is unparalleled, but we invite you to experience it
firsthand. Don't just take our word for it—schedule a tour and witness the
vibrancy yourself!



GET IN TOUCH

 * Monday: 9:00 AM to - 6:00 PM
 * Tuesday: 9:00 AM to - 6:00 PM
 * Wednesday: 9:00 AM to - 6:00 PM
 * Thursday: 9:00 AM to - 6:00 PM
 * Friday: 9:00 AM to - 5:00 PM
 * Saturday: 10:00 AM to - 4:00 PM
 * Sunday: Closed


Axon Green
3140 Chowen Ave S
Minneapolis, MN 55416
Opens in a new tab
Phone Number (612) 925-2848
Get Directions


* 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 Bigos
Management. 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. Bigos Management's website and communications are subject
to our Privacy PolicyOpens in a new tab and Terms of ServiceOpens in a new tab .

Message *
Error: Please enter a message.
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


 * 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 Proudly Managed by Bigos Management | Powered by
RentCafe (© 2024 Yardi Systems, Inc.All Rights Reserved.)

Go to top