Find a Charter School - National Alliance for Public Charter Schools (2024)

Find a Charter School in Your Neighborhood

Results Found

Physical Locations # Physical Locations

Virtual Locations # Virtual Locations

Did you know?

The first public charter school opened in 1992, only one year after the enactment of the 1991 Omnibus K-12 Education Finance Bill.

Viewing Grade Level

×

Submit Your Charter School Listing

We’d love to get your charter school added to our map! Please submit the following details below and our team will verify listing. kindly expect a few days to get confirmed.

Email [emailprotected] for questions on status.

Searching....Find a Charter School - National Alliance for Public Charter Schools (1)

'); if (result.data[i]["virtual_flag"] == 'No') { phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } else { const str = result.data[i]["grade_range"]; const first2 = str.slice(0, 2); const last2 = str.slice(-2); if((primary==true)&&(higher==true)&&(middle==true)){school_data.push(result.data[i]);vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

');} else if((primary==true)&&(middle==true)&&(higher==false)){if((!isNaN(last2) && last2 <=8) || last2 =="KG" || last2=="PK" || str=="UNKNOWN"){school_data.push(result.data[i]); vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

');}} else if((higher==true)&&(primary==true)&&(middle==false)){if((!isNaN(last2) && (last2 <=5 || last2 >=9)) || last2 =="KG" || last2=="PK" || str=="UNKNOWN"){school_data.push(result.data[i]);vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

');}} else if((higher==false)&&(middle==false)&&(primary==true)){if((!isNaN(last2) && last2 <=5) || last2 =="KG" || last2=="PK" || str=="UNKNOWN"){school_data.push(result.data[i]);vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

');}} else if((primary==false)&&(higher==true)&&(middle==true)){if((!isNaN(last2) && last2 >=6 )|| str=="UNKNOWN"){school_data.push(result.data[i]); vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

');}} else if((primary==false)&&(higher==false)&&(middle==true)){if((!isNaN(last2) && last2 <=8 && last2 >=6) || str=="UNKNOWN") {school_data.push(result.data[i]);vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); }} else if((primary==false)&&(middle==false)&&(higher==true)){if((!isNaN(last2) && last2 >=9 ) || str=="UNKNOWN"){school_data.push(result.data[i]); vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

');}} else {school_data = [];vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

');} } jQuery('.toggle_btn_box .phy strong').text(phy_school.length); jQuery('.toggle_btn_box .vir strong').text(vir_school.length); jQuery('.top_box').show(); jQuery('.school_count').show().text(vir_school.length + ' Virtual Schools'); } jQuery('.main_box').append('

'); for (var j = 0; j < vir_school.length; j++) { jQuery('.content_box').append(vir_school[j]);jQuery('.msg_box').addClass('data-added').append('

' + school_data[j]["post_title"] + 'View

' + school_data[j]["address"] + '

'); } } else { jQuery('#map').removeClass('blur'); jQuery('.toggle_btn_box .phy').addClass('active'); jQuery('.toggle_btn_box .vir').removeClass('active'); var map; var infoWindow = new google.maps.InfoWindow(),marker, i; var bounds = new google.maps.LatLngBounds(); var mapOptions = {mapTypeId: 'roadmap', streetViewControl: false, mapId: 'publiccharters'}; map = new google.maps.Map(document.getElementById("map"), mapOptions); map.setTilt(50); var circle; var METERS_PER_MILE = 1609.34;var myCenter = new google.maps.LatLng(latitude, longitude);var value = distance_km;if (circle && circle.setMap) circle.setMap(null); circle = new google.maps.Circle({center: myCenter,radius: value * METERS_PER_MILE, map: map }); map.fitBounds(circle.getBounds()); for (var i = 0; i < result.data.length; i++) { console.log(result.data); school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); if (result.data[i]["virtual_flag"] == 'No') { const str = result.data[i]["grade_range"]; const first2 = str.slice(0, 2); const last2 = str.slice(-2); if((primary==true)&&(higher==true)&&(middle==true)){ school_data.push(result.data[i]); phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } else if((primary==true)&&(middle==true)&&(higher==false)){ if((!isNaN(last2) && last2 <=8) || last2 =="KG" || last2=="PK" || str=="UNKNOWN"){ school_data.push(result.data[i]); phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } } else if((higher==true)&&(primary==true)&&(middle==false)){ if((!isNaN(last2) && (last2 <=5 || last2 >=9)) || last2 =="KG" || last2=="PK" || str=="UNKNOWN"){ school_data.push(result.data[i]); phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } } else if((higher==false)&&(middle==false)&&(primary==true)){ if((!isNaN(last2) && last2 <=5) || last2 =="KG" || last2=="PK" || str=="UNKNOWN"){ school_data.push(result.data[i]); phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } } else if((primary==false)&&(higher==true)&&(middle==true)){ if((!isNaN(last2) && last2 >=6 )|| str=="UNKNOWN"){ school_data.push(result.data[i]); phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } } else if((primary==false)&&(higher==false)&&(middle==true)){ if((!isNaN(last2) && last2 <=8 && last2 >=6) || str=="UNKNOWN") { school_data.push(result.data[i]); phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } } else if((primary==false)&&(middle==false)&&(higher==true)){ if((!isNaN(last2) && last2 >=9 ) || str=="UNKNOWN"){ school_data.push(result.data[i]); phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } } else { school_data = []; phy_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } } else { vir_school.push('

' + '

' + result.data[i]["post_title"] + '

Grades ' + result.data[i]["grade_range"] + '

' + '

' + result.data[i]["address"] + '

' + 'Visit School Website' + '

'); } }jQuery('.toggle_btn_box .phy strong').text(phy_school.length);jQuery('.toggle_btn_box .vir strong').text(vir_school.length);jQuery('.top_box').show();jQuery('.school_count').show().text(phy_school.length + ' Physical Schools'); for (var j = 0; j < school_data.length; j++) {var position = new google.maps.LatLng(school_data[j].latitude, school_data[j].longitude);bounds.extend(position);marker = new google.maps.marker.AdvancedMarkerElement({ position: position,map: map,title: school_data[j]["post_title"]});google.maps.event.addListener(marker, 'click', (function(marker, j) {return function() {infoWindow.setContent(phy_school[j]);infoWindow.open(map, marker); } })(marker, j));map.fitBounds(bounds); // Set zoom level var boundsListener = google.maps.event.addListener((map), 'bounds_changed', function(event) {google.maps.event.removeListener(boundsListener);});jQuery('.msg_box').addClass('data-added').append('

' + school_data[j]["post_title"] + '' + school_data[j]["distance"] + ' miles

' + school_data[j]["address"] + '

');} } } else { alert("0 School in the area. Please modify your search..."); jQuery('.msg_box').removeClass('data-added').html('

Did you know?

The first public charter school opened in 1992, only one year after the enactment of the 1991 Omnibus K-12 Education Finance Bill.

');jQuery('.toggle_btn_box .phy strong').text(0);jQuery('.toggle_btn_box .vir strong').text(0);jQuery('.result_found span').text(0); jQuery('.submit_btn').show(); jQuery('.email_btn').hide(); } } });}jQuery(document).on('change', '#' + searchInput, function() {jQuery('.content_box').remove(); setTimeout(getSchool, 1000);});jQuery(document).on('change', '#radius', function() {jQuery('.content_box').remove(); setTimeout(getSchool, 1000);});jQuery(document).on('change', '#toggle_btn', function() { jQuery('.content_box').remove(); setTimeout(getSchool, 1000);});jQuery(document).on('change', '#k-5', function(event) { jQuery('.content_box').remove();if(jQuery('#'+searchInput).val()!=""){ setTimeout(getSchool, 300); } else {return false; }});jQuery(document).on('change', '#g-8', function(event) { jQuery('.content_box').remove(); if(jQuery('#'+searchInput).val()!=""){ setTimeout(getSchool, 300); } else{ alert('Please select an address'); return false; }});jQuery(document).on('change', '#g-12', function(event) {jQuery('.content_box').remove(); if(jQuery('#'+searchInput).val()!=""){ setTimeout(getSchool, 300); } else{ alert('Please select an address'); return false; }});jQuery(document).on('click', '.submit_btn', function() { jQuery('.content_box').remove(); if(jQuery('#'+searchInput).val()!=""){ setTimeout(getSchool, 300); } else{ alert('Please select an address'); return false; }});

Find a Charter School - National Alliance for Public Charter Schools (2024)

References

Top Articles
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 6314

Rating: 4.4 / 5 (55 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.