HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="scoped-top100 body-top100">
<div class='sidebar'>
<div class='heading'>
<h1>Top 100</h1>
</div>
<div id='listings' class='listings1'></div>
</div>
<div id='mfe-top100' class='map-top100'> </div>
</div>
* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.body-top100 {
color:#404040;
font:400 15px/22px 'Roboto slab', 'Georgia', Sans-serif;
margin:0;
padding:0;
-webkit-font-smoothing:antialiased;
}
h1 {
font-size:20px;
margin:0;
font-weight:400;
}
a {
color:#404040;
text-decoration:none;
}
a:hover { color:#101010; }
.sidebar {
position:absolute;
width:33.3333%;
height:100%;
top:0;left:0;
overflow:hidden;
border-right:1px solid rgba(0,0,0,0.25);
}
.pad2 {
padding:20px;
}
.quiet {
color:#888;
}
.boxtop {
padding-left:10px;
padding-top:10px;
white-space: pre-wrap;
display:inline-block;
}
.box {
padding-left:10px;
padding-top:5px;
/* padding-bottom: 10px;*/
white-space: pre-wrap;
display:inline-block;
font-weight: normal;
}
.url {
padding-left:10px;
/* padding-top:5px;*/
padding-bottom: 10px;
white-space: pre-wrap;
display:inline-block;
font-weight: normal;
}
.map-top100 {
position: absolute;
left:33.3333%;
width:66.6666%;
top:0;bottom:0;
}
.heading {
background:#fff;
border-bottom:1px solid #eee;
height:60px;
line-height:60px;
padding:0 10px;
}
.listings1 {
height:100%;
overflow:auto;
padding-bottom:100px;
}
.listings1 .item {
display:block;
border-bottom:1px solid #eee;
padding:10px;
text-decoration:none;
}
.listings1 .item:last-child { border-bottom:none; }
.listings1 .item .title {
display:block;
color:#00aced;
font-weight:700;
}
.listings1 .item .title small { font-weight:400; }
.listings1 .item.active .title,
.listings1 .item .title:hover { color:#0491c6; }
.listings1 .item.active {
background-color:#f8f8f8;
}
::-webkit-scrollbar {
width:8px;
height:3px;
border-left:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track {
background:none;
}
::-webkit-scrollbar-thumb {
background:#00aced;
border-radius:0;
}
.clearfix { display:block; }
.clearfix:after {
content:'.';
display:block;
height:0;
clear:both;
visibility:hidden;
}
img {
max-width:201px;
height:auto;
border-radius:3px 3px 0px 0px;
}
/* Marker tweaks */
.leaflet-popup-close-button {
display:none;
}
.leaflet-popup-content {
font:400 15px/22px 'Roboto Slab', 'Georgia', Sans-serif;
padding:0;
width:200px;
}
.leaflet-popup-content-wrapper {
padding:0;
}
.leaflet-popup-close-button+.leaflet-popup-content-wrapper .leaflet-popup-content{
padding-top: 0px !important;
}
.leaflet-popup-content h3 {
background:#00aced;
color:#fff;
margin:0;
display:block;
padding:18px 10px 10px 10px;
/* border-radius:3px 3px 0 0;*/
font-weight:700;
margin-top:-15px;
}
.leaflet-popup-content div {
padding:10px 10px 10px 10px;
}
.leaflet-container .leaflet-marker-icon { cursor:pointer; }
@media only screen and (max-width: 460px) {
h1{
font-size: 16px;
}
.leaflet-popup-content {
font:400 15px/15px 'Roboto Slab', 'Georgia', Sans-serif;
padding:0;
width:150px;
}
img{
width:150px;
}
.sidebar {
display:none;
}
.map-top100 {
position:absolute;
left:0 !important;
width:100%;
top:0;bottom:0;
}
}
L.mapbox.accessToken = 'pk.eyJ1IjoiaGFubGV5d29vZCIsImEiOiJZcVlldnlRIn0.BHYD98R8UQQoUBLsNd8ksg';
var geojson = [
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.939383,
32.792965
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Skygarden",
"firm": "Cardinal Group",
"country": "USA",
"crossStreet": "28 Woolfe St<br>Charleston, SC 29403",
"rank": "1",
"ora": "93",
"state": "South Carolina",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.911102,
42.099448
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Printing House",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "19 Chenango St.<br>Binghamton, NY 13901",
"rank": "2",
"ora": "93",
"state": "New York",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-90.261345,
38.643711
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Citizen Park",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "230 N. Euclid<br>St. Louis, MO 63108",
"rank": "3",
"ora": "93",
"state": "Missouri",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-88.986680,
40.510116
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "College Place Uptown",
"firm": "Cardinal Group",
"country": "USA",
"crossStreet": "100 S Fell Ave<br>Normal, IL 61761",
"rank": "4",
"ora": "91",
"state": "Illinois",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.309877,
42.648801
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Edge Merrimack",
"firm": "Cardinal Group",
"country": "USA",
"crossStreet": "1 Merrimack Plaza<br>Lowell, MA 1852",
"rank": "5",
"ora": "90",
"state": "Massachusetts",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-99.439171,
27.573429
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "TAMIU Housing & Residence Life",
"firm": "American Campus Communities",
"country": "USA",
"crossStreet": "5281 University Blvd<br>Laredo, TX 78041",
"rank": "6",
"ora": "90",
"state": "Texas",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-88.221680,
40.116631
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Campus Circle",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "202 E Green St<br>Champaign, IL 61820",
"rank": "7",
"ora": "89",
"state": "Illinois",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-82.837601,
34.683812
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "U Centre on College",
"firm": "American Campus Communities",
"country": "USA",
"crossStreet": "383 College Avenue<br>Clemson, SC 29631",
"rank": "8",
"ora": "89",
"state": "South Carolina",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.523723,
30.274624
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Frassati Hall",
"firm": "Aspen Heights",
"country": "USA",
"crossStreet": "11291 Alumni Way<br>Jacksonville, FL 32246",
"rank": "9",
"ora": "88",
"state": "Florida",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-90.245154,
38.638195
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "West Pine Lofts",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "4050 West Pine Blvd.<br>St. Louis, MO 63108",
"rank": "10",
"ora": "88",
"state": "Missouri",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-111.794859,
43.812326
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Gates at Rexburg",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "370 W 7th S.<br>Rexburg, ID 83440",
"rank": "11",
"ora": "87",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.914697,
42.095148
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Twin River Commons",
"firm": "Newman Development Group",
"country": "USA",
"crossStreet": "45 Washington St<br>Binghamton, NY 13901",
"rank": "12",
"ora": "87",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-83.377472,
33.961419
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Uncommon Athens",
"firm": "CA Ventures",
"country": "USA",
"crossStreet": "165 E. Dougherty Street<br>Athens, GA 30601",
"rank": "13",
"ora": "87",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.117690,
43.021812
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "University Village Apartments on Colvin",
"firm": "EDR",
"country": "USA",
"crossStreet": "315 Small Road<br>Syracuse, NY 13210",
"rank": "14",
"ora": "87",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.319989,
30.437276
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Bradford Oaks",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "316 Ausley Rd<br>Tallahassee, FL 32304",
"rank": "15",
"ora": "87",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.153142,
39.979852
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The View at Montgomery",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1100 W Montgomery Ave<br>Philadelphia, PA 19122",
"rank": "16",
"ora": "86",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.293854,
30.439195
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Southgate Campus Centre",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "675 W. Jefferson<br>Tallahassee, FL 32304",
"rank": "17",
"ora": "86",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.061833,
42.476048
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Hillside Commons",
"firm": "Newman Development Group",
"country": "USA",
"crossStreet": "150 Blodgett Dr<br>Oneonta, NY 13820",
"rank": "18",
"ora": "86",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.175488,
26.317886
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Evolve SIU",
"firm": "CA Ventures",
"country": "USA",
"crossStreet": "710 South Illinois St<br>Carbondale, IL 62901",
"rank": "19",
"ora": "86",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-85.491781,
32.574039
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Evolve Carbondale",
"firm": "CA Ventures",
"country": "USA",
"crossStreet": "710 South Illinois St.<br>Carbondale, IL 62901",
"rank": "20",
"ora": "86",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-77.850721,
40.780456
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Retreat at State College",
"firm": "EDR",
"country": "USA",
"crossStreet": "300 Waupelani Dr<br>State College, PA 16801",
"rank": "21",
"ora": "86",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-86.222434,
41.698369
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Irish Row",
"firm": "EDR",
"country": "USA",
"crossStreet": "1855 Vaness Street<br>South, IN 46637",
"rank": "22",
"ora": "86",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-85.494724,
32.607887
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Eagles West Apartments",
"firm": "Capstone Real Estate Investments",
"country": "USA",
"crossStreet": "700 W Magnolia Avenue<br>Auburn, AL 36832",
"rank": "23",
"ora": "86",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-85.474968,
32.629712
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Copper Beech at Auburn",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "575 Shelton Mill Rd<br>Auburn, AL 36830",
"rank": "24",
"ora": "85",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.499610,
42.732842
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Campus Village",
"firm": "EDR",
"country": "USA",
"crossStreet": "1151 Michigan avenue<br>East Lansing, MI 48823",
"rank": "25",
"ora": "85",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-83.605542,
41.651862
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Edge 1120",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1120 N. Westwood Avenue<br>Toledo, OH 43606",
"rank": "26",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.030197,
41.060312
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "University Village At Slippery Rock",
"firm": "Campus First",
"country": "USA",
"crossStreet": "One Vineyard Circle<br>Slippery Rock, PA 16057",
"rank": "27",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-89.017885,
40.531669
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Flats",
"firm": "CA Ventures",
"country": "USA",
"crossStreet": "701 Main St<br>Normal, IL 61761",
"rank": "28",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-92.046007,
30.212238
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "UH Acadiana",
"firm": "The Scion Group",
"country": "USA",
"crossStreet": "511 Bertrand Drive<br>Lafayette, LA 70506",
"rank": "29",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.974604,
35.007591
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Campus Evolution Villages",
"firm": "Campus Evolution Villages",
"country": "USA",
"crossStreet": "8030 Valley Falls Road<br>Spartanburg, SC 29303",
"rank": "30",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-90.242707,
38.640227
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "3949 LIndell Apartments",
"firm": "EDR",
"country": "USA",
"crossStreet": "3949 Lindell Blvd St.<br> St. Louis, MO 63108",
"rank": "31",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-97.066019,
36.137258
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Progress405",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "1520 N Boomer Rd<br>Stillwater, OK 74075",
"rank": "32",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.654357,
41.106570
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "University Edge Youngstown",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "348 West Rayen Avenue<br>Youngstown, OH 44555",
"rank": "33",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-120.859780,
37.521202
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Vista",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1040 W Monte Vista Ave<br>Turlock, CA 95382",
"rank": "34",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-83.160106,
40.071042
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Avery Brooke Apartments",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "5315 Avery Rd<br>Columbus, OH 43016",
"rank": "35",
"ora": "84",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-97.886902,
27.521487
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Legends at Kingsville",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1331 W Santa Gertrudis St<br>Kingsville, TX 78363",
"rank": "36",
"ora": "83",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.675278,
35.788543
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "University Towers",
"firm": "EDR",
"country": "USA",
"crossStreet": "111 Friendly Drive<br>Raleigh NC 27607",
"rank": "37",
"ora": "83",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-31.615613,
30.845769
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Lofts Nacogdoches",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1333 Pearl St<br>Nacogdoches, TX 75961",
"rank": "38",
"ora": "83",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-77.372824,
35.608732
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Boundary At West End",
"firm": "Preiss Company",
"country": "USA",
"crossStreet": "630 Cotanche Street<br>Greenville, NC 27858",
"rank": "39",
"ora": "83",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-83.298900,
30.846073
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Gates at Valdosta",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1403 Baytree Drive<br>Valdosta, GA 31601",
"rank": "40",
"ora": "83",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-116.213636,
43.607922
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Vista",
"firm": "Cardinal Group",
"country": "USA",
"crossStreet": "1105 S La Pointe Street<br>Boise, ID 83706",
"rank": "41",
"ora": "83",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.141099,
43.036705
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Campus West",
"firm": "EDR",
"country": "USA",
"crossStreet": "150 Henry Street<br>Syracuse, NY 13210",
"rank": "42",
"ora": "83",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-93.278839,
37.208711
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "AH Springfield",
"firm": "Aspen Heights",
"country": "USA",
"crossStreet": "1028 E St Louis St<br>Springfield, MO 65806",
"rank": "43",
"ora": "83",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-97.123222,
31.541828
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The View on 10th",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1001 Speight Ave<br>Waco, TX 76706",
"rank": "44",
"ora": "82",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.768815,
36.071461
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Collegiate Commons",
"firm": "Preiss Company",
"country": "USA",
"crossStreet": "1407 Cunningham Street<br>Greensboro, NC 27401",
"rank": "45",
"ora": "82",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-91.206154,
30.393150
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Villas at Riverbend",
"firm": "Campus Advantage",
"country": "USA",
"crossStreet": "5689 River Road<br>Baton Rouge, LA 70820",
"rank": "46",
"ora": "82",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.328361,
47.612738
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Avanti",
"firm": "Horizon Realty Advisors",
"country": "USA",
"crossStreet": "1401 Boren Avenue, Suite 815<br>Seattle, WA 98101",
"rank": "47",
"ora": "82",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.327632,
47.612037
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Seattle Portfolio",
"firm": "Horizon Realty Advisors",
"country": "USA",
"crossStreet": "1401 Boren Avenue, Suite 815<br>Seattle, WA 98101",
"rank": "48",
"ora": "82",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.134691,
43.046682
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "U Point Syracuse",
"firm": "American Campus Communities",
"country": "USA",
"crossStreet": "404 University Avenue<br>Syracuse, NY 13210",
"rank": "49",
"ora": "82",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.350066,
30.433034
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Villa San Michele",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1694 Baldwin Park Drive<br>Tallahassee, FL 32304",
"rank": "50",
"ora": "81",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-77.885944,
34.232192
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Lofts At Randall",
"firm": "Preiss Company",
"country": "USA",
"crossStreet": "4608 Randall Parkway<br>Wilmington, NC 28403",
"rank": "51",
"ora": "81",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-82.322501,
29.650024
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Arlington Square",
"firm": "Collier Companies",
"country": "USA",
"crossStreet": "207 SE 2nd Place Suite I-13<br>Gainesville, FL 32601",
"rank": "52",
"ora": "81",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-82.374766,
29.637895
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Museum Walk",
"firm": "Collier Companies",
"country": "USA",
"crossStreet": "3500 SW 19th Ave<br>Gainesville, FL 32607",
"rank": "53",
"ora": "81",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.677941,
41.501364
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Edge On Euclid",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "1750 Euclid Ave<br>Cleveland, OH 44115",
"rank": "54",
"ora": "81",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-85.910350,
42.963349
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Lodge",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "5068 West Campus Drive<br>Allendale, MI 49401",
"rank": "55",
"ora": "81",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-87.628910,
41.877028
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "ARC",
"firm": "CA Ventures",
"country": "USA",
"crossStreet": "37 W. Van Buren<br>Chicago, IL 60605",
"rank": "56",
"ora": "80",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-87.629252,
41.876788
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Arc at Old Colony",
"firm": "CA Ventures",
"country": "USA",
"crossStreet": "37 W. Van Buren<br>Chicago, IL 60605",
"rank": "58",
"ora": "80",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-101.867274,
33.589147
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Suites at Overton Park",
"firm": "EDR",
"country": "USA",
"crossStreet": "2300 Glenna Goodacre Boulevard<br>Lubbock, TX 79401",
"rank": "58",
"ora": "80",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.321884,
30.445601
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Woodlands on West Tennessee",
"firm": "The Scion Group",
"country": "USA",
"crossStreet": "2195 W. Tennessee St<br>Tallahassee, FL 32304",
"rank": "59",
"ora": "80",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-82.364213,
29.625631
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Hidden Village Apartments",
"firm": "Collier Companies",
"country": "USA",
"crossStreet": "2725 Sw 27th Ave<br>Gainesville, FL 32608",
"rank": "60",
"ora": "80",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-83.380027,
33.956998
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Georgia Heights",
"firm": "EDR",
"country": "USA",
"crossStreet": "150 W. Broad St.<br>Athens, GA 30601",
"rank": "61",
"ora": "80",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.101149,
32.073597
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Blake",
"firm": "Greystar Student",
"country": "USA",
"crossStreet": "540 Selma St<br>Savannah, GA 31401",
"rank": "62",
"ora": "80",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.174221,
47.714434
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Totem Lake Heights Apartments",
"firm": "Horizon Realty Advisors",
"country": "USA",
"crossStreet": "12414 Ne 127th Ct<br>Kirkland, WA 98034",
"rank": "63",
"ora": "80",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-72.242435,
41.804273
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Oaks on the Square",
"firm": "EDR",
"country": "USA",
"crossStreet": "9 Dog lane<br>Storrs, CT 6268",
"rank": "64",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-85.091316,
33.574594
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Carrollton Crossing Apartments",
"firm": "EDR",
"country": "USA",
"crossStreet": "1205 Maple St<br>Carrollton, GA 30117",
"rank": "65",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-77.434257,
37.241450
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "University Apartments at Ettrick",
"firm": "Greystar Student",
"country": "USA",
"crossStreet": "4010 J. Mitchell Jones Drive<br>Petersburg, VA 23803",
"rank": "66",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-98.625451,
29.577123
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Prado",
"firm": "Grand Campus",
"country": "USA",
"crossStreet": "7114 UTSA Blvd.<br>San Antonio, TX 78249",
"rank": "67",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.747849,
39.505943
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Miami Preserve",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "271 Reagan Place<br>Oxford, OH 45056",
"rank": "68",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-96.335665,
30.596765
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "U Club Townhomes on Marion Pugh",
"firm": "American Campus Communities",
"country": "USA",
"crossStreet": "801 Marion Pugh Drive<br>College Station, TX 77840",
"rank": "69",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.400565,
41.828982
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "257 Thayer",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "286 Thayer St<br>Providence, RI 2906",
"rank": "70",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-82.323039,
29.649837
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Wisteria Downs",
"firm": "Collier Companies",
"country": "USA",
"crossStreet": "207 SE 2nd Pl<br>Gainesville, FL 32601",
"rank": "71",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-110.971221,
32.244587
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Stone Avenue Standard",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1800 N Stone Ave<br>Tucson, AZ 85705",
"rank": "72",
"ora": "79",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-89.567987,
34.370810
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Retreat Oxford ",
"firm": "EDR",
"country": "USA",
"crossStreet": "319 N Lamar Blvd Suite 102<br>Oxford, MS 38655",
"rank": "73",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-87.531756,
33.203320
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "East Edge",
"firm": "EDR",
"country": "USA",
"crossStreet": "1131 Jackson Ave.<br>Tuscaloosa, AL 35401",
"rank": "74",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-86.941348,
40.458422
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Lodge on The Trail",
"firm": "Pierce",
"country": "USA",
"crossStreet": "2101 Cumberland Avenue<br>West Lafayette, IN 47906",
"rank": "75",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-86.941928,
40.449637
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Cottages on Lindberg",
"firm": "EDR",
"country": "USA",
"crossStreet": "2191 Mida Drive<br>West Lafayette, IN 47906",
"rank": "76",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.911155,
42.099168
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "University Lofts",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "15 Chenango St<br>Binghamton, NY 13901",
"rank": "77",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-97.139413,
33.205994
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Eagle Creek",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "603 Eagle Dr.<br>Denton, TX 76201",
"rank": "78",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-97.913685,
29.904929
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Outpost San Marcos",
"firm": "Preiss Company",
"country": "USA",
"crossStreet": "1647 Post Road<br>San Marcos, TX 78666",
"rank": "79",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-88.234844,
40.113006
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Burnham 310 Apartments",
"firm": "Campus Advantage",
"country": "USA",
"crossStreet": "310 E Springfield Ave<br>Champaign, IL 61820",
"rank": "80",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-87.044069,
41.467104
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Uptown East",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "1401 LaPorte Avenue<br>Valparaiso, IN 46383",
"rank": "81",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-82.338590,
29.618225
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Landings At Bivens Arm",
"firm": "Collier Companies",
"country": "USA",
"crossStreet": "3801 Sw 13th St<br>Gainesville, FL 32608",
"rank": "82",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.912658,
32.425912
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Independence Place",
"firm": "American Campus Communities",
"country": "USA",
"crossStreet": "1534 Antietam Dr<br>Columbus, GA 31907",
"rank": "83",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-85.762186,
38.221174
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Cardinal Towne",
"firm": "American Campus Communities",
"country": "USA",
"crossStreet": "325 West Cardinal Boulevard<br>Louisville, KY 40208",
"rank": "84",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-92.464096,
44.020133
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "318 Commons",
"firm": "Campus Advantage",
"country": "USA",
"crossStreet": "318 First Ave. SW<br>Rochester, MN 55902",
"rank": "85",
"ora": "78",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-92.332469,
38.944754
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "TODD",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "601 S 5th St<br>Columbia, MO 65201",
"rank": "86",
"ora": "77",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.334134,
30.453457
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "West 10 Apartments",
"firm": "Collier Companies",
"country": "USA",
"crossStreet": "2614 W. Tennessee Street<br>Tallahassee, FL 32304",
"rank": "87",
"ora": "77",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.040223,
33.993318
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Greene Crossing",
"firm": "Greystar Student",
"country": "USA",
"crossStreet": "708 Pulaski St<br>Columbia, SC 29201",
"rank": "88",
"ora": "77",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.763844,
39.676927
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Rittenhouse Station",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "250 S Main St Ste 107<br>Newark, DE 19711",
"rank": "89",
"ora": "77",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.779415,
32.415802
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Cambridge at Southern-Pines",
"firm": "The Scion Group",
"country": "USA",
"crossStreet": "122 Lanier Drive<br>Statesboro, GA 30458",
"rank": "90",
"ora": "77",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.735337,
35.407295
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Campbell Creek Apartments",
"firm": "RISE Real Estate Company",
"country": "USA",
"crossStreet": "25 Landis Ln # 105<br>Lillington, NC 27546",
"rank": "91",
"ora": "77",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-76.139075,
43.019632
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Aspen Heights Syracuse",
"firm": "Aspen Heights",
"country": "USA",
"crossStreet": "351 East Brighton Ave.<br>Syracuse, NY 13210",
"rank": "92",
"ora": "77",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-103.612600,
48.183395
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "North Gate",
"firm": "The Sterling Group",
"country": "USA",
"crossStreet": "621 42nd Street East<br>Williston, ND 58801",
"rank": "93",
"ora": "77",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-93.226329,
44.973495
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Stadium Village Flats",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "850 SE Washington Ave<br>Minneapolis, MN 55414",
"rank": "94",
"ora": "76",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-87.626463,
41.878532
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Infinite",
"firm": "CA Ventures",
"country": "USA",
"crossStreet": "28 East Jackson Blvd<br>Chicago, IL 60604",
"rank": "95",
"ora": "76",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-70.954486,
43.139919
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "The Lodges at West Edge",
"firm": "Peak Campus",
"country": "USA",
"crossStreet": "259 Mast Road<br>Durham, NH 3824",
"rank": "96",
"ora": "76",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-97.969424,
29.898048
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Dakota Ranch",
"firm": "Asset Campus",
"country": "USA",
"crossStreet": "1818 Old Ranch Rd 12<br>San Marcos, TX 78666",
"rank": "97",
"ora": "76",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-95.560527,
30.705748
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Republic at Sam Houston",
"firm": "Campus Advantage",
"country": "USA",
"crossStreet": "1300 Smither Drive<br>Huntsville, TX 77340",
"rank": "98",
"ora": "76",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.742176,
39.686261
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "One Easton",
"firm": "Campus Advantage",
"country": "USA",
"crossStreet": "1 Easton Court<br>Newark, DE 19711",
"rank": "99",
"ora": "76",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-117.074677,
32.771812
]
},
"properties": {
"image": "",
"websiteText": "",
"url":"",
"property": "Suites on Paseo",
"firm": "Preiss Company",
"country": "USA",
"crossStreet": "5595 Lindo Paseo<br>San Diego, CA 92115",
"rank": "100",
"ora": "76",
"state": "",
"icon": "http://images.hw.net/Brightspot/Architect/Interactives/2015/15May/Atlanta_Locator_Map/store-locator-final/markerblue.png"
}
},
]
}
];
var map = L.mapbox.map('mfe-top100', 'hanleywood.kv1s8aor')
.setView([39.868196,-98.802562], 4);
// var map = L.mapbox.map('map', 'examples.map-i80bb8p3')
// .setView([33.7677129, -84.4006039], 13);
map.scrollWheelZoom.disable();
var listings = document.getElementById('listings');
var locations = L.mapbox.featureLayer().addTo(map);
locations.setGeoJSON(geojson);
function setActive(el) {
var siblings = listings.getElementsByTagName('div');
for (var i = 0; i < siblings.length; i++) {
siblings[i].className = siblings[i].className
.replace(/active/, '').replace(/\s\s*$/, '');
}
el.className += ' active';
}
locations.eachLayer(function(locale) {
// Shorten locale.feature.properties to just `prop` so we're not
// writing this long form over and over again.
var prop = locale.feature.properties;
// Each marker on the map.
var popup ='<img src="' + prop.image + '" />' +'<h3>'+ prop.property + '</h3>';
var listing = listings.appendChild(document.createElement('div'));
listing.className = 'item';
var link = listing.appendChild(document.createElement('a'));
link.href = '#';
link.className = 'title';
link.innerHTML = prop.property;
if (prop.crossStreet) {
link.innerHTML += '</br><small class="quiet">' + prop.crossStreet + '</small>';
popup += '<small class="quiet boxtop">' + prop.crossStreet + '</small>' + '<br>' + '<small class="box">ORA Score: ' + prop.ora + '</small>' + '<br>' + '<small class="box">Rank: ' + prop.rank + '</small>' + '<br>' + '<h4 class="box">' + prop.firm + '</h4>'+ '<br>'+'<a target="_blank" class="url" href="' + prop.url + '">' + prop.websiteText + '</a>';
}
var details = listing.appendChild(document.createElement('div'));
details.innerHTML = prop.firm;
if (prop.websiteURL) {
details.innerHTML;
}
link.onclick = function() {
setActive(listing);
// When a menu item is clicked, animate the map to center
// its associated locale and open its popup.
map.setView(locale.getLatLng(), 16);
locale.openPopup();
return false;
};
// Marker interaction
locale.on('click', function(e) {
// 1. center the map on the selected marker.
map.panTo(locale.getLatLng());
// 2. Set active the markers associated listing.
setActive(listing);
});
popup += '</div>';
locale.bindPopup(popup);
locale.setIcon(L.icon({
iconUrl: prop.icon,
iconSize: [50, 50],
iconAnchor: [28, 28],
popupAnchor: [0, -34]
}));
});
Also see: Tab Triggers