{"id":102,"date":"2018-04-18T14:25:00","date_gmt":"2018-04-18T14:25:00","guid":{"rendered":"http:\/\/stories.kera.org\/saving-schools\/?p=102"},"modified":"2018-08-28T21:21:34","modified_gmt":"2018-08-28T21:21:34","slug":"explore-the-neighborhoods","status":"publish","type":"post","link":"https:\/\/stories.kera.org\/saving-schools\/2018\/04\/18\/explore-the-neighborhoods\/","title":{"rendered":"A Snapshot Of North Texas Neighborhoods"},"content":{"rendered":"<p><em>In the map below, you&#8217;ll find information on the five schools featured in our series by clicking each marker. Each school is located inside a census tract. Click the shaded area surrounding the schools to learn more about the neighborhood, some of which have median household incomes as low as $11,000.<\/em><\/p>\n<hr \/>\n<style>\n\t.nptg-map{\n\t\twidth:100%;\n\t\theight:600px;\n\t}\n\t.gm-style-iw table, .gm-style-iw td{\n\t\tbackground-color:#ffffff !important;\n\t\tborder:none !important; \n\t}<\/p>\n<p>\t.gm-style-iw tr{\n\t\tborder-bottom: 1px solid #000000;\n\t}\n\ta.bold-link{\n\t\tfont-weight:bold;\n\t}\n\t<\/style>\n<div id='map1037041536' class='nptg-map'><\/div>\n<p><script>var markers = [];function pinSymbol(color) {\n    return {\n        path: 'M 0,0 C -2,-20 -10,-22 -10,-30 A 10,10 0 1,1 10,-30 C 10,-22 2,-20 0,0 z M -2,-30 a 2,2 0 1,1 4,0 2,2 0 1,1 -4,0',\n        fillColor: color,\n        fillOpacity: 1,\n        strokeColor: '#000',\n        strokeWeight: 2,\n        scale: 1,\n\t   };\n\t}function initialize() {\n\t\tvar layers = [];\n\t\tlayers[0] = new google.maps.KmlLayer('https:\/\/stories.kera.org\/assets\/race-to-save-failing-schools-census-map-032718.kml?rev=1780700604', {\n\t\t\tpreserveViewport: true\n\t\t});\n\t\tvar myLatlng = new google.maps.LatLng(40, -110);\n\t\tvar mapOptions = {\n\t\t\t\tcenter: new google.maps.LatLng(32.74839165773242, -97.04525355854241),\n\t\t\t\tzoom: 11,\n\t\t\t\tzoomControl: true,\n\t\t\t\tzoomControlOptions: {\n\t\t\t\t\tstyle: google.maps.ZoomControlStyle.DEFAULT,\n\t\t\t\t},\n\t\t\t\tdisableDoubleClickZoom: true,\n\t\t\t\tmapTypeControl: true,\n\t\t\t\tmapTypeControlOptions: {\n\t\t\t\t\tstyle: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,\n\t\t\t\t},\n\t\t\t\tscaleControl: true,\n\t\t\t\tscrollwheel: true,\n\t\t\t\tpanControl: true,\n\t\t\t\tstreetViewControl: true,\n\t\t\t\tdraggable : true,\n\t\t\t\toverviewMapControl: true,\n\t\t\t\toverviewMapControlOptions: {\n\t\t\t\t\topened: false,\n\t\t\t\t},\n\t\t\t\tmapTypeId: google.maps.MapTypeId.ROADMAP ,\n\t\t\t};var mapElement = document.getElementById('map1037041536');var map = new google.maps.Map(mapElement, mapOptions);layers[0].setMap(map);var locations = [\n\t\t\t\t\t['Thomas A. Edison Middle School, Dallas ISD', '508 Students', 'sixth through eighth grade', '5 years on IR list', '', 'https:\/\/www.dallasisd.org\/edison', '2940 Singleton Blvd. Dallas, TX 75212', '32.777562', '-96.868524', '#ff0000'],\n\t\t\t\t\t['L.G. Pinkston High School, Dallas, ISD', '940 Students', 'ninth through twelfth grade', 'absorbing Thomas A. Edison Middle School', '', 'https:\/\/www.dallasisd.org\/Domain\/406', '2200 Dennison St. Dallas, TX 75212', '32.781660', '-96.859391', '#66ff33'],\n\t\t\t\t\t['Leadership Academy John T. White Elementary, Fort Worth ISD', '724 students', 'pre-K through fifth grade', '5 years on IR list', '', 'https:\/\/www.fwisd.org\/JohnTWhite', '7300 John T. White Road Fort Worth, TX 76120', '32.765195', '-97.198139', '#FF0000'],\n\t\t\t\t\t['Mitchell Boulevard Elementary, Fort Worth ISD', '407 students', 'early education through fifth grade', '3 years on IR list', '', 'https:\/\/www.fwisd.org\/MitchellBoulevard', '3601 Mitchell Fort Worth, TX 76105', '32.709119', '-97.287796', '#FFFF00'],\n\t\t\t\t\t['Wimbish Elementary, Arlington ISD', '569 students', 'pre-K through sixth grade', '4 years on IR list', '', 'https:\/\/www.aisd.net\/wimbish-elementary', '1601 Wright St. Arlington, TX 76012', '32.748821', '-97.130837', '#FFA500'],\n\t\t\t\t];\n\t\t\t\tfor (i = 0; i < locations.length; i++) {\n\t\t\t\t\tcontent = \"<b><a href='\" + locations[i][5] +\"' target='_blank' class='bold-link'>\" + locations[i][0] + \"<\/a><\/b>\";\n\t\t\t\t\tif(locations[i][4].length > 0){\n\t\t\t\t\t\tcontent = content + \"<br \/><span class='mapnote'>\" + locations[i][4] + \"<\/span>\";\n\t\t\t\t\t}\n\t\t\t\t\tcontent = content + \"<br \/>&nbsp;<br \/>\" + locations[i][1] + \"<br \/>\";\n\t\t\t\t\tcontent = content + locations[i][2] + \"<br \/>\";\n\t\t\t\t\tcontent = content + locations[i][3] + \"<br \/>\";\n\t\t\t\t\tmarker = new google.maps.Marker({\n\t\t\t\t\t\tposition: new google.maps.LatLng(locations[i][7], locations[i][8]),\n\t\t\t\t\t\tmap: map,\n\t\t\t\t\t\ttitle: locations[i][0],\n\t\t\t\t\t\tdesc: locations[i][3],\n\t\t\t\t\t\ticon: pinSymbol(locations[i][9]),\n\t\t\t\t\t});\n\t\t\t\t\tmarkers.push(marker)\n\t\t\t\t\tvar infowindow = new google.maps.InfoWindow()\n\t\t\t\t\tlink = '';var prev_infowindow =false;google.maps.event.addListener(marker,'click', (function(marker,content,infowindow){ \n\t\t\t\t\t\treturn function() {\n\t\t\t\t\t\t\tif( prev_infowindow ) {\n\t\t\t\t\t\t\t   prev_infowindow.close();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tinfowindow.setContent(content);\n\t\t\t\t\t\t\tmarker.setAnimation(null);\n\t\t\t\t\t\t\tinfowindow.open(map,marker);\n\t\t\t\t\t\t\tprev_infowindow = infowindow;\n\t\t\t\t\t\t\tgoogle.maps.event.addListener(map,'click', function(){ \n\t\t\t\t\t\t\t\tinfowindow.close();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t};\n\t\t\t\t\t})(marker,content,infowindow));  \n\t\t\t\t}function setMapOnAll(map) {\n\t\t\tfor (var i = 0; i < markers.length; i++) {\n\t\t\t  markers[i].setMap(map);\n\t\t\t}\n\t\t  }\n\n\t}\n\tgoogle.maps.event.addDomListener(window, 'load', initialize);\n\t<\/script><\/p>\n<hr \/>\n<div style=\"font-size: 80%; text-align: center;\">Click and drag the 360-degree photos below to see the front entrances schools and the surroundings. Photos by Lara Solt.<\/div>\n<h6>Pinkston High School, Dallas<\/h6>\n<p>    <iframe loading=\"lazy\" width=\"100%\" height=\"500\" scrolling=\"no\" allowfullscreen src=\"https:\/\/stories.kera.org\/saving-schools\/wp-content\/plugins\/wp-vr-view\/asset\/index.html?image=http:\/\/stories.kera.org\/saving-schools\/wp-content\/uploads\/sites\/20\/2018\/04\/lg-pinkston-360.jpg&is_stereo=false\"><\/iframe><\/p>\n<h6>Edison Middle Learning Center, Dallas<\/h6>\n<p>    <iframe loading=\"lazy\" width=\"100%\" height=\"500\" scrolling=\"no\" allowfullscreen src=\"https:\/\/stories.kera.org\/saving-schools\/wp-content\/plugins\/wp-vr-view\/asset\/index.html?image=http:\/\/stories.kera.org\/saving-schools\/wp-content\/uploads\/sites\/20\/2018\/04\/thomas-a-edison.jpg&is_stereo=false\"><\/iframe><\/p>\n<h6>Wimbish Elementary, Arlington<\/h6>\n<p>    <iframe loading=\"lazy\" width=\"100%\" height=\"500\" scrolling=\"no\" allowfullscreen src=\"https:\/\/stories.kera.org\/saving-schools\/wp-content\/plugins\/wp-vr-view\/asset\/index.html?image=http:\/\/stories.kera.org\/saving-schools\/wp-content\/uploads\/sites\/20\/2018\/04\/wimbish-360.jpg&is_stereo=false\"><\/iframe><\/p>\n<h6>Leadership Academy at Mitchell Boulevard Elementary, Fort Worth<\/h6>\n<p>    <iframe loading=\"lazy\" width=\"100%\" height=\"500\" scrolling=\"no\" allowfullscreen src=\"https:\/\/stories.kera.org\/saving-schools\/wp-content\/plugins\/wp-vr-view\/asset\/index.html?image=http:\/\/stories.kera.org\/saving-schools\/wp-content\/uploads\/sites\/20\/2018\/04\/mitchell-360.jpg&is_stereo=false\"><\/iframe><\/p>\n<h6>Leadership Academy at John T. White Elementary, Fort Worth<\/h6>\n<p>    <iframe loading=\"lazy\" width=\"100%\" height=\"500\" scrolling=\"no\" allowfullscreen src=\"https:\/\/stories.kera.org\/saving-schools\/wp-content\/plugins\/wp-vr-view\/asset\/index.html?image=http:\/\/stories.kera.org\/saving-schools\/wp-content\/uploads\/sites\/20\/2018\/04\/john-t-white-360.jpg&is_stereo=false\"><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the map below, you&#8217;ll find information on the five&#8230;<\/p>\n","protected":false},"author":7,"featured_media":105,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[9,18,11,12,15,14,13,10,8],"class_list":["post-102","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-the-race-to-save-failing-schools","tag-arlington","tag-census","tag-dallas","tag-edison","tag-fort-worth","tag-john-t-white","tag-mitchell-boulevard","tag-pinkston","tag-wimbish","byline-justin-bowers","byline-molly-evans"],"_links":{"self":[{"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/posts\/102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/comments?post=102"}],"version-history":[{"count":23,"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/posts\/102\/revisions"}],"predecessor-version":[{"id":809,"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/posts\/102\/revisions\/809"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/media\/105"}],"wp:attachment":[{"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/media?parent=102"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/categories?post=102"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stories.kera.org\/saving-schools\/wp-json\/wp\/v2\/tags?post=102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}