    <script type = "text/javascript">
    //when DOM is loaded add map data
    document.addEventListener('DOMContentLoaded', function(){
      //init school map
      if (schoolmap == undefined && schoolmap == null) {
        var schoolmap = L.map('mapid', { preferCanvas: true} ).setView([53.328515, -7.564583], 7);
      }else{
        return;
      }

      // The mapbox API changed.
      //
      // https://api.tiles.mapbox.com/v4/mapbox.streets/7/60/41.png?access_token=pk.eyJ1IjoiZGF2ZWhlYXJuZSIsImEiOiJjanp3aHF6NWYwMGxnM3Buc3VjODk0d2RrIn0.ZKMaeOybKh6Qx-vaRDuNyg
      //
      // Changed to
      //
      // https://api.mapbox.com/styles/v1/mapbox/streets-v11/tiles/7/60/41?access_token=pk.eyJ1IjoiZGF2ZWhlYXJuZSIsImEiOiJjanp3aHF6NWYwMGxnM3Buc3VjODk0d2RrIn0.ZKMaeOybKh6Qx-vaRDuNyg
      //

      //add street map tiles from mapbox
      /*
      L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token={accessToken}', {
      	attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
      	maxZoom: 18,
      	id: 'mapbox.streets', //.light for grayscale
      	accessToken: 'pk.eyJ1IjoiZGF2ZWhlYXJuZSIsImEiOiJjanp3aHF6NWYwMGxnM3Buc3VjODk0d2RrIn0.ZKMaeOybKh6Qx-vaRDuNyg'
      }).addTo(schoolmap);
       */

      L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', {
      	attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
      	maxZoom: 18,
      	id: 'mapbox/streets-v11',
      	accessToken: 'pk.eyJ1IjoiZGF2ZWhlYXJuZSIsImEiOiJjanp3aHF6NWYwMGxnM3Buc3VjODk0d2RrIn0.ZKMaeOybKh6Qx-vaRDuNyg'
      }).addTo(schoolmap);


      //create arrays for layered approach
      var primaryArray = [];
      var secondaryArray = [];
      var earlyArray = [];
      var learningArray = [];
      var adultArray = [];
      var otherArray = [];
      var clusterArray = [];

    var marker0 = L.circleMarker([53.37607478456445,-6.349575275948375], {color:"#525C65", title:"EDMUND RICE COLLEGE"}).addTo(schoolmap);marker0.bindPopup("<b>EDMUND RICE COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker0);var marker1 = L.circleMarker([54.7277,-6.09409], {color:"#525C65", title:"PARKGATE PRIMARY SCHOOL"}).addTo(schoolmap);marker1.bindPopup("<b>PARKGATE PRIMARY SCHOOL</b><br />28 pupils signed up").openPopup();otherArray.push(marker1);var marker2 = L.circleMarker([30.632219937309955,36.99897480010987], {color:"#ff6961", title:"International Community School Amman", students:"30"}).addTo(schoolmap);marker2.bindPopup("<b>International Community School Amman</b><br />30 pupils signed up").openPopup();primaryArray.push(marker2);var marker3 = L.circleMarker([53.2199,-6.66411], {color:"#525C65", title:"COLÁISTE NAOMH MHUIRE"}).addTo(schoolmap);marker3.bindPopup("<b>COLÁISTE NAOMH MHUIRE</b><br />30 pupils signed up").openPopup();otherArray.push(marker3);var marker4 = L.circleMarker([52.79150340531456,-6.164143681471614], {color:"#525C65", title:"Arklow Youthreach"}).addTo(schoolmap);marker4.bindPopup("<b>Arklow Youthreach</b><br />30 pupils signed up").openPopup();otherArray.push(marker4);var marker5 = L.circleMarker([54.6752,-5.95281], {color:"#525C65", title:"ASHGROVE PRIMARY SCHOOL"}).addTo(schoolmap);marker5.bindPopup("<b>ASHGROVE PRIMARY SCHOOL</b><br />350 pupils signed up").openPopup();otherArray.push(marker5);var marker6 = L.circleMarker([54.2286,-8.29322], {color:"#525C65", title:"DRUMLEASE N S"}).addTo(schoolmap);marker6.bindPopup("<b>DRUMLEASE N S</b><br />152 pupils signed up").openPopup();otherArray.push(marker6);var marker7 = L.circleMarker([52.8546,-8.92872], {color:"#525C65", title:"S N CNOC AN EIN"}).addTo(schoolmap);marker7.bindPopup("<b>S N CNOC AN EIN</b><br />26 pupils signed up").openPopup();otherArray.push(marker7);var marker8 = L.circleMarker([53.3185,-6.26362], {color:"#525C65", title:"KILDARE PLACE N S"}).addTo(schoolmap);marker8.bindPopup("<b>KILDARE PLACE N S</b><br />19 pupils signed up").openPopup();otherArray.push(marker8);var marker9 = L.circleMarker([54.251,-6.9723], {color:"#525C65", title:"MONAGHAN MODEL SCHOOL"}).addTo(schoolmap);marker9.bindPopup("<b>MONAGHAN MODEL SCHOOL</b><br />197 pupils signed up").openPopup();otherArray.push(marker9);var marker10 = L.circleMarker([54.0050185625343,-8.771201935487623], {color:"#ff6961", title:"Curry N.S.", students:"22"}).addTo(schoolmap);marker10.bindPopup("<b>Curry N.S.</b><br />22 pupils signed up").openPopup();primaryArray.push(marker10);var marker11 = L.circleMarker([51.5515,-9.25645], {color:"#525C65", title:"SKIBBEREEN COMMUNITY SCHOOL"}).addTo(schoolmap);marker11.bindPopup("<b>SKIBBEREEN COMMUNITY SCHOOL</b><br />945 pupils signed up").openPopup();otherArray.push(marker11);var marker12 = L.circleMarker([53.2931,-7.28927], {color:"#525C65", title:"DAINGEAN N S"}).addTo(schoolmap);marker12.bindPopup("<b>DAINGEAN N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker12);var marker13 = L.circleMarker([52.6685,-8.48218], {color:"#525C65", title:"SCOIL ATHAIN"}).addTo(schoolmap);marker13.bindPopup("<b>SCOIL ATHAIN</b><br />140 pupils signed up").openPopup();otherArray.push(marker13);var marker14 = L.circleMarker([53.3714,-6.30716], {color:"#525C65", title:"ST DOMINICS COLLEGE"}).addTo(schoolmap);marker14.bindPopup("<b>ST DOMINICS COLLEGE</b><br />875 pupils signed up").openPopup();otherArray.push(marker14);var marker15 = L.circleMarker([53.1093,-6.85889], {color:"#525C65", title:"S N BRIDE"}).addTo(schoolmap);marker15.bindPopup("<b>S N BRIDE</b><br />58 pupils signed up").openPopup();otherArray.push(marker15);var marker16 = L.circleMarker([52.9369,-6.70092], {color:"#525C65", title:"SCOIL NAOMH IOSAF"}).addTo(schoolmap);marker16.bindPopup("<b>SCOIL NAOMH IOSAF</b><br />390 pupils signed up").openPopup();otherArray.push(marker16);var marker17 = L.circleMarker([54.4832,-8.11928], {color:"#525C65", title:"ROCKFIELD N S"}).addTo(schoolmap);marker17.bindPopup("<b>ROCKFIELD N S</b><br />49 pupils signed up").openPopup();otherArray.push(marker17);var marker18 = L.circleMarker([53.5512,-6.79258], {color:"#525C65", title:"ST MARYS CONVENT N S"}).addTo(schoolmap);marker18.bindPopup("<b>ST MARYS CONVENT N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker18);var marker19 = L.circleMarker([53.4466,-6.20044], {color:"#525C65", title:"GAELSCOIL AN DUINNINIGH"}).addTo(schoolmap);marker19.bindPopup("<b>GAELSCOIL AN DUINNINIGH</b><br />30 pupils signed up").openPopup();otherArray.push(marker19);var marker20 = L.circleMarker([52.649,-8.62202], {color:"#525C65", title:"OUR LADY QUEEN OF PEACE SCHOOL"}).addTo(schoolmap);marker20.bindPopup("<b>OUR LADY QUEEN OF PEACE SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker20);var marker21 = L.circleMarker([52.4682,-7.69835], {color:"#525C65", title:"PATRICIAN PRESENTATION"}).addTo(schoolmap);marker21.bindPopup("<b>PATRICIAN PRESENTATION</b><br />3 pupils signed up").openPopup();otherArray.push(marker21);var marker22 = L.circleMarker([52.4682,-7.69835], {color:"#525C65", title:"PATRICIAN PRESENTATION"}).addTo(schoolmap);marker22.bindPopup("<b>PATRICIAN PRESENTATION</b><br />15 pupils signed up").openPopup();otherArray.push(marker22);var marker23 = L.circleMarker([51.9087,-8.44258], {color:"#525C65", title:"GAELSCOIL AN GHOIRT ALAINN"}).addTo(schoolmap);marker23.bindPopup("<b>GAELSCOIL AN GHOIRT ALAINN</b><br />17 pupils signed up").openPopup();otherArray.push(marker23);var marker24 = L.circleMarker([53.4466,-6.20044], {color:"#525C65", title:"GAELSCOIL AN DUINNINIGH"}).addTo(schoolmap);marker24.bindPopup("<b>GAELSCOIL AN DUINNINIGH</b><br />380 pupils signed up").openPopup();otherArray.push(marker24);var marker25 = L.circleMarker([52.631,-8.6811], {color:"#525C65", title:"MUNGRET COMMUNITY COLLEGE"}).addTo(schoolmap);marker25.bindPopup("<b>MUNGRET COMMUNITY COLLEGE</b><br />150 pupils signed up").openPopup();otherArray.push(marker25);var marker26 = L.circleMarker([53.8868,-7.14537], {color:"#525C65", title:"BILLIS N S"}).addTo(schoolmap);marker26.bindPopup("<b>BILLIS N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker26);var marker27 = L.circleMarker([53.4308,-10.0733], {color:"#525C65", title:"BALLYCONEELY N S"}).addTo(schoolmap);marker27.bindPopup("<b>BALLYCONEELY N S</b><br />15 pupils signed up").openPopup();otherArray.push(marker27);var marker28 = L.circleMarker([52.7681,-9.476], {color:"#525C65", title:"CLOHANES N S"}).addTo(schoolmap);marker28.bindPopup("<b>CLOHANES N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker28);var marker29 = L.circleMarker([54.2857,-8.39615], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker29.bindPopup("<b>ST PATRICKS NS</b><br />27 pupils signed up").openPopup();otherArray.push(marker29);var marker30 = L.circleMarker([53.1572,-7.19113], {color:"#525C65", title:"SCOIL NÁISIÚNTA CÚIL AN TSÚDAIRE 2"}).addTo(schoolmap);marker30.bindPopup("<b>SCOIL NÁISIÚNTA CÚIL AN TSÚDAIRE 2</b><br />30 pupils signed up").openPopup();otherArray.push(marker30);var marker31 = L.circleMarker([52.7869,-7.78697], {color:"#ff6961", title:"CASTLE INY N S", students:"11"}).addTo(schoolmap);marker31.bindPopup("<b>CASTLE INY N S</b><br />11 pupils signed up").openPopup();primaryArray.push(marker31);var marker32 = L.circleMarker([53.654486374765895,-6.691415429949914], {color:"#ff6961", title:"Scoil Mhuire Navan meath", students:"207"}).addTo(schoolmap);marker32.bindPopup("<b>Scoil Mhuire Navan meath</b><br />207 pupils signed up").openPopup();primaryArray.push(marker32);var marker33 = L.circleMarker([54.1753,-6.33473], {color:"#525C65", title:"ST CLARE'S ABBEY PRIMARY SCHOOL"}).addTo(schoolmap);marker33.bindPopup("<b>ST CLARE'S ABBEY PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker33);var marker34 = L.circleMarker([53.3601,-6.43507], {color:"#525C65", title:"ST ANDREWS N S"}).addTo(schoolmap);marker34.bindPopup("<b>ST ANDREWS N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker34);var marker35 = L.circleMarker([53.49,-6.74328], {color:"#525C65", title:"DANGAN MIXED N S"}).addTo(schoolmap);marker35.bindPopup("<b>DANGAN MIXED N S</b><br />1 pupils signed up").openPopup();otherArray.push(marker35);var marker36 = L.circleMarker([54.65447068891143,-7.137451171874999], {color:"#ff6961", title:"St Peter’s Primary School Plumbridge", students:"93"}).addTo(schoolmap);marker36.bindPopup("<b>St Peter’s Primary School Plumbridge</b><br />93 pupils signed up").openPopup();primaryArray.push(marker36);var marker37 = L.circleMarker([54.2042,-10.0382], {color:"#525C65", title:"CILL MHOR IORRAIS"}).addTo(schoolmap);marker37.bindPopup("<b>CILL MHOR IORRAIS</b><br />30 pupils signed up").openPopup();otherArray.push(marker37);var marker38 = L.circleMarker([53.2761,-6.3932], {color:"#525C65", title:"SCOIL CHAITLIN MAUDE"}).addTo(schoolmap);marker38.bindPopup("<b>SCOIL CHAITLIN MAUDE</b><br />30 pupils signed up").openPopup();otherArray.push(marker38);var marker39 = L.circleMarker([53.328,-6.24035], {color:"#525C65", title:"ST CONLETHS COLLEGE"}).addTo(schoolmap);marker39.bindPopup("<b>ST CONLETHS COLLEGE</b><br />23 pupils signed up").openPopup();otherArray.push(marker39);var marker40 = L.circleMarker([53.336027834144744,-6.457802539968584], {color:"#ff6961", title:"Kumon Adamstown", students:"200"}).addTo(schoolmap);marker40.bindPopup("<b>Kumon Adamstown</b><br />200 pupils signed up").openPopup();primaryArray.push(marker40);var marker41 = L.circleMarker([53.3216,-6.39124], {color:"#525C65", title:"Clondalkin Youthreach"}).addTo(schoolmap);marker41.bindPopup("<b>Clondalkin Youthreach</b><br />5 pupils signed up").openPopup();otherArray.push(marker41);var marker42 = L.circleMarker([53.1698,-6.91461], {color:"#525C65", title:"KILDARE TOWN COMMUNITY SCHOOL"}).addTo(schoolmap);marker42.bindPopup("<b>KILDARE TOWN COMMUNITY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker42);var marker43 = L.circleMarker([52.4748,-7.59698], {color:"#525C65", title:"S N CHLUAININ"}).addTo(schoolmap);marker43.bindPopup("<b>S N CHLUAININ</b><br />65 pupils signed up").openPopup();otherArray.push(marker43);var marker44 = L.circleMarker([52.192,-8.51969], {color:"#525C65", title:"BALLYGOWN NS"}).addTo(schoolmap);marker44.bindPopup("<b>BALLYGOWN NS</b><br />17 pupils signed up").openPopup();otherArray.push(marker44);var marker45 = L.circleMarker([54.96461671083458,-7.78226852416992], {color:"#ff6961", title:"KILMACRENNAN NS", students:"30"}).addTo(schoolmap);marker45.bindPopup("<b>KILMACRENNAN NS</b><br />30 pupils signed up").openPopup();primaryArray.push(marker45);var marker46 = L.circleMarker([52.5166,-8.46887], {color:"#525C65", title:"SCOIL BAILE AN AIRD"}).addTo(schoolmap);marker46.bindPopup("<b>SCOIL BAILE AN AIRD</b><br />30 pupils signed up").openPopup();otherArray.push(marker46);var marker47 = L.circleMarker([52.5166,-8.46887], {color:"#525C65", title:"SCOIL BAILE AN AIRD"}).addTo(schoolmap);marker47.bindPopup("<b>SCOIL BAILE AN AIRD</b><br />21 pupils signed up").openPopup();otherArray.push(marker47);var marker48 = L.circleMarker([52.3872,-7.34374], {color:"#525C65", title:"OWNING NATIONAL SCHOOL"}).addTo(schoolmap);marker48.bindPopup("<b>OWNING NATIONAL SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker48);var marker49 = L.circleMarker([54.7913,-7.68446], {color:"#525C65", title:"S N AN DROIM MOR"}).addTo(schoolmap);marker49.bindPopup("<b>S N AN DROIM MOR</b><br />30 pupils signed up").openPopup();otherArray.push(marker49);var marker50 = L.circleMarker([54.648584375460956,-6.552679538726806], {color:"#ff6961", title:"Derrychrin Primary School", students:"19"}).addTo(schoolmap);marker50.bindPopup("<b>Derrychrin Primary School</b><br />19 pupils signed up").openPopup();primaryArray.push(marker50);var marker51 = L.circleMarker([52.6993,-8.75546], {color:"#ff6961", title:"CRATLOE N S", students:"24"}).addTo(schoolmap);marker51.bindPopup("<b>CRATLOE N S</b><br />24 pupils signed up").openPopup();primaryArray.push(marker51);var marker52 = L.circleMarker([51.7043,-8.52506], {color:"#525C65", title:"SCOIL NAOMH ELTIN"}).addTo(schoolmap);marker52.bindPopup("<b>SCOIL NAOMH ELTIN</b><br />30 pupils signed up").openPopup();otherArray.push(marker52);var marker53 = L.circleMarker([52.763,-6.23441], {color:"#525C65", title:"S N CUL GREINE"}).addTo(schoolmap);marker53.bindPopup("<b>S N CUL GREINE</b><br />20 pupils signed up").openPopup();otherArray.push(marker53);var marker54 = L.circleMarker([52.6307,-6.99711], {color:"#525C65", title:"GORESBRIDGE N.S."}).addTo(schoolmap);marker54.bindPopup("<b>GORESBRIDGE N.S.</b><br />22 pupils signed up").openPopup();otherArray.push(marker54);var marker55 = L.circleMarker([53.5449,-9.36415], {color:"#ff6961", title:"SN AN FHAIRCHE", students:"20"}).addTo(schoolmap);marker55.bindPopup("<b>SN AN FHAIRCHE</b><br />20 pupils signed up").openPopup();primaryArray.push(marker55);var marker56 = L.circleMarker([53.225,-7.88598], {color:"#525C65", title:"ST MARYS NATIONAL SCHOOL"}).addTo(schoolmap);marker56.bindPopup("<b>ST MARYS NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker56);var marker57 = L.circleMarker([54.5512,-5.93117], {color:"#525C65", title:"BELVOIR PARK PRIMARY SCHOOL"}).addTo(schoolmap);marker57.bindPopup("<b>BELVOIR PARK PRIMARY SCHOOL</b><br />21 pupils signed up").openPopup();otherArray.push(marker57);var marker58 = L.circleMarker([51.77867430588526,-8.426513671875], {color:"#ff6961", title:"Kilmeen N.S", students:"130"}).addTo(schoolmap);marker58.bindPopup("<b>Kilmeen N.S</b><br />130 pupils signed up").openPopup();primaryArray.push(marker58);var marker59 = L.circleMarker([53.3871,-6.1598], {color:"#525C65", title:"ST MICHAEL'S HOUSE SPECIAL NATIONAL SCHOOL FOXFIELD"}).addTo(schoolmap);marker59.bindPopup("<b>ST MICHAEL'S HOUSE SPECIAL NATIONAL SCHOOL FOXFIELD</b><br />60 pupils signed up").openPopup();otherArray.push(marker59);var marker60 = L.circleMarker([53.2719,-6.28228], {color:"#525C65", title:"WHITECHURCH NAT SCHOOL"}).addTo(schoolmap);marker60.bindPopup("<b>WHITECHURCH NAT SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker60);var marker61 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker61.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />21 pupils signed up").openPopup();otherArray.push(marker61);var marker62 = L.circleMarker([54.1693,-8.1371], {color:"#525C65", title:"LOUGH ALLEN COLLEGE"}).addTo(schoolmap);marker62.bindPopup("<b>LOUGH ALLEN COLLEGE</b><br />100 pupils signed up").openPopup();otherArray.push(marker62);var marker63 = L.circleMarker([53.3056,-6.2016], {color:"#525C65", title:"ST ANDREWS COLLEGE"}).addTo(schoolmap);marker63.bindPopup("<b>ST ANDREWS COLLEGE</b><br />250 pupils signed up").openPopup();otherArray.push(marker63);var marker64 = L.circleMarker([53.6314,-9.02834], {color:"#525C65", title:"S N GORT SCEICHE"}).addTo(schoolmap);marker64.bindPopup("<b>S N GORT SCEICHE</b><br />18 pupils signed up").openPopup();otherArray.push(marker64);var marker65 = L.circleMarker([54.2413,-8.88448], {color:"#525C65", title:"DROMORE WEST CENTRAL"}).addTo(schoolmap);marker65.bindPopup("<b>DROMORE WEST CENTRAL</b><br />24 pupils signed up").openPopup();otherArray.push(marker65);var marker66 = L.circleMarker([53.0096,-7.05147], {color:"#525C65", title:"CHURCHTOWN N S"}).addTo(schoolmap);marker66.bindPopup("<b>CHURCHTOWN N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker66);var marker67 = L.circleMarker([53.43670603359385,-9.87464903318323], {color:"#ff6961", title:"St. Theresa's N.S", students:"20"}).addTo(schoolmap);marker67.bindPopup("<b>St. Theresa's N.S</b><br />20 pupils signed up").openPopup();primaryArray.push(marker67);var marker68 = L.circleMarker([54.2857,-8.39615], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker68.bindPopup("<b>ST PATRICKS NS</b><br />25 pupils signed up").openPopup();otherArray.push(marker68);var marker69 = L.circleMarker([52.5209,-8.7133], {color:"#525C65", title:"CROOM NATIONAL SCHOOL"}).addTo(schoolmap);marker69.bindPopup("<b>CROOM NATIONAL SCHOOL</b><br />15 pupils signed up").openPopup();otherArray.push(marker69);var marker70 = L.circleMarker([52.9503,-7.7753], {color:"#525C65", title:"ST ANNES SPECIAL SCH"}).addTo(schoolmap);marker70.bindPopup("<b>ST ANNES SPECIAL SCH</b><br />30 pupils signed up").openPopup();otherArray.push(marker70);var marker71 = L.circleMarker([52.56313580478516,-8.799448012432547], {color:"#ff6961", title:"Shountrade NS.", students:"36"}).addTo(schoolmap);marker71.bindPopup("<b>Shountrade NS.</b><br />36 pupils signed up").openPopup();primaryArray.push(marker71);var marker72 = L.circleMarker([53.8605,-7.87896], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker72.bindPopup("<b>SCOIL MHUIRE</b><br />28 pupils signed up").openPopup();otherArray.push(marker72);var marker73 = L.circleMarker([51.8435,-10.3273], {color:"#525C65", title:"SCOIL AN GHLEANNA POBAL SCOIL NÁISI"}).addTo(schoolmap);marker73.bindPopup("<b>SCOIL AN GHLEANNA POBAL SCOIL NÁISI</b><br />15 pupils signed up").openPopup();otherArray.push(marker73);var marker74 = L.circleMarker([52.9366,-8.15503], {color:"#525C65", title:"S N ARD CROINE"}).addTo(schoolmap);marker74.bindPopup("<b>S N ARD CROINE</b><br />15 pupils signed up").openPopup();otherArray.push(marker74);var marker75 = L.circleMarker([53.3938,-6.42076], {color:"#525C65", title:"ST CIARANS N S"}).addTo(schoolmap);marker75.bindPopup("<b>ST CIARANS N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker75);var marker76 = L.circleMarker([54.62743002408354,-8.455076683312654], {color:"#ff6961", title:"Niall Mór NS", students:"26"}).addTo(schoolmap);marker76.bindPopup("<b>Niall Mór NS</b><br />26 pupils signed up").openPopup();primaryArray.push(marker76);var marker77 = L.circleMarker([52.6667,-8.64462], {color:"#525C65", title:"J F K MEMORIAL SCHOOL"}).addTo(schoolmap);marker77.bindPopup("<b>J F K MEMORIAL SCHOOL</b><br />20 pupils signed up").openPopup();otherArray.push(marker77);var marker78 = L.circleMarker([53.46225052614815,-6.225256919860839], {color:"#ff6961", title:"Gaelscoil Bhrian Bóroimhe", students:"28"}).addTo(schoolmap);marker78.bindPopup("<b>Gaelscoil Bhrian Bóroimhe</b><br />28 pupils signed up").openPopup();primaryArray.push(marker78);var marker79 = L.circleMarker([52.3234,-9.77599], {color:"#525C65", title:"ARDFERT CENTRAL N S"}).addTo(schoolmap);marker79.bindPopup("<b>ARDFERT CENTRAL N S</b><br />216 pupils signed up").openPopup();otherArray.push(marker79);var marker80 = L.circleMarker([53.1869,-6.12493], {color:"#525C65", title:"ST FERGAL'S NATIONAL SCHOOL"}).addTo(schoolmap);marker80.bindPopup("<b>ST FERGAL'S NATIONAL SCHOOL</b><br />20 pupils signed up").openPopup();otherArray.push(marker80);var marker81 = L.circleMarker([54.216,-6.51396], {color:"#525C65", title:"ST MALACHY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker81.bindPopup("<b>ST MALACHY'S PRIMARY SCHOOL</b><br />69 pupils signed up").openPopup();otherArray.push(marker81);var marker82 = L.circleMarker([53.6442,-6.68208], {color:"#525C65", title:"GAELSCOIL EANNA"}).addTo(schoolmap);marker82.bindPopup("<b>GAELSCOIL EANNA</b><br />26 pupils signed up").openPopup();otherArray.push(marker82);var marker83 = L.circleMarker([54.9532,-7.4439], {color:"#525C65", title:"SN AN LEINBH IOSA"}).addTo(schoolmap);marker83.bindPopup("<b>SN AN LEINBH IOSA</b><br />21 pupils signed up").openPopup();otherArray.push(marker83);var marker84 = L.circleMarker([53.7755,-7.64786], {color:"#525C65", title:"SAMHTHANN N S"}).addTo(schoolmap);marker84.bindPopup("<b>SAMHTHANN N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker84);var marker85 = L.circleMarker([52.6617,-8.65754], {color:"#525C65", title:"VILLIERS SECONDARY SCHOOL"}).addTo(schoolmap);marker85.bindPopup("<b>VILLIERS SECONDARY SCHOOL</b><br />600 pupils signed up").openPopup();otherArray.push(marker85);var marker86 = L.circleMarker([53.1837,-6.79236], {color:"#525C65", title:"ST CONLETHS AND MARYS N S"}).addTo(schoolmap);marker86.bindPopup("<b>ST CONLETHS AND MARYS N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker86);var marker87 = L.circleMarker([52.9875,-6.05411], {color:"#525C65", title:"EAST GLENDALOUGH SCHOOL"}).addTo(schoolmap);marker87.bindPopup("<b>EAST GLENDALOUGH SCHOOL</b><br />55 pupils signed up").openPopup();otherArray.push(marker87);var marker88 = L.circleMarker([51.9085,-8.56221], {color:"#525C65", title:"CLOGHEEN MXD N S"}).addTo(schoolmap);marker88.bindPopup("<b>CLOGHEEN MXD N S</b><br />180 pupils signed up").openPopup();otherArray.push(marker88);var marker89 = L.circleMarker([51.9085,-8.56221], {color:"#525C65", title:"CLOGHEEN MXD N S"}).addTo(schoolmap);marker89.bindPopup("<b>CLOGHEEN MXD N S</b><br />180 pupils signed up").openPopup();otherArray.push(marker89);var marker90 = L.circleMarker([53.7917,-6.24356], {color:"#525C65", title:"CALLYSTOWN MIXED N S"}).addTo(schoolmap);marker90.bindPopup("<b>CALLYSTOWN MIXED N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker90);var marker91 = L.circleMarker([51.9344,-8.57165], {color:"#525C65", title:"SCOIL CHROÍ ÍOSA"}).addTo(schoolmap);marker91.bindPopup("<b>SCOIL CHROÍ ÍOSA</b><br />30 pupils signed up").openPopup();otherArray.push(marker91);var marker92 = L.circleMarker([53.2918,-7.50369], {color:"#525C65", title:"TULLAMORE EDUCATE TOGETHER NS"}).addTo(schoolmap);marker92.bindPopup("<b>TULLAMORE EDUCATE TOGETHER NS</b><br />25 pupils signed up").openPopup();otherArray.push(marker92);var marker93 = L.circleMarker([52.57139827778141,-8.03576382746204], {color:"#ff6961", title:"St.Mary’s CBS Clonmel", students:"210"}).addTo(schoolmap);marker93.bindPopup("<b>St.Mary’s CBS Clonmel</b><br />210 pupils signed up").openPopup();primaryArray.push(marker93);var marker94 = L.circleMarker([53.7925,-8.92441], {color:"#525C65", title:"KNOCK N S"}).addTo(schoolmap);marker94.bindPopup("<b>KNOCK N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker94);var marker95 = L.circleMarker([52.852,-6.20664], {color:"#525C65", title:"PADRAIG NAOFA N S"}).addTo(schoolmap);marker95.bindPopup("<b>PADRAIG NAOFA N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker95);var marker96 = L.circleMarker([51.9146,-8.43175], {color:"#525C65", title:"ST KILLIANS SPEC SCH"}).addTo(schoolmap);marker96.bindPopup("<b>ST KILLIANS SPEC SCH</b><br />8 pupils signed up").openPopup();otherArray.push(marker96);var marker97 = L.circleMarker([52.0392,-9.47413], {color:"#525C65", title:"SCOIL BHRÍDE"}).addTo(schoolmap);marker97.bindPopup("<b>SCOIL BHRÍDE</b><br />25 pupils signed up").openPopup();otherArray.push(marker97);var marker98 = L.circleMarker([55.195,-6.25531], {color:"#525C65", title:"GAELSCOIL AN CHAISTIL"}).addTo(schoolmap);marker98.bindPopup("<b>GAELSCOIL AN CHAISTIL</b><br />16 pupils signed up").openPopup();otherArray.push(marker98);var marker99 = L.circleMarker([52.585721911930705,-8.520154950383585], {color:"#ff6961", title:"Caherelly NS", students:"31"}).addTo(schoolmap);marker99.bindPopup("<b>Caherelly NS</b><br />31 pupils signed up").openPopup();primaryArray.push(marker99);var marker100 = L.circleMarker([53.3639,-6.23367], {color:"#525C65", title:"ST JOSEPHS C.B.S."}).addTo(schoolmap);marker100.bindPopup("<b>ST JOSEPHS C.B.S.</b><br />300 pupils signed up").openPopup();otherArray.push(marker100);var marker101 = L.circleMarker([54.5779,-6.10318], {color:"#525C65", title:"BALLYMACWARD PRIMARY SCHOOL"}).addTo(schoolmap);marker101.bindPopup("<b>BALLYMACWARD PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker101);var marker102 = L.circleMarker([53.3751,-6.36218], {color:"#525C65", title:"ST BRIGIDS MXD N S"}).addTo(schoolmap);marker102.bindPopup("<b>ST BRIGIDS MXD N S</b><br />19 pupils signed up").openPopup();otherArray.push(marker102);var marker103 = L.circleMarker([52.2716,-7.80824], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker103.bindPopup("<b>SCOIL MHUIRE</b><br />23 pupils signed up").openPopup();otherArray.push(marker103);var marker104 = L.circleMarker([53.3149,-6.61225], {color:"#525C65", title:"STRAFFAN N S"}).addTo(schoolmap);marker104.bindPopup("<b>STRAFFAN N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker104);var marker105 = L.circleMarker([53.6439,-7.29878], {color:"#525C65", title:"DIARMADA N S"}).addTo(schoolmap);marker105.bindPopup("<b>DIARMADA N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker105);var marker106 = L.circleMarker([52.3521,-7.71316], {color:"#525C65", title:"GAELSCOIL CHLUAIN MEALA"}).addTo(schoolmap);marker106.bindPopup("<b>GAELSCOIL CHLUAIN MEALA</b><br />30 pupils signed up").openPopup();otherArray.push(marker106);var marker107 = L.circleMarker([52.3521,-7.71316], {color:"#525C65", title:"GAELSCOIL CHLUAIN MEALA"}).addTo(schoolmap);marker107.bindPopup("<b>GAELSCOIL CHLUAIN MEALA</b><br />30 pupils signed up").openPopup();otherArray.push(marker107);var marker108 = L.circleMarker([52.2908,-7.24993], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker108.bindPopup("<b>SCOIL MHUIRE</b><br />32 pupils signed up").openPopup();otherArray.push(marker108);var marker109 = L.circleMarker([54.6421,-5.92634], {color:"#525C65", title:"ST MARY'S STAR OF THE SEA PRIMARY SCHOOL"}).addTo(schoolmap);marker109.bindPopup("<b>ST MARY'S STAR OF THE SEA PRIMARY SCHOOL</b><br />22 pupils signed up").openPopup();otherArray.push(marker109);var marker110 = L.circleMarker([54.8719,-6.29889], {color:"#525C65", title:"CARNINY PRIMARY SCHOOL"}).addTo(schoolmap);marker110.bindPopup("<b>CARNINY PRIMARY SCHOOL</b><br />34 pupils signed up").openPopup();otherArray.push(marker110);var marker111 = L.circleMarker([53.3233,-6.42629], {color:"#525C65", title:"ST RONANS N S"}).addTo(schoolmap);marker111.bindPopup("<b>ST RONANS N S</b><br />15 pupils signed up").openPopup();otherArray.push(marker111);var marker112 = L.circleMarker([53.2864,-6.29444], {color:"#525C65", title:"BALLYROAN B N S"}).addTo(schoolmap);marker112.bindPopup("<b>BALLYROAN B N S</b><br />410 pupils signed up").openPopup();otherArray.push(marker112);var marker113 = L.circleMarker([53.3658,-6.50077], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker113.bindPopup("<b>SCOIL BHRIDE</b><br />21 pupils signed up").openPopup();otherArray.push(marker113);var marker114 = L.circleMarker([52.114,-7.56518], {color:"#525C65", title:"S N AN GARRAIN BHAIN"}).addTo(schoolmap);marker114.bindPopup("<b>S N AN GARRAIN BHAIN</b><br />30 pupils signed up").openPopup();otherArray.push(marker114);var marker115 = L.circleMarker([53.4495,-8.98294], {color:"#525C65", title:"SCOIL NAOMH IOSEF"}).addTo(schoolmap);marker115.bindPopup("<b>SCOIL NAOMH IOSEF</b><br />51 pupils signed up").openPopup();otherArray.push(marker115);var marker116 = L.circleMarker([53.3732,-6.49852], {color:"#525C65", title:"CONFEY COMMUNITY COLLEGE"}).addTo(schoolmap);marker116.bindPopup("<b>CONFEY COMMUNITY COLLEGE</b><br />940 pupils signed up").openPopup();otherArray.push(marker116);var marker117 = L.circleMarker([54.71959247744991,-5.880969848693102], {color:"#525C65", title:"OUR LADY OF LOURDES PRIMARY SCHOOL"}).addTo(schoolmap);marker117.bindPopup("<b>OUR LADY OF LOURDES PRIMARY SCHOOL</b><br />31 pupils signed up").openPopup();otherArray.push(marker117);var marker118 = L.circleMarker([51.5223,-9.54658], {color:"#525C65", title:"SCHULL COMMUNITY COLLEGE"}).addTo(schoolmap);marker118.bindPopup("<b>SCHULL COMMUNITY COLLEGE</b><br />100 pupils signed up").openPopup();otherArray.push(marker118);var marker119 = L.circleMarker([53.524524773806405,-6.318766772747041], {color:"#ff6961", title:"St. Mary's NS", students:"75"}).addTo(schoolmap);marker119.bindPopup("<b>St. Mary's NS</b><br />75 pupils signed up").openPopup();primaryArray.push(marker119);var marker120 = L.circleMarker([53.2682,-9.07603], {color:"#525C65", title:"SCOIL NÁISIÚNTA RÓIS"}).addTo(schoolmap);marker120.bindPopup("<b>SCOIL NÁISIÚNTA RÓIS</b><br />18 pupils signed up").openPopup();otherArray.push(marker120);var marker121 = L.circleMarker([53.3698,-6.32616], {color:"#525C65", title:"ST VINCENTS HOME NS"}).addTo(schoolmap);marker121.bindPopup("<b>ST VINCENTS HOME NS</b><br />65 pupils signed up").openPopup();otherArray.push(marker121);var marker122 = L.circleMarker([53.6503,-6.68766], {color:"#525C65", title:"MERCY CONVENT N S"}).addTo(schoolmap);marker122.bindPopup("<b>MERCY CONVENT N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker122);var marker123 = L.circleMarker([52.3752,-7.92044], {color:"#525C65", title:"CAHIR B N S"}).addTo(schoolmap);marker123.bindPopup("<b>CAHIR B N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker123);var marker124 = L.circleMarker([53.2952,-6.34057], {color:"#525C65", title:"SCOIL IOSA"}).addTo(schoolmap);marker124.bindPopup("<b>SCOIL IOSA</b><br />15 pupils signed up").openPopup();otherArray.push(marker124);var marker125 = L.circleMarker([52.114,-7.56518], {color:"#525C65", title:"S N AN GARRAIN BHAIN"}).addTo(schoolmap);marker125.bindPopup("<b>S N AN GARRAIN BHAIN</b><br />31 pupils signed up").openPopup();otherArray.push(marker125);var marker126 = L.circleMarker([51.9114,-8.19324], {color:"#525C65", title:"GAELSCOIL MHAINISTIR NA CORANN"}).addTo(schoolmap);marker126.bindPopup("<b>GAELSCOIL MHAINISTIR NA CORANN</b><br />28 pupils signed up").openPopup();otherArray.push(marker126);var marker127 = L.circleMarker([53.6442,-6.68208], {color:"#525C65", title:"GAELSCOIL EANNA"}).addTo(schoolmap);marker127.bindPopup("<b>GAELSCOIL EANNA</b><br />18 pupils signed up").openPopup();otherArray.push(marker127);var marker128 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"TRALEE EDUCATE TOGETHER NS"}).addTo(schoolmap);marker128.bindPopup("<b>TRALEE EDUCATE TOGETHER NS</b><br />27 pupils signed up").openPopup();otherArray.push(marker128);var marker129 = L.circleMarker([55.0001,-7.32854], {color:"#525C65", title:"ST EUGENE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker129.bindPopup("<b>ST EUGENE'S PRIMARY SCHOOL</b><br />19 pupils signed up").openPopup();otherArray.push(marker129);var marker130 = L.circleMarker([54.0548,-8.77541], {color:"#525C65", title:"S N MUIRE GAN SMAL"}).addTo(schoolmap);marker130.bindPopup("<b>S N MUIRE GAN SMAL</b><br />103 pupils signed up").openPopup();otherArray.push(marker130);var marker131 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker131.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker131);var marker132 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker132.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker132);var marker133 = L.circleMarker([51.8893,-8.85618], {color:"#525C65", title:"CANOVEE MIXED N S"}).addTo(schoolmap);marker133.bindPopup("<b>CANOVEE MIXED N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker133);var marker134 = L.circleMarker([53.1991,-6.10764], {color:"#525C65", title:"CRONAN NAOFA N S"}).addTo(schoolmap);marker134.bindPopup("<b>CRONAN NAOFA N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker134);var marker135 = L.circleMarker([53.1982,-6.46739], {color:"#525C65", title:"KILBRIDE N S"}).addTo(schoolmap);marker135.bindPopup("<b>KILBRIDE N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker135);var marker136 = L.circleMarker([51.6872,-9.66486], {color:"#525C65", title:"TRAFRASK MIXED N S"}).addTo(schoolmap);marker136.bindPopup("<b>TRAFRASK MIXED N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker136);var marker137 = L.circleMarker([53.28896226677415,-9.657845422625542], {color:"#525C65", title:"S.N Colmcille. Letter More"}).addTo(schoolmap);marker137.bindPopup("<b>S.N Colmcille. Letter More</b><br />17 pupils signed up").openPopup();otherArray.push(marker137);var marker138 = L.circleMarker([53.8629,-6.54153], {color:"#525C65", title:"ARDEE EDUCATE TOGETHER N.S"}).addTo(schoolmap);marker138.bindPopup("<b>ARDEE EDUCATE TOGETHER N.S</b><br />26 pupils signed up").openPopup();otherArray.push(marker138);var marker139 = L.circleMarker([53.42360956051212,-9.50097642838955], {color:"#525C65", title:"Scoil Chroi Iosa"}).addTo(schoolmap);marker139.bindPopup("<b>Scoil Chroi Iosa</b><br />18 pupils signed up").openPopup();otherArray.push(marker139);var marker140 = L.circleMarker([52.6551,-9.39626], {color:"#525C65", title:"S N CNOC DOIRE"}).addTo(schoolmap);marker140.bindPopup("<b>S N CNOC DOIRE</b><br />17 pupils signed up").openPopup();otherArray.push(marker140);var marker141 = L.circleMarker([52.6,-7.30826], {color:"#525C65", title:"CHURCH HILL MIXED N S"}).addTo(schoolmap);marker141.bindPopup("<b>CHURCH HILL MIXED N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker141);var marker142 = L.circleMarker([51.5223,-9.54658], {color:"#525C65", title:"SCHULL COMMUNITY COLLEGE"}).addTo(schoolmap);marker142.bindPopup("<b>SCHULL COMMUNITY COLLEGE</b><br />100 pupils signed up").openPopup();otherArray.push(marker142);var marker143 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"FERMOY EDUCATE TOGETHER NS"}).addTo(schoolmap);marker143.bindPopup("<b>FERMOY EDUCATE TOGETHER NS</b><br />94 pupils signed up").openPopup();otherArray.push(marker143);var marker144 = L.circleMarker([52.3752,-7.92044], {color:"#525C65", title:"CAHIR B N S"}).addTo(schoolmap);marker144.bindPopup("<b>CAHIR B N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker144);var marker145 = L.circleMarker([53.3193,-6.21742], {color:"#ff6961", title:"ST MICHAELS COLLEGE JUNIOR SCHOOL", students:"26"}).addTo(schoolmap);marker145.bindPopup("<b>ST MICHAELS COLLEGE JUNIOR SCHOOL</b><br />26 pupils signed up").openPopup();primaryArray.push(marker145);var marker146 = L.circleMarker([54.0064,-6.41534], {color:"#525C65", title:"S N AN TSLANAITHEORA B"}).addTo(schoolmap);marker146.bindPopup("<b>S N AN TSLANAITHEORA B</b><br />169 pupils signed up").openPopup();otherArray.push(marker146);var marker147 = L.circleMarker([53.2823,-6.26153], {color:"#525C65", title:"SCOIL NAITHI"}).addTo(schoolmap);marker147.bindPopup("<b>SCOIL NAITHI</b><br />27 pupils signed up").openPopup();otherArray.push(marker147);var marker148 = L.circleMarker([53.3534,-6.2551], {color:"#525C65", title:"RUTLAND NATIONAL SCHOOL"}).addTo(schoolmap);marker148.bindPopup("<b>RUTLAND NATIONAL SCHOOL</b><br />17 pupils signed up").openPopup();otherArray.push(marker148);var marker149 = L.circleMarker([51.825082557565366,-10.273706702947827], {color:"#ff6961", title:"Scoil Naomh Mhichil", students:"12"}).addTo(schoolmap);marker149.bindPopup("<b>Scoil Naomh Mhichil</b><br />12 pupils signed up").openPopup();primaryArray.push(marker149);var marker150 = L.circleMarker([54.9974,-7.51657], {color:"#525C65", title:"SCOIL CHOLMCILLE"}).addTo(schoolmap);marker150.bindPopup("<b>SCOIL CHOLMCILLE</b><br />30 pupils signed up").openPopup();otherArray.push(marker150);var marker151 = L.circleMarker([53.6467,-6.42404], {color:"#525C65", title:"S N BHEINN NAOFA B"}).addTo(schoolmap);marker151.bindPopup("<b>S N BHEINN NAOFA B</b><br />380 pupils signed up").openPopup();otherArray.push(marker151);var marker152 = L.circleMarker([54.7506,-6.31012], {color:"#525C65", title:"MOUNT ST MICHAEL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker152.bindPopup("<b>MOUNT ST MICHAEL'S PRIMARY SCHOOL</b><br />303 pupils signed up").openPopup();otherArray.push(marker152);var marker153 = L.circleMarker([53.32283441007374,-6.220905304478946], {color:"#525C65", title:"St. Michael's College Junior School"}).addTo(schoolmap);marker153.bindPopup("<b>St. Michael's College Junior School</b><br />337 pupils signed up").openPopup();otherArray.push(marker153);var marker154 = L.circleMarker([52.8684,-8.09508], {color:"#525C65", title:"BISHOP HARTY NS"}).addTo(schoolmap);marker154.bindPopup("<b>BISHOP HARTY NS</b><br />24 pupils signed up").openPopup();otherArray.push(marker154);var marker155 = L.circleMarker([52.64,-9.48715], {color:"#525C65", title:"CONVENT OF MERCY NATIONAL SCHOOL"}).addTo(schoolmap);marker155.bindPopup("<b>CONVENT OF MERCY NATIONAL SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker155);var marker156 = L.circleMarker([53.3858,-6.21725], {color:"#525C65", title:"ST DAVIDS N S"}).addTo(schoolmap);marker156.bindPopup("<b>ST DAVIDS N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker156);var marker157 = L.circleMarker([52.2336,-9.45827], {color:"#525C65", title:"GAELSCOIL NAOMH AOGAIN"}).addTo(schoolmap);marker157.bindPopup("<b>GAELSCOIL NAOMH AOGAIN</b><br />20 pupils signed up").openPopup();otherArray.push(marker157);var marker158 = L.circleMarker([51.8923,-8.40328], {color:"#525C65", title:"GAELSCOIL MHACHAN"}).addTo(schoolmap);marker158.bindPopup("<b>GAELSCOIL MHACHAN</b><br />30 pupils signed up").openPopup();otherArray.push(marker158);var marker159 = L.circleMarker([53.2925,-6.20249], {color:"#525C65", title:"OATLANDS COLLEGE"}).addTo(schoolmap);marker159.bindPopup("<b>OATLANDS COLLEGE</b><br />29 pupils signed up").openPopup();otherArray.push(marker159);var marker160 = L.circleMarker([53.6136,-8.28766], {color:"#525C65", title:"CIARAN NAOFA"}).addTo(schoolmap);marker160.bindPopup("<b>CIARAN NAOFA</b><br />320 pupils signed up").openPopup();otherArray.push(marker160);var marker161 = L.circleMarker([53.2051,-6.86186], {color:"#525C65", title:"S N BRIGHDE"}).addTo(schoolmap);marker161.bindPopup("<b>S N BRIGHDE</b><br />30 pupils signed up").openPopup();otherArray.push(marker161);var marker162 = L.circleMarker([53.9612,-8.79945], {color:"#525C65", title:"S N ATHRACHT NFA"}).addTo(schoolmap);marker162.bindPopup("<b>S N ATHRACHT NFA</b><br />29 pupils signed up").openPopup();otherArray.push(marker162);var marker163 = L.circleMarker([52.8049,-8.74265], {color:"#525C65", title:"KILKISHEN N S"}).addTo(schoolmap);marker163.bindPopup("<b>KILKISHEN N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker163);var marker164 = L.circleMarker([53.4715,-8.17574], {color:"#525C65", title:"BALLINTLEVA N S"}).addTo(schoolmap);marker164.bindPopup("<b>BALLINTLEVA N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker164);var marker165 = L.circleMarker([53.3459,-7.40642], {color:"#525C65", title:"S N AODHA NAOFA"}).addTo(schoolmap);marker165.bindPopup("<b>S N AODHA NAOFA</b><br />30 pupils signed up").openPopup();otherArray.push(marker165);var marker166 = L.circleMarker([52.7099,-6.50197], {color:"#525C65", title:"COLÁISTE BHRÍDE CARNEW"}).addTo(schoolmap);marker166.bindPopup("<b>COLÁISTE BHRÍDE CARNEW</b><br />130 pupils signed up").openPopup();otherArray.push(marker166);var marker167 = L.circleMarker([54.2811,-8.4839], {color:"#525C65", title:"ST BRENDANS NS"}).addTo(schoolmap);marker167.bindPopup("<b>ST BRENDANS NS</b><br />33 pupils signed up").openPopup();otherArray.push(marker167);var marker168 = L.circleMarker([55.0376,-8.25576], {color:"#525C65", title:"SCOIL PHADRAIG"}).addTo(schoolmap);marker168.bindPopup("<b>SCOIL PHADRAIG</b><br />22 pupils signed up").openPopup();otherArray.push(marker168);var marker169 = L.circleMarker([54.0915,-8.51353], {color:"#525C65", title:"SCOIL MHUIRE GAN SMAL"}).addTo(schoolmap);marker169.bindPopup("<b>SCOIL MHUIRE GAN SMAL</b><br />27 pupils signed up").openPopup();otherArray.push(marker169);var marker170 = L.circleMarker([52.0901,-7.61143], {color:"#525C65", title:"S N DUN NA MAINISTREACH"}).addTo(schoolmap);marker170.bindPopup("<b>S N DUN NA MAINISTREACH</b><br />30 pupils signed up").openPopup();otherArray.push(marker170);var marker171 = L.circleMarker([52.273,-9.71418], {color:"#525C65", title:"ST ITAS & ST JOSEPHS NS"}).addTo(schoolmap);marker171.bindPopup("<b>ST ITAS & ST JOSEPHS NS</b><br />30 pupils signed up").openPopup();otherArray.push(marker171);var marker172 = L.circleMarker([51.6626,-9.26061], {color:"#525C65", title:"DROMDHALLAGH N S"}).addTo(schoolmap);marker172.bindPopup("<b>DROMDHALLAGH N S</b><br />12 pupils signed up").openPopup();otherArray.push(marker172);var marker173 = L.circleMarker([52.3523,-7.03379], {color:"#525C65", title:"S N SEAMUS NAOFA"}).addTo(schoolmap);marker173.bindPopup("<b>S N SEAMUS NAOFA</b><br />24 pupils signed up").openPopup();otherArray.push(marker173);var marker174 = L.circleMarker([54.5552,-6.02534], {color:"#525C65", title:"HOLY EVANGELISTS' PRIMARY SCHOOL"}).addTo(schoolmap);marker174.bindPopup("<b>HOLY EVANGELISTS' PRIMARY SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker174);var marker175 = L.circleMarker([53.628,-8.19668], {color:"#525C65", title:"ST CÓMAN'S WOOD PRIMARY SCHOOL"}).addTo(schoolmap);marker175.bindPopup("<b>ST CÓMAN'S WOOD PRIMARY SCHOOL</b><br />19 pupils signed up").openPopup();otherArray.push(marker175);var marker176 = L.circleMarker([52.14798457354243,-8.69238294661045], {color:"#ff6961", title:"St Pats", students:"30"}).addTo(schoolmap);marker176.bindPopup("<b>St Pats</b><br />30 pupils signed up").openPopup();primaryArray.push(marker176);var marker177 = L.circleMarker([53.3404,-6.28944], {color:"#525C65", title:"CANAL WAY EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker177.bindPopup("<b>CANAL WAY EDUCATE TOGETHER NATIONAL SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker177);var marker178 = L.circleMarker([52.8126,-9.35139], {color:"#525C65", title:"COORE NATIONAL SCHOOL"}).addTo(schoolmap);marker178.bindPopup("<b>COORE NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker178);var marker179 = L.circleMarker([54.6777,-5.9554], {color:"#525C65", title:"ST MARY'S-ON-THE-HILL PRIMARY SCHOOL"}).addTo(schoolmap);marker179.bindPopup("<b>ST MARY'S-ON-THE-HILL PRIMARY SCHOOL</b><br />31 pupils signed up").openPopup();otherArray.push(marker179);var marker180 = L.circleMarker([53.1588,-6.80991], {color:"#525C65", title:"NEWBRIDGE EDUCATE TOGETHER"}).addTo(schoolmap);marker180.bindPopup("<b>NEWBRIDGE EDUCATE TOGETHER</b><br />30 pupils signed up").openPopup();otherArray.push(marker180);var marker181 = L.circleMarker([54.8787,-6.2785], {color:"#525C65", title:"DUNCLUG PRIMARY SCHOOL"}).addTo(schoolmap);marker181.bindPopup("<b>DUNCLUG PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker181);var marker182 = L.circleMarker([51.992,-8.7527], {color:"#525C65", title:"S N NAOMH LACHTIN"}).addTo(schoolmap);marker182.bindPopup("<b>S N NAOMH LACHTIN</b><br />163 pupils signed up").openPopup();otherArray.push(marker182);var marker183 = L.circleMarker([53.288725865042295,-6.2069392206467455], {color:"#ff6961", title:"St. Laurence's BNS, Kilmacud", students:"23"}).addTo(schoolmap);marker183.bindPopup("<b>St. Laurence's BNS, Kilmacud</b><br />23 pupils signed up").openPopup();primaryArray.push(marker183);var marker184 = L.circleMarker([53.2818858385011,-9.01321649485908], {color:"#ff6961", title:"Radharc na Mara, Mervue", students:"17"}).addTo(schoolmap);marker184.bindPopup("<b>Radharc na Mara, Mervue</b><br />17 pupils signed up").openPopup();primaryArray.push(marker184);var marker185 = L.circleMarker([52.4606,-9.71638], {color:"#525C65", title:"S N SLIABH A MHADRA"}).addTo(schoolmap);marker185.bindPopup("<b>S N SLIABH A MHADRA</b><br />18 pupils signed up").openPopup();otherArray.push(marker185);var marker186 = L.circleMarker([52.1458,-8.5162], {color:"#525C65", title:"KILLAVULLEN N S"}).addTo(schoolmap);marker186.bindPopup("<b>KILLAVULLEN N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker186);var marker187 = L.circleMarker([53.2785,-8.6817], {color:"#525C65", title:"ESKER N S"}).addTo(schoolmap);marker187.bindPopup("<b>ESKER N S</b><br />65 pupils signed up").openPopup();otherArray.push(marker187);var marker188 = L.circleMarker([53.2796,-6.17549], {color:"#525C65", title:"ST PATRICKS GNS"}).addTo(schoolmap);marker188.bindPopup("<b>ST PATRICKS GNS</b><br />24 pupils signed up").openPopup();otherArray.push(marker188);var marker189 = L.circleMarker([53.1968,-6.10651], {color:"#525C65", title:"LORETO SECONDARY SCHOOL"}).addTo(schoolmap);marker189.bindPopup("<b>LORETO SECONDARY SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker189);var marker190 = L.circleMarker([52.2819,-7.74062], {color:"#525C65", title:"BALLYMACARBERRY N S"}).addTo(schoolmap);marker190.bindPopup("<b>BALLYMACARBERRY N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker190);var marker191 = L.circleMarker([53.6692,-7.98329], {color:"#525C65", title:"LANESBORO COMMUNITY COLLEGE"}).addTo(schoolmap);marker191.bindPopup("<b>LANESBORO COMMUNITY COLLEGE</b><br />260 pupils signed up").openPopup();otherArray.push(marker191);var marker192 = L.circleMarker([51.5809,-9.70306], {color:"#525C65", title:"KILCROHANE N S"}).addTo(schoolmap);marker192.bindPopup("<b>KILCROHANE N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker192);var marker193 = L.circleMarker([54.0288,-8.27783], {color:"#525C65", title:"S N NAOMH TREASA"}).addTo(schoolmap);marker193.bindPopup("<b>S N NAOMH TREASA</b><br />92 pupils signed up").openPopup();otherArray.push(marker193);var marker194 = L.circleMarker([54.0305,-7.2917], {color:"#525C65", title:"CASTLETARA N S"}).addTo(schoolmap);marker194.bindPopup("<b>CASTLETARA N S</b><br />190 pupils signed up").openPopup();otherArray.push(marker194);var marker195 = L.circleMarker([53.3791,-7.66166], {color:"#525C65", title:"S N MHANACHAIN"}).addTo(schoolmap);marker195.bindPopup("<b>S N MHANACHAIN</b><br />175 pupils signed up").openPopup();otherArray.push(marker195);var marker196 = L.circleMarker([51.7926,-8.57167], {color:"#525C65", title:"BALLYHEEDA N S"}).addTo(schoolmap);marker196.bindPopup("<b>BALLYHEEDA N S</b><br />31 pupils signed up").openPopup();otherArray.push(marker196);var marker197 = L.circleMarker([52.6583,-7.24331], {color:"#525C65", title:"ST JOHNS SENIOR NS"}).addTo(schoolmap);marker197.bindPopup("<b>ST JOHNS SENIOR NS</b><br />28 pupils signed up").openPopup();otherArray.push(marker197);var marker198 = L.circleMarker([54.9974,-7.51657], {color:"#525C65", title:"SCOIL CHOLMCILLE"}).addTo(schoolmap);marker198.bindPopup("<b>SCOIL CHOLMCILLE</b><br />30 pupils signed up").openPopup();otherArray.push(marker198);var marker199 = L.circleMarker([54.1183,-6.74151], {color:"#525C65", title:"CASTLEBLAYNEY CONVENT NATIONAL SCHOOL"}).addTo(schoolmap);marker199.bindPopup("<b>CASTLEBLAYNEY CONVENT NATIONAL SCHOOL</b><br />32 pupils signed up").openPopup();otherArray.push(marker199);var marker200 = L.circleMarker([53.3858,-6.21725], {color:"#525C65", title:"ST DAVIDS N S"}).addTo(schoolmap);marker200.bindPopup("<b>ST DAVIDS N S</b><br />29 pupils signed up").openPopup();otherArray.push(marker200);var marker201 = L.circleMarker([53.2062,-6.56982], {color:"#525C65", title:"S N RATH MOR"}).addTo(schoolmap);marker201.bindPopup("<b>S N RATH MOR</b><br />308 pupils signed up").openPopup();otherArray.push(marker201);var marker202 = L.circleMarker([51.8824,-8.5782], {color:"#525C65", title:"GAEL SCOIL UI RIORDAIN"}).addTo(schoolmap);marker202.bindPopup("<b>GAEL SCOIL UI RIORDAIN</b><br />6 pupils signed up").openPopup();otherArray.push(marker202);var marker203 = L.circleMarker([52.28673315280585,-6.4881412982613265], {color:"#ff6961", title:"Piercestown National School", students:"240"}).addTo(schoolmap);marker203.bindPopup("<b>Piercestown National School</b><br />240 pupils signed up").openPopup();primaryArray.push(marker203);var marker204 = L.circleMarker([52.7693,-7.47705], {color:"#525C65", title:"S N CHRION CHOILL"}).addTo(schoolmap);marker204.bindPopup("<b>S N CHRION CHOILL</b><br />30 pupils signed up").openPopup();otherArray.push(marker204);var marker205 = L.circleMarker([52.9902,-8.8941], {color:"#525C65", title:"TUBBER N S"}).addTo(schoolmap);marker205.bindPopup("<b>TUBBER N S</b><br />40 pupils signed up").openPopup();otherArray.push(marker205);var marker206 = L.circleMarker([53.8521,-6.53754], {color:"#525C65", title:"ARDEE MONASTERY"}).addTo(schoolmap);marker206.bindPopup("<b>ARDEE MONASTERY</b><br />31 pupils signed up").openPopup();otherArray.push(marker206);var marker207 = L.circleMarker([54.2335,-6.34032], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker207.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />33 pupils signed up").openPopup();otherArray.push(marker207);var marker208 = L.circleMarker([52.2221,-8.58242], {color:"#525C65", title:"CANON SHEEHAN PRIMARY SCHOOL"}).addTo(schoolmap);marker208.bindPopup("<b>CANON SHEEHAN PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker208);var marker209 = L.circleMarker([52.2184,-8.47653], {color:"#525C65", title:"S N SEAN BAILE MOR"}).addTo(schoolmap);marker209.bindPopup("<b>S N SEAN BAILE MOR</b><br />65 pupils signed up").openPopup();otherArray.push(marker209);var marker210 = L.circleMarker([53.372,-6.39106], {color:"#525C65", title:"CASTLEKNOCK COMMUNITY COLLEGE"}).addTo(schoolmap);marker210.bindPopup("<b>CASTLEKNOCK COMMUNITY COLLEGE</b><br />7 pupils signed up").openPopup();otherArray.push(marker210);var marker211 = L.circleMarker([54.0761,-7.08651], {color:"#525C65", title:"DARLEY N S"}).addTo(schoolmap);marker211.bindPopup("<b>DARLEY N S</b><br />130 pupils signed up").openPopup();otherArray.push(marker211);var marker212 = L.circleMarker([51.67800537957723,-9.468566835857928], {color:"#ff6961", title:"Scoil Mhuire agus Bharra", students:"30"}).addTo(schoolmap);marker212.bindPopup("<b>Scoil Mhuire agus Bharra</b><br />30 pupils signed up").openPopup();primaryArray.push(marker212);var marker213 = L.circleMarker([52.6524,-8.63843], {color:"#525C65", title:"SCOIL MATHAIR DE"}).addTo(schoolmap);marker213.bindPopup("<b>SCOIL MATHAIR DE</b><br />19 pupils signed up").openPopup();otherArray.push(marker213);var marker214 = L.circleMarker([53.3782,-6.37781], {color:"#525C65", title:"SCOIL THOMAIS"}).addTo(schoolmap);marker214.bindPopup("<b>SCOIL THOMAIS</b><br />29 pupils signed up").openPopup();otherArray.push(marker214);var marker215 = L.circleMarker([53.6247,-7.99336], {color:"#525C65", title:"FERMOYLE MIXED N S"}).addTo(schoolmap);marker215.bindPopup("<b>FERMOYLE MIXED N S</b><br />115 pupils signed up").openPopup();otherArray.push(marker215);var marker216 = L.circleMarker([53.9921,-6.38733], {color:"#525C65", title:"ST JOSEPHS N S"}).addTo(schoolmap);marker216.bindPopup("<b>ST JOSEPHS N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker216);var marker217 = L.circleMarker([52.8722,-8.45842], {color:"#525C65", title:"OGONNELLOE NATIONAL SCHOOL"}).addTo(schoolmap);marker217.bindPopup("<b>OGONNELLOE NATIONAL SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker217);var marker218 = L.circleMarker([54.6865,-5.89046], {color:"#525C65", title:"JORDANSTOWN SPECIAL SCHOOL"}).addTo(schoolmap);marker218.bindPopup("<b>JORDANSTOWN SPECIAL SCHOOL</b><br />40 pupils signed up").openPopup();otherArray.push(marker218);var marker219 = L.circleMarker([54.2123,-8.5177], {color:"#525C65", title:"S N EOIN NAOFA"}).addTo(schoolmap);marker219.bindPopup("<b>S N EOIN NAOFA</b><br />23 pupils signed up").openPopup();otherArray.push(marker219);var marker220 = L.circleMarker([54.0108,-6.40514], {color:"#525C65", title:"CASTLETOWN RD CONVENT"}).addTo(schoolmap);marker220.bindPopup("<b>CASTLETOWN RD CONVENT</b><br />190 pupils signed up").openPopup();otherArray.push(marker220);var marker221 = L.circleMarker([52.5009,-9.37211], {color:"#525C65", title:"MURHUR N S"}).addTo(schoolmap);marker221.bindPopup("<b>MURHUR N S</b><br />13 pupils signed up").openPopup();otherArray.push(marker221);var marker222 = L.circleMarker([53.3706,-6.48735], {color:"#525C65", title:"SAN CARLO JUNIOR NS"}).addTo(schoolmap);marker222.bindPopup("<b>SAN CARLO JUNIOR NS</b><br />22 pupils signed up").openPopup();otherArray.push(marker222);var marker223 = L.circleMarker([52.0588,-9.06557], {color:"#525C65", title:"MILLSTREET CONVENT N S"}).addTo(schoolmap);marker223.bindPopup("<b>MILLSTREET CONVENT N S</b><br />27 pupils signed up").openPopup();otherArray.push(marker223);var marker224 = L.circleMarker([53.2696,-7.82985], {color:"#525C65", title:"GALLEN COMMUNITY SCHOOL"}).addTo(schoolmap);marker224.bindPopup("<b>GALLEN COMMUNITY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker224);var marker225 = L.circleMarker([52.57231455274467,-7.892663953854934], {color:"#ff6961", title:"St Isidores NS", students:"25"}).addTo(schoolmap);marker225.bindPopup("<b>St Isidores NS</b><br />25 pupils signed up").openPopup();primaryArray.push(marker225);var marker226 = L.circleMarker([53.0949,-6.949], {color:"#525C65", title:"SCOIL BHRÍDE"}).addTo(schoolmap);marker226.bindPopup("<b>SCOIL BHRÍDE</b><br />19 pupils signed up").openPopup();otherArray.push(marker226);var marker227 = L.circleMarker([51.9076,-8.45468], {color:"#525C65", title:"ST PATRICKS B N S"}).addTo(schoolmap);marker227.bindPopup("<b>ST PATRICKS B N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker227);var marker228 = L.circleMarker([52.6589,-8.6223], {color:"#525C65", title:"ST MICHAELS NS"}).addTo(schoolmap);marker228.bindPopup("<b>ST MICHAELS NS</b><br />102 pupils signed up").openPopup();otherArray.push(marker228);var marker229 = L.circleMarker([53.8393,-7.43421], {color:"#525C65", title:"MULLAHORAN CENTRAL N S"}).addTo(schoolmap);marker229.bindPopup("<b>MULLAHORAN CENTRAL N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker229);var marker230 = L.circleMarker([53.2983,-6.50062], {color:"#525C65", title:"CAISLEAIN NUA LIAMHNA"}).addTo(schoolmap);marker230.bindPopup("<b>CAISLEAIN NUA LIAMHNA</b><br />25 pupils signed up").openPopup();otherArray.push(marker230);var marker231 = L.circleMarker([53.9605,-7.35859], {color:"#525C65", title:"S N CORR LORGAN"}).addTo(schoolmap);marker231.bindPopup("<b>S N CORR LORGAN</b><br />65 pupils signed up").openPopup();otherArray.push(marker231);var marker232 = L.circleMarker([53.6202,-8.73914], {color:"#525C65", title:"NIOCLAS NAOFA"}).addTo(schoolmap);marker232.bindPopup("<b>NIOCLAS NAOFA</b><br />30 pupils signed up").openPopup();otherArray.push(marker232);var marker233 = L.circleMarker([53.2971,-6.18304], {color:"#525C65", title:"CARYSFORT NS"}).addTo(schoolmap);marker233.bindPopup("<b>CARYSFORT NS</b><br />22 pupils signed up").openPopup();otherArray.push(marker233);var marker234 = L.circleMarker([53.6426,-6.64775], {color:"#525C65", title:"ST STEPHENS NS"}).addTo(schoolmap);marker234.bindPopup("<b>ST STEPHENS NS</b><br />28 pupils signed up").openPopup();otherArray.push(marker234);var marker235 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"ERRIGAL COLLEGE"}).addTo(schoolmap);marker235.bindPopup("<b>ERRIGAL COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker235);var marker236 = L.circleMarker([53.9881,-6.38177], {color:"#525C65", title:"GAELSCOIL DHUN DEALGAN"}).addTo(schoolmap);marker236.bindPopup("<b>GAELSCOIL DHUN DEALGAN</b><br />27 pupils signed up").openPopup();otherArray.push(marker236);var marker237 = L.circleMarker([51.7488,-9.37782], {color:"#525C65", title:"KEALKIL N S"}).addTo(schoolmap);marker237.bindPopup("<b>KEALKIL N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker237);var marker238 = L.circleMarker([53.1937,-6.17448], {color:"#525C65", title:"S N MUIRE IS GEARARD"}).addTo(schoolmap);marker238.bindPopup("<b>S N MUIRE IS GEARARD</b><br />38 pupils signed up").openPopup();otherArray.push(marker238);var marker239 = L.circleMarker([52.372980502527724,-6.583042143203783], {color:"#ff6961", title:"Glynn NS", students:"33"}).addTo(schoolmap);marker239.bindPopup("<b>Glynn NS</b><br />33 pupils signed up").openPopup();primaryArray.push(marker239);var marker240 = L.circleMarker([52.9322,-9.2293], {color:"#525C65", title:"S N COLM CILLE"}).addTo(schoolmap);marker240.bindPopup("<b>S N COLM CILLE</b><br />15 pupils signed up").openPopup();otherArray.push(marker240);var marker241 = L.circleMarker([53.8521,-6.53754], {color:"#525C65", title:"ARDEE MONASTERY"}).addTo(schoolmap);marker241.bindPopup("<b>ARDEE MONASTERY</b><br />32 pupils signed up").openPopup();otherArray.push(marker241);var marker242 = L.circleMarker([54.5107,-6.03928], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker242.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />390 pupils signed up").openPopup();otherArray.push(marker242);var marker243 = L.circleMarker([53.73766952415778,-6.847675947938113], {color:"#ff6961", title:"Headfort School", students:"93"}).addTo(schoolmap);marker243.bindPopup("<b>Headfort School</b><br />93 pupils signed up").openPopup();primaryArray.push(marker243);var marker244 = L.circleMarker([53.4255,-7.93345], {color:"#525C65", title:"ST MARYS NS"}).addTo(schoolmap);marker244.bindPopup("<b>ST MARYS NS</b><br />75 pupils signed up").openPopup();otherArray.push(marker244);var marker245 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker245.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />26 pupils signed up").openPopup();otherArray.push(marker245);var marker246 = L.circleMarker([54.9502,-7.74364], {color:"#525C65", title:"SCOIL CHOILMCILLE"}).addTo(schoolmap);marker246.bindPopup("<b>SCOIL CHOILMCILLE</b><br />27 pupils signed up").openPopup();otherArray.push(marker246);var marker247 = L.circleMarker([53.377833390791466,-9.127578671489442], {color:"#ff6961", title:"St. Vincent's N.S", students:"17"}).addTo(schoolmap);marker247.bindPopup("<b>St. Vincent's N.S</b><br />17 pupils signed up").openPopup();primaryArray.push(marker247);var marker248 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker248.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker248);var marker249 = L.circleMarker([53.3653,-6.30442], {color:"#525C65", title:"HOLY FAMILY SCHOOL FOR THE DEAF"}).addTo(schoolmap);marker249.bindPopup("<b>HOLY FAMILY SCHOOL FOR THE DEAF</b><br />75 pupils signed up").openPopup();otherArray.push(marker249);var marker250 = L.circleMarker([53.2761,-6.3932], {color:"#525C65", title:"SCOIL CHAITLIN MAUDE"}).addTo(schoolmap);marker250.bindPopup("<b>SCOIL CHAITLIN MAUDE</b><br />30 pupils signed up").openPopup();otherArray.push(marker250);var marker251 = L.circleMarker([53.497,-9.02235], {color:"#525C65", title:"S N DOMHNACH PADRAIG"}).addTo(schoolmap);marker251.bindPopup("<b>S N DOMHNACH PADRAIG</b><br />32 pupils signed up").openPopup();otherArray.push(marker251);var marker252 = L.circleMarker([53.35086789536658,-6.467568080620433], {color:"#ff6961", title:"Scoil Mhuire, Airlie Heights, Dodsboro, Lucan", students:"500"}).addTo(schoolmap);marker252.bindPopup("<b>Scoil Mhuire, Airlie Heights, Dodsboro, Lucan</b><br />500 pupils signed up").openPopup();primaryArray.push(marker252);var marker253 = L.circleMarker([53.3785,-6.17684], {color:"#525C65", title:"SCOIL ASSAIM BOYS SENIORS"}).addTo(schoolmap);marker253.bindPopup("<b>SCOIL ASSAIM BOYS SENIORS</b><br />28 pupils signed up").openPopup();otherArray.push(marker253);var marker254 = L.circleMarker([53.5684,-7.77184], {color:"#525C65", title:"BALLYMAHON VOCATIONAL SCHOOL"}).addTo(schoolmap);marker254.bindPopup("<b>BALLYMAHON VOCATIONAL SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker254);var marker255 = L.circleMarker([52.3664,-9.24961], {color:"#525C65", title:"DROMTRASNA N S"}).addTo(schoolmap);marker255.bindPopup("<b>DROMTRASNA N S</b><br />122 pupils signed up").openPopup();otherArray.push(marker255);var marker256 = L.circleMarker([51.5534,-9.14411], {color:"#525C65", title:"UNION HALL MIXED N S"}).addTo(schoolmap);marker256.bindPopup("<b>UNION HALL MIXED N S</b><br />65 pupils signed up").openPopup();otherArray.push(marker256);var marker257 = L.circleMarker([52.1591,-9.06249], {color:"#525C65", title:"BOHERBUE COMPREHENSIVE SCHOOL"}).addTo(schoolmap);marker257.bindPopup("<b>BOHERBUE COMPREHENSIVE SCHOOL</b><br />550 pupils signed up").openPopup();otherArray.push(marker257);var marker258 = L.circleMarker([51.9296,-7.9223], {color:"#525C65", title:"CLONPRIEST N S"}).addTo(schoolmap);marker258.bindPopup("<b>CLONPRIEST N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker258);var marker259 = L.circleMarker([51.8902,-8.60655], {color:"#525C65", title:"SCOIL BARRA"}).addTo(schoolmap);marker259.bindPopup("<b>SCOIL BARRA</b><br />400 pupils signed up").openPopup();otherArray.push(marker259);var marker260 = L.circleMarker([52.6394,-7.24622], {color:"#525C65", title:"GAELSCOIL OSRAI"}).addTo(schoolmap);marker260.bindPopup("<b>GAELSCOIL OSRAI</b><br />23 pupils signed up").openPopup();otherArray.push(marker260);var marker261 = L.circleMarker([53.9395,-9.44074], {color:"#525C65", title:"CLOONDAFF N S"}).addTo(schoolmap);marker261.bindPopup("<b>CLOONDAFF N S</b><br />11 pupils signed up").openPopup();otherArray.push(marker261);var marker262 = L.circleMarker([53.9395,-9.44074], {color:"#525C65", title:"CLOONDAFF N S"}).addTo(schoolmap);marker262.bindPopup("<b>CLOONDAFF N S</b><br />11 pupils signed up").openPopup();otherArray.push(marker262);var marker263 = L.circleMarker([54.5754,-6.22046], {color:"#525C65", title:"BALLYMACRICKETT PRIMARY SCHOOL"}).addTo(schoolmap);marker263.bindPopup("<b>BALLYMACRICKETT PRIMARY SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker263);var marker264 = L.circleMarker([52.33126771124287,-6.463548335503236], {color:"#FFFD77", title:"Wexford CBS"}).addTo(schoolmap);marker264.bindPopup("<b>Wexford CBS</b><br />30 pupils signed up").openPopup();secondaryArray.push(marker264);var marker265 = L.circleMarker([52.8701,-8.20189], {color:"#525C65", title:"NENAGH COLLEGE"}).addTo(schoolmap);marker265.bindPopup("<b>NENAGH COLLEGE</b><br />25 pupils signed up").openPopup();otherArray.push(marker265);var marker266 = L.circleMarker([52.2287,-8.94281], {color:"#525C65", title:"LIOS MAIGHIR"}).addTo(schoolmap);marker266.bindPopup("<b>LIOS MAIGHIR</b><br />30 pupils signed up").openPopup();otherArray.push(marker266);var marker267 = L.circleMarker([53.1588,-6.80838], {color:"#525C65", title:"GAELSCOIL CHILL DARA"}).addTo(schoolmap);marker267.bindPopup("<b>GAELSCOIL CHILL DARA</b><br />30 pupils signed up").openPopup();otherArray.push(marker267);var marker268 = L.circleMarker([54.5973,-5.95225], {color:"#525C65", title:"GAELSCOIL AN LONNAIN"}).addTo(schoolmap);marker268.bindPopup("<b>GAELSCOIL AN LONNAIN</b><br />36 pupils signed up").openPopup();otherArray.push(marker268);var marker269 = L.circleMarker([54.9502,-7.74364], {color:"#525C65", title:"SCOIL CHOILMCILLE"}).addTo(schoolmap);marker269.bindPopup("<b>SCOIL CHOILMCILLE</b><br />28 pupils signed up").openPopup();otherArray.push(marker269);var marker270 = L.circleMarker([55.0496,-7.83286], {color:"#525C65", title:"SCOIL CHOLMCILLE"}).addTo(schoolmap);marker270.bindPopup("<b>SCOIL CHOLMCILLE</b><br />200 pupils signed up").openPopup();otherArray.push(marker270);var marker271 = L.circleMarker([53.3569,-6.26204], {color:"#525C65", title:"TEMPLE ST CHILDREN'S HOSPITAL N S"}).addTo(schoolmap);marker271.bindPopup("<b>TEMPLE ST CHILDREN'S HOSPITAL N S</b><br />70 pupils signed up").openPopup();otherArray.push(marker271);var marker272 = L.circleMarker([53.49,-6.74328], {color:"#525C65", title:"DANGAN MIXED N S"}).addTo(schoolmap);marker272.bindPopup("<b>DANGAN MIXED N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker272);var marker273 = L.circleMarker([52.5702,-7.67536], {color:"#525C65", title:"KILLENAULE N S"}).addTo(schoolmap);marker273.bindPopup("<b>KILLENAULE N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker273);var marker274 = L.circleMarker([53.30834545774047,-6.224439382520358], {color:"#525C65", title:"University College Dublin School of Physics"}).addTo(schoolmap);marker274.bindPopup("<b>University College Dublin School of Physics</b><br />1000 pupils signed up").openPopup();otherArray.push(marker274);var marker275 = L.circleMarker([53.3699,-6.30707], {color:"#525C65", title:"DOMINICAN CONVENT GIRLS SENIOR SCHOOL"}).addTo(schoolmap);marker275.bindPopup("<b>DOMINICAN CONVENT GIRLS SENIOR SCHOOL</b><br />20 pupils signed up").openPopup();otherArray.push(marker275);var marker276 = L.circleMarker([53.4503,-6.3941], {color:"#525C65", title:"KILBRIDE NATIONAL SCHOOL"}).addTo(schoolmap);marker276.bindPopup("<b>KILBRIDE NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker276);var marker277 = L.circleMarker([54.1536,-7.52776], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker277.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />17 pupils signed up").openPopup();otherArray.push(marker277);var marker278 = L.circleMarker([52.67934890079226,-7.823821306228639], {color:"#ff6961", title:"GAELSCOIL DURLAS EILE", students:"200"}).addTo(schoolmap);marker278.bindPopup("<b>GAELSCOIL DURLAS EILE</b><br />200 pupils signed up").openPopup();primaryArray.push(marker278);var marker279 = L.circleMarker([52.3732,-9.72048], {color:"#525C65", title:"FREASTOGAIL MHUIRE MXD"}).addTo(schoolmap);marker279.bindPopup("<b>FREASTOGAIL MHUIRE MXD</b><br />13 pupils signed up").openPopup();otherArray.push(marker279);var marker280 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker280.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker280);var marker281 = L.circleMarker([54.9502,-7.74364], {color:"#525C65", title:"SCOIL CHOILMCILLE"}).addTo(schoolmap);marker281.bindPopup("<b>SCOIL CHOILMCILLE</b><br />30 pupils signed up").openPopup();otherArray.push(marker281);var marker282 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker282.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />12 pupils signed up").openPopup();otherArray.push(marker282);var marker283 = L.circleMarker([52.2837,-9.69312], {color:"#525C65", title:"GAELSCOIL MHIC EASMAINN"}).addTo(schoolmap);marker283.bindPopup("<b>GAELSCOIL MHIC EASMAINN</b><br />26 pupils signed up").openPopup();otherArray.push(marker283);var marker284 = L.circleMarker([53.6503,-6.68766], {color:"#525C65", title:"MERCY CONVENT N S"}).addTo(schoolmap);marker284.bindPopup("<b>MERCY CONVENT N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker284);var marker285 = L.circleMarker([54.3078,-6.8989], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker285.bindPopup("<b>SCOIL MHUIRE</b><br />80 pupils signed up").openPopup();otherArray.push(marker285);var marker286 = L.circleMarker([54.0185,-6.42629], {color:"#ff6961", title:"S.N EOIN BAISTE", students:"12"}).addTo(schoolmap);marker286.bindPopup("<b>S.N EOIN BAISTE</b><br />12 pupils signed up").openPopup();primaryArray.push(marker286);var marker287 = L.circleMarker([52.2285,-6.54978], {color:"#525C65", title:"BRIDGETOWN COLLEGE"}).addTo(schoolmap);marker287.bindPopup("<b>BRIDGETOWN COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker287);var marker288 = L.circleMarker([52.0876,-7.62577], {color:"#525C65", title:"ST MARYS NS"}).addTo(schoolmap);marker288.bindPopup("<b>ST MARYS NS</b><br />15 pupils signed up").openPopup();otherArray.push(marker288);var marker289 = L.circleMarker([53.8314,-6.4005], {color:"#525C65", title:"SCOIL BHRIDE MIXED N S"}).addTo(schoolmap);marker289.bindPopup("<b>SCOIL BHRIDE MIXED N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker289);var marker290 = L.circleMarker([52.374415310895415,-7.919333159866255], {color:"#ff6961", title:"Bunscoil na Cathrach", students:"29"}).addTo(schoolmap);marker290.bindPopup("<b>Bunscoil na Cathrach</b><br />29 pupils signed up").openPopup();primaryArray.push(marker290);var marker291 = L.circleMarker([53.9797,-7.64782], {color:"#525C65", title:"CARRIGALLEN VOCATIONAL SCHOOL"}).addTo(schoolmap);marker291.bindPopup("<b>CARRIGALLEN VOCATIONAL SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker291);var marker292 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker292.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />20 pupils signed up").openPopup();otherArray.push(marker292);var marker293 = L.circleMarker([55.0471,-6.95159], {color:"#525C65", title:"TERMONCANICE PRIMARY SCHOOL"}).addTo(schoolmap);marker293.bindPopup("<b>TERMONCANICE PRIMARY SCHOOL</b><br />5 pupils signed up").openPopup();otherArray.push(marker293);var marker294 = L.circleMarker([53.3691,-6.29756], {color:"#525C65", title:"FIONNBARRA NAOFA B.N.S.,"}).addTo(schoolmap);marker294.bindPopup("<b>FIONNBARRA NAOFA B.N.S.,</b><br />23 pupils signed up").openPopup();otherArray.push(marker294);var marker295 = L.circleMarker([53.8443,-6.44464], {color:"#525C65", title:"DROMIN N S"}).addTo(schoolmap);marker295.bindPopup("<b>DROMIN N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker295);var marker296 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker296.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />21 pupils signed up").openPopup();otherArray.push(marker296);var marker297 = L.circleMarker([55.0714,-6.52486], {color:"#525C65", title:"BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker297.bindPopup("<b>BALLYMONEY CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />27 pupils signed up").openPopup();otherArray.push(marker297);var marker298 = L.circleMarker([53.85098018517232,-6.914374351108564], {color:"#ff6961", title:"St. Anne's N.S.", students:"12"}).addTo(schoolmap);marker298.bindPopup("<b>St. Anne's N.S.</b><br />12 pupils signed up").openPopup();primaryArray.push(marker298);var marker299 = L.circleMarker([53.6136,-8.28766], {color:"#525C65", title:"CIARAN NAOFA"}).addTo(schoolmap);marker299.bindPopup("<b>CIARAN NAOFA</b><br />19 pupils signed up").openPopup();otherArray.push(marker299);var marker300 = L.circleMarker([53.3063,-6.37035], {color:"#525C65", title:"ST KILIANS SENIOR N S"}).addTo(schoolmap);marker300.bindPopup("<b>ST KILIANS SENIOR N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker300);var marker301 = L.circleMarker([54.94991221808428,-7.7436500787734985], {color:"#ff6961", title:"Scoil Cholmcille Letterkenny", students:"680"}).addTo(schoolmap);marker301.bindPopup("<b>Scoil Cholmcille Letterkenny</b><br />680 pupils signed up").openPopup();primaryArray.push(marker301);var marker302 = L.circleMarker([53.6368,-7.89427], {color:"#525C65", title:"CLOONTAGH MIXED N S"}).addTo(schoolmap);marker302.bindPopup("<b>CLOONTAGH MIXED N S</b><br />14 pupils signed up").openPopup();otherArray.push(marker302);var marker303 = L.circleMarker([53.1905,-6.80832], {color:"#525C65", title:"SCOIL NA NAOMH UILIG"}).addTo(schoolmap);marker303.bindPopup("<b>SCOIL NA NAOMH UILIG</b><br />26 pupils signed up").openPopup();otherArray.push(marker303);var marker304 = L.circleMarker([52.6669,-8.54625], {color:"#525C65", title:"GAELSCOIL CHALADH AN TREOIGH"}).addTo(schoolmap);marker304.bindPopup("<b>GAELSCOIL CHALADH AN TREOIGH</b><br />28 pupils signed up").openPopup();otherArray.push(marker304);var marker305 = L.circleMarker([53.4874,-8.56275], {color:"#525C65", title:"SCOIL NAOMH PADRAIG"}).addTo(schoolmap);marker305.bindPopup("<b>SCOIL NAOMH PADRAIG</b><br />30 pupils signed up").openPopup();otherArray.push(marker305);var marker306 = L.circleMarker([52.8873,-6.14643], {color:"#525C65", title:"SCOIL SAN EOIN"}).addTo(schoolmap);marker306.bindPopup("<b>SCOIL SAN EOIN</b><br />38 pupils signed up").openPopup();otherArray.push(marker306);var marker307 = L.circleMarker([53.3011,-8.48879], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker307.bindPopup("<b>SCOIL BHRIDE</b><br />21 pupils signed up").openPopup();otherArray.push(marker307);var marker308 = L.circleMarker([53.4495,-8.98294], {color:"#525C65", title:"SCOIL NAOMH IOSEF"}).addTo(schoolmap);marker308.bindPopup("<b>SCOIL NAOMH IOSEF</b><br />20 pupils signed up").openPopup();otherArray.push(marker308);var marker309 = L.circleMarker([51.8546,-8.29512], {color:"#525C65", title:"ST MARYS NATIONAL SCHOOL"}).addTo(schoolmap);marker309.bindPopup("<b>ST MARYS NATIONAL SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker309);var marker310 = L.circleMarker([54.0274,-6.61745], {color:"#525C65", title:"S N CHOLMCILLE"}).addTo(schoolmap);marker310.bindPopup("<b>S N CHOLMCILLE</b><br />103 pupils signed up").openPopup();otherArray.push(marker310);var marker311 = L.circleMarker([52.90347834999082,-6.728335247450523], {color:"#ff6961", title:"Bigstone NS", students:"10"}).addTo(schoolmap);marker311.bindPopup("<b>Bigstone NS</b><br />10 pupils signed up").openPopup();primaryArray.push(marker311);var marker312 = L.circleMarker([53.8475,-6.80536], {color:"#525C65", title:"KILMAINHAM WOOD N S"}).addTo(schoolmap);marker312.bindPopup("<b>KILMAINHAM WOOD N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker312);var marker313 = L.circleMarker([52.9786,-6.04721], {color:"#525C65", title:"PADRAIG NAOFA N S"}).addTo(schoolmap);marker313.bindPopup("<b>PADRAIG NAOFA N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker313);var marker314 = L.circleMarker([52.1769,-7.33438], {color:"#525C65", title:"S N NA CILLE"}).addTo(schoolmap);marker314.bindPopup("<b>S N NA CILLE</b><br />14 pupils signed up").openPopup();otherArray.push(marker314);var marker315 = L.circleMarker([52.8515,-6.99344], {color:"#525C65", title:"SCOIL CHOMHGAIN NAOFA"}).addTo(schoolmap);marker315.bindPopup("<b>SCOIL CHOMHGAIN NAOFA</b><br />26 pupils signed up").openPopup();otherArray.push(marker315);var marker316 = L.circleMarker([53.5465,-6.09017], {color:"#525C65", title:"SCOIL N. BREANDAN"}).addTo(schoolmap);marker316.bindPopup("<b>SCOIL N. BREANDAN</b><br />26 pupils signed up").openPopup();otherArray.push(marker316);var marker317 = L.circleMarker([54.6429,-8.09637], {color:"#525C65", title:"GAELSCOIL NA GCEITHRE MAISTRI"}).addTo(schoolmap);marker317.bindPopup("<b>GAELSCOIL NA GCEITHRE MAISTRI</b><br />54 pupils signed up").openPopup();otherArray.push(marker317);var marker318 = L.circleMarker([53.4764,-7.74889], {color:"#525C65", title:"DRUMRANEY MIXED N S"}).addTo(schoolmap);marker318.bindPopup("<b>DRUMRANEY MIXED N S</b><br />16 pupils signed up").openPopup();otherArray.push(marker318);var marker319 = L.circleMarker([53.8037,-9.53078], {color:"#525C65", title:"WESTPORT EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker319.bindPopup("<b>WESTPORT EDUCATE TOGETHER NATIONAL SCHOOL</b><br />12 pupils signed up").openPopup();otherArray.push(marker319);var marker320 = L.circleMarker([54.2859,-8.95619], {color:"#525C65", title:"COLÁISTE IASCAIGH"}).addTo(schoolmap);marker320.bindPopup("<b>COLÁISTE IASCAIGH</b><br />350 pupils signed up").openPopup();otherArray.push(marker320);var marker321 = L.circleMarker([52.6814,-7.80715], {color:"#525C65", title:"PRESENTATION SECONDARY SCHOOL"}).addTo(schoolmap);marker321.bindPopup("<b>PRESENTATION SECONDARY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker321);var marker322 = L.circleMarker([54.9502,-7.74364], {color:"#525C65", title:"SCOIL CHOILMCILLE"}).addTo(schoolmap);marker322.bindPopup("<b>SCOIL CHOILMCILLE</b><br />28 pupils signed up").openPopup();otherArray.push(marker322);var marker323 = L.circleMarker([52.6812,-7.81437], {color:"#525C65", title:"C.B.S. THURLES"}).addTo(schoolmap);marker323.bindPopup("<b>C.B.S. THURLES</b><br />557 pupils signed up").openPopup();otherArray.push(marker323);var marker324 = L.circleMarker([53.6535,-8.4428], {color:"#525C65", title:"GLINSK N S"}).addTo(schoolmap);marker324.bindPopup("<b>GLINSK N S</b><br />15 pupils signed up").openPopup();otherArray.push(marker324);var marker325 = L.circleMarker([53.8203,-6.60799], {color:"#525C65", title:"NEWTOWN N S"}).addTo(schoolmap);marker325.bindPopup("<b>NEWTOWN N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker325);var marker326 = L.circleMarker([53.31180093520837,-6.361083984375], {color:"#525C65", title:"St.Patrick's GNS Hollypark"}).addTo(schoolmap);marker326.bindPopup("<b>St.Patrick's GNS Hollypark</b><br />20 pupils signed up").openPopup();otherArray.push(marker326);var marker327 = L.circleMarker([54.6421,-5.92634], {color:"#525C65", title:"ST MARY'S STAR OF THE SEA PRIMARY SCHOOL"}).addTo(schoolmap);marker327.bindPopup("<b>ST MARY'S STAR OF THE SEA PRIMARY SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker327);var marker328 = L.circleMarker([53.2819,-6.20496], {color:"#525C65", title:"ST RAPHAELAS N S"}).addTo(schoolmap);marker328.bindPopup("<b>ST RAPHAELAS N S</b><br />400 pupils signed up").openPopup();otherArray.push(marker328);var marker329 = L.circleMarker([53.6112,-7.03695], {color:"#525C65", title:"CROWENSTOWN N S"}).addTo(schoolmap);marker329.bindPopup("<b>CROWENSTOWN N S</b><br />3 pupils signed up").openPopup();otherArray.push(marker329);var marker330 = L.circleMarker([54.9502,-7.74364], {color:"#525C65", title:"SCOIL CHOILMCILLE"}).addTo(schoolmap);marker330.bindPopup("<b>SCOIL CHOILMCILLE</b><br />28 pupils signed up").openPopup();otherArray.push(marker330);var marker331 = L.circleMarker([53.5247,-7.0977], {color:"#525C65", title:"MHUIRE N S"}).addTo(schoolmap);marker331.bindPopup("<b>MHUIRE N S</b><br />31 pupils signed up").openPopup();otherArray.push(marker331);var marker332 = L.circleMarker([54.9502,-7.74364], {color:"#525C65", title:"SCOIL CHOILMCILLE"}).addTo(schoolmap);marker332.bindPopup("<b>SCOIL CHOILMCILLE</b><br />27 pupils signed up").openPopup();otherArray.push(marker332);var marker333 = L.circleMarker([53.6426,-6.64775], {color:"#525C65", title:"ST STEPHENS NS"}).addTo(schoolmap);marker333.bindPopup("<b>ST STEPHENS NS</b><br />26 pupils signed up").openPopup();otherArray.push(marker333);var marker334 = L.circleMarker([53.19677822565188,-6.954345703125001], {color:"#ff6961", title:"Gowran National School", students:"26"}).addTo(schoolmap);marker334.bindPopup("<b>Gowran National School</b><br />26 pupils signed up").openPopup();primaryArray.push(marker334);var marker335 = L.circleMarker([55.05057216325292,-7.704892158508302], {color:"#ff6961", title:"Scoil Naomh Colmcille Droimín", students:"18"}).addTo(schoolmap);marker335.bindPopup("<b>Scoil Naomh Colmcille Droimín</b><br />18 pupils signed up").openPopup();primaryArray.push(marker335);var marker336 = L.circleMarker([53.144437650887454,-8.295021057128906], {color:"#ff6961", title:"Duniry N.S., Clonlee", students:"30"}).addTo(schoolmap);marker336.bindPopup("<b>Duniry N.S., Clonlee</b><br />30 pupils signed up").openPopup();primaryArray.push(marker336);var marker337 = L.circleMarker([55.135,-7.45768], {color:"#525C65", title:"CRANA COLLEGE"}).addTo(schoolmap);marker337.bindPopup("<b>CRANA COLLEGE</b><br />580 pupils signed up").openPopup();otherArray.push(marker337);var marker338 = L.circleMarker([53.4466,-6.20044], {color:"#525C65", title:"GAELSCOIL AN DUINNINIGH"}).addTo(schoolmap);marker338.bindPopup("<b>GAELSCOIL AN DUINNINIGH</b><br />27 pupils signed up").openPopup();otherArray.push(marker338);var marker339 = L.circleMarker([52.7686,-7.89624], {color:"#525C65", title:"S N AN DROMA"}).addTo(schoolmap);marker339.bindPopup("<b>S N AN DROMA</b><br />13 pupils signed up").openPopup();otherArray.push(marker339);var marker340 = L.circleMarker([53.2722,-7.83079], {color:"#525C65", title:"ST. CYNOC'S NATIONAL SCHOOL"}).addTo(schoolmap);marker340.bindPopup("<b>ST. CYNOC'S NATIONAL SCHOOL</b><br />6 pupils signed up").openPopup();otherArray.push(marker340);var marker341 = L.circleMarker([52.8478,-8.99282], {color:"#525C65", title:"CHRIOST RI"}).addTo(schoolmap);marker341.bindPopup("<b>CHRIOST RI</b><br />22 pupils signed up").openPopup();otherArray.push(marker341);var marker342 = L.circleMarker([53.9593,-6.64926], {color:"#525C65", title:"SCOIL NAOIMH EANNA"}).addTo(schoolmap);marker342.bindPopup("<b>SCOIL NAOIMH EANNA</b><br />30 pupils signed up").openPopup();otherArray.push(marker342);var marker343 = L.circleMarker([53.8558,-9.29139], {color:"#525C65", title:"ST JOSEPH'S SECONDARY SCHOOL"}).addTo(schoolmap);marker343.bindPopup("<b>ST JOSEPH'S SECONDARY SCHOOL</b><br />542 pupils signed up").openPopup();otherArray.push(marker343);var marker344 = L.circleMarker([53.1698,-6.91461], {color:"#525C65", title:"KILDARE TOWN COMMUNITY SCHOOL"}).addTo(schoolmap);marker344.bindPopup("<b>KILDARE TOWN COMMUNITY SCHOOL</b><br />60 pupils signed up").openPopup();otherArray.push(marker344);var marker345 = L.circleMarker([54.69167442386879,-6.667070388793944], {color:"#ff6961", title:"St Patrick's Primary School Moneymore", students:"30"}).addTo(schoolmap);marker345.bindPopup("<b>St Patrick's Primary School Moneymore</b><br />30 pupils signed up").openPopup();primaryArray.push(marker345);var marker346 = L.circleMarker([52.7064,-6.21174], {color:"#525C65", title:"S N CHAOMHAIN TORRCHOILL"}).addTo(schoolmap);marker346.bindPopup("<b>S N CHAOMHAIN TORRCHOILL</b><br />31 pupils signed up").openPopup();otherArray.push(marker346);var marker347 = L.circleMarker([51.96796162849972,-8.551757410168648], {color:"#ff6961", title:"Dromina NS", students:"20"}).addTo(schoolmap);marker347.bindPopup("<b>Dromina NS</b><br />20 pupils signed up").openPopup();primaryArray.push(marker347);var marker348 = L.circleMarker([52.6381,-7.25189], {color:"#525C65", title:"KILKENNY SCHOOL PROJECT"}).addTo(schoolmap);marker348.bindPopup("<b>KILKENNY SCHOOL PROJECT</b><br />30 pupils signed up").openPopup();otherArray.push(marker348);var marker349 = L.circleMarker([52.9135,-6.84234], {color:"#525C65", title:"CASTLEDERMOT NS MXD"}).addTo(schoolmap);marker349.bindPopup("<b>CASTLEDERMOT NS MXD</b><br />20 pupils signed up").openPopup();otherArray.push(marker349);var marker350 = L.circleMarker([51.8959,-8.4141], {color:"#525C65", title:"SCOIL URSULA"}).addTo(schoolmap);marker350.bindPopup("<b>SCOIL URSULA</b><br />180 pupils signed up").openPopup();otherArray.push(marker350);var marker351 = L.circleMarker([52.3926,-6.71757], {color:"#525C65", title:"S N ABBAIN"}).addTo(schoolmap);marker351.bindPopup("<b>S N ABBAIN</b><br />30 pupils signed up").openPopup();otherArray.push(marker351);var marker352 = L.circleMarker([52.7861,-7.33623], {color:"#525C65", title:"BALLYRAGGET NATIONAL SCHOOL"}).addTo(schoolmap);marker352.bindPopup("<b>BALLYRAGGET NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker352);var marker353 = L.circleMarker([53.5185,-8.03432], {color:"#525C65", title:"S N AN GLEANN DUIBH"}).addTo(schoolmap);marker353.bindPopup("<b>S N AN GLEANN DUIBH</b><br />27 pupils signed up").openPopup();otherArray.push(marker353);var marker354 = L.circleMarker([54.3459,-7.63542], {color:"#525C65", title:"MOUNT LOURDES GRAMMAR SCHOOL"}).addTo(schoolmap);marker354.bindPopup("<b>MOUNT LOURDES GRAMMAR SCHOOL</b><br />96 pupils signed up").openPopup();otherArray.push(marker354);var marker355 = L.circleMarker([53.6136,-8.28766], {color:"#525C65", title:"CIARAN NAOFA"}).addTo(schoolmap);marker355.bindPopup("<b>CIARAN NAOFA</b><br />20 pupils signed up").openPopup();otherArray.push(marker355);var marker356 = L.circleMarker([53.46367919212361,-6.344760060310364], {color:"#ff6961", title:"Kilcoskan NS, Coolquay, The Ward, Co. Dublin", students:"104"}).addTo(schoolmap);marker356.bindPopup("<b>Kilcoskan NS, Coolquay, The Ward, Co. Dublin</b><br />104 pupils signed up").openPopup();primaryArray.push(marker356);var marker357 = L.circleMarker([53.8597,-7.32148], {color:"#525C65", title:"KILNALECK MIXED N S"}).addTo(schoolmap);marker357.bindPopup("<b>KILNALECK MIXED N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker357);var marker358 = L.circleMarker([54.0975,-9.29889], {color:"#525C65", title:"JESUS & MARY SECONDARY SCHOOL"}).addTo(schoolmap);marker358.bindPopup("<b>JESUS & MARY SECONDARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker358);var marker359 = L.circleMarker([53.61324608446819,-8.898307797149755], {color:"#ff6961", title:"Milltown NS", students:"100"}).addTo(schoolmap);marker359.bindPopup("<b>Milltown NS</b><br />100 pupils signed up").openPopup();primaryArray.push(marker359);var marker360 = L.circleMarker([54.0427,-6.33121], {color:"#525C65", title:"DULARGY MIXED N S"}).addTo(schoolmap);marker360.bindPopup("<b>DULARGY MIXED N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker360);var marker361 = L.circleMarker([54.6588,-5.68252], {color:"#525C65", title:"ST COMGALL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker361.bindPopup("<b>ST COMGALL'S PRIMARY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker361);var marker362 = L.circleMarker([53.2891,-9.65803], {color:"#525C65", title:"S N COLMCILLE"}).addTo(schoolmap);marker362.bindPopup("<b>S N COLMCILLE</b><br />17 pupils signed up").openPopup();otherArray.push(marker362);var marker363 = L.circleMarker([53.7078,-6.33926], {color:"#525C65", title:"ST MARYS PARISH PRIMARY SCHOOL"}).addTo(schoolmap);marker363.bindPopup("<b>ST MARYS PARISH PRIMARY SCHOOL</b><br />26 pupils signed up").openPopup();otherArray.push(marker363);var marker364 = L.circleMarker([54.1958,-6.28898], {color:"#525C65", title:"ST COLMAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker364.bindPopup("<b>ST COLMAN'S PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker364);var marker365 = L.circleMarker([51.7429,-9.44879], {color:"#525C65", title:"COOMHOLA N S"}).addTo(schoolmap);marker365.bindPopup("<b>COOMHOLA N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker365);var marker366 = L.circleMarker([53.4713,-6.24623], {color:"#525C65", title:"GAELSCOIL BHRIAN BÓROIMHE"}).addTo(schoolmap);marker366.bindPopup("<b>GAELSCOIL BHRIAN BÓROIMHE</b><br />26 pupils signed up").openPopup();otherArray.push(marker366);var marker367 = L.circleMarker([52.5466,-6.90377], {color:"#525C65", title:"SCOIL NAIS MHICHIL"}).addTo(schoolmap);marker367.bindPopup("<b>SCOIL NAIS MHICHIL</b><br />42 pupils signed up").openPopup();otherArray.push(marker367);var marker368 = L.circleMarker([55.16094531131432,-7.9223098744405425], {color:"#ff6961", title:"Ballymore National Schoo", students:"7"}).addTo(schoolmap);marker368.bindPopup("<b>Ballymore National Schoo</b><br />7 pupils signed up").openPopup();primaryArray.push(marker368);var marker369 = L.circleMarker([52.57468002339169,-6.565428748726844], {color:"#ff6961", title:"Courtnacuddy NS", students:"21"}).addTo(schoolmap);marker369.bindPopup("<b>Courtnacuddy NS</b><br />21 pupils signed up").openPopup();primaryArray.push(marker369);var marker370 = L.circleMarker([53.4503,-6.3941], {color:"#525C65", title:"KILBRIDE NATIONAL SCHOOL"}).addTo(schoolmap);marker370.bindPopup("<b>KILBRIDE NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker370);var marker371 = L.circleMarker([53.8506,-9.49027], {color:"#525C65", title:"S N FAITCHE"}).addTo(schoolmap);marker371.bindPopup("<b>S N FAITCHE</b><br />140 pupils signed up").openPopup();otherArray.push(marker371);var marker372 = L.circleMarker([53.5718,-6.90514], {color:"#525C65", title:"ST. DYMPNA'S NATIONAL SCHOOL"}).addTo(schoolmap);marker372.bindPopup("<b>ST. DYMPNA'S NATIONAL SCHOOL</b><br />26 pupils signed up").openPopup();otherArray.push(marker372);var marker373 = L.circleMarker([51.6626,-9.26061], {color:"#525C65", title:"DROMDHALLAGH N S"}).addTo(schoolmap);marker373.bindPopup("<b>DROMDHALLAGH N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker373);var marker374 = L.circleMarker([52.55776087110047,-7.436542510986329], {color:"#ff6961", title:"Scoil San Nioclás Windgap", students:"15"}).addTo(schoolmap);marker374.bindPopup("<b>Scoil San Nioclás Windgap</b><br />15 pupils signed up").openPopup();primaryArray.push(marker374);var marker375 = L.circleMarker([53.2841,-6.31602], {color:"#525C65", title:"SCOIL COLMCILLE NAOFA"}).addTo(schoolmap);marker375.bindPopup("<b>SCOIL COLMCILLE NAOFA</b><br />26 pupils signed up").openPopup();otherArray.push(marker375);var marker376 = L.circleMarker([51.8546,-8.29512], {color:"#525C65", title:"ST MARYS NATIONAL SCHOOL"}).addTo(schoolmap);marker376.bindPopup("<b>ST MARYS NATIONAL SCHOOL</b><br />21 pupils signed up").openPopup();otherArray.push(marker376);var marker377 = L.circleMarker([54.0199,-6.22016], {color:"#525C65", title:"S N MULLACH BUI"}).addTo(schoolmap);marker377.bindPopup("<b>S N MULLACH BUI</b><br />60 pupils signed up").openPopup();otherArray.push(marker377);var marker378 = L.circleMarker([54.1844,-7.23], {color:"#525C65", title:"GAELSCOIL ÉOIS"}).addTo(schoolmap);marker378.bindPopup("<b>GAELSCOIL ÉOIS</b><br />130 pupils signed up").openPopup();otherArray.push(marker378);var marker379 = L.circleMarker([53.5507,-6.20757], {color:"#525C65", title:"BAILE FALBACH"}).addTo(schoolmap);marker379.bindPopup("<b>BAILE FALBACH</b><br />25 pupils signed up").openPopup();otherArray.push(marker379);var marker380 = L.circleMarker([51.59447669468025,-8.88574205338955], {color:"#ff6961", title:"Glandore N.S", students:"24"}).addTo(schoolmap);marker380.bindPopup("<b>Glandore N.S</b><br />24 pupils signed up").openPopup();primaryArray.push(marker380);var marker381 = L.circleMarker([55.2419,-7.27702], {color:"#525C65", title:"S N DONAIGH"}).addTo(schoolmap);marker381.bindPopup("<b>S N DONAIGH</b><br />33 pupils signed up").openPopup();otherArray.push(marker381);var marker382 = L.circleMarker([53.3658,-6.50077], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker382.bindPopup("<b>SCOIL BHRIDE</b><br />22 pupils signed up").openPopup();otherArray.push(marker382);var marker383 = L.circleMarker([54.1378,-7.31204], {color:"#525C65", title:"S N COMHGHALL"}).addTo(schoolmap);marker383.bindPopup("<b>S N COMHGHALL</b><br />8 pupils signed up").openPopup();otherArray.push(marker383);var marker384 = L.circleMarker([53.55120582354547,-6.790688708424569], {color:"#ff6961", title:"St Michaels NS Trim", students:"30"}).addTo(schoolmap);marker384.bindPopup("<b>St Michaels NS Trim</b><br />30 pupils signed up").openPopup();primaryArray.push(marker384);var marker385 = L.circleMarker([51.9072,-8.17028], {color:"#525C65", title:"CHRISTIAN BROTHERS SECONDARY SCHOOL"}).addTo(schoolmap);marker385.bindPopup("<b>CHRISTIAN BROTHERS SECONDARY SCHOOL</b><br />950 pupils signed up").openPopup();otherArray.push(marker385);var marker386 = L.circleMarker([53.8862,-7.06883], {color:"#525C65", title:"KILLINKERE N S"}).addTo(schoolmap);marker386.bindPopup("<b>KILLINKERE N S</b><br />29 pupils signed up").openPopup();otherArray.push(marker386);var marker387 = L.circleMarker([53.3787,-6.26938], {color:"#525C65", title:"GLASNEVIN EDUCATE TOGETHER NS"}).addTo(schoolmap);marker387.bindPopup("<b>GLASNEVIN EDUCATE TOGETHER NS</b><br />27 pupils signed up").openPopup();otherArray.push(marker387);var marker388 = L.circleMarker([52.98297973968806,-6.046493775957015], {color:"#ff6961", title:"Glebe National School", students:"30"}).addTo(schoolmap);marker388.bindPopup("<b>Glebe National School</b><br />30 pupils signed up").openPopup();primaryArray.push(marker388);var marker389 = L.circleMarker([53.3969,-7.72822], {color:"#525C65", title:"BL OLIVER PLUNKETT N S"}).addTo(schoolmap);marker389.bindPopup("<b>BL OLIVER PLUNKETT N S</b><br />90 pupils signed up").openPopup();otherArray.push(marker389);var marker390 = L.circleMarker([52.4411,-6.47466], {color:"#525C65", title:"S N BAILE MUIRNE"}).addTo(schoolmap);marker390.bindPopup("<b>S N BAILE MUIRNE</b><br />22 pupils signed up").openPopup();otherArray.push(marker390);var marker391 = L.circleMarker([53.3896,-6.14713], {color:"#525C65", title:"S N MUIRE AGUS IOSEF"}).addTo(schoolmap);marker391.bindPopup("<b>S N MUIRE AGUS IOSEF</b><br />25 pupils signed up").openPopup();otherArray.push(marker391);var marker392 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"SCOIL CHLANN NAOFA"}).addTo(schoolmap);marker392.bindPopup("<b>SCOIL CHLANN NAOFA</b><br />31 pupils signed up").openPopup();otherArray.push(marker392);var marker393 = L.circleMarker([53.3507,-8.06125], {color:"#525C65", title:"CAMCLOON N S"}).addTo(schoolmap);marker393.bindPopup("<b>CAMCLOON N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker393);var marker394 = L.circleMarker([52.8823,-8.35319], {color:"#525C65", title:"PORTROE N S"}).addTo(schoolmap);marker394.bindPopup("<b>PORTROE N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker394);var marker395 = L.circleMarker([52.4178,-9.08806], {color:"#525C65", title:"MONOGAY NATIONAL SCHOOL"}).addTo(schoolmap);marker395.bindPopup("<b>MONOGAY NATIONAL SCHOOL</b><br />26 pupils signed up").openPopup();otherArray.push(marker395);var marker396 = L.circleMarker([52.3607,-9.05965], {color:"#525C65", title:"SCOIL NAOMH IDE"}).addTo(schoolmap);marker396.bindPopup("<b>SCOIL NAOMH IDE</b><br />19 pupils signed up").openPopup();otherArray.push(marker396);var marker397 = L.circleMarker([53.3261,-6.41315], {color:"#525C65", title:"TALBOT SENIOR NS"}).addTo(schoolmap);marker397.bindPopup("<b>TALBOT SENIOR NS</b><br />23 pupils signed up").openPopup();otherArray.push(marker397);var marker398 = L.circleMarker([53.3397,-9.17588], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker398.bindPopup("<b>SCOIL MHUIRE</b><br />27 pupils signed up").openPopup();otherArray.push(marker398);var marker399 = L.circleMarker([53.493,-6.13625], {color:"#525C65", title:"ST PATRICKS BOYS NATIONAL SCHOOL"}).addTo(schoolmap);marker399.bindPopup("<b>ST PATRICKS BOYS NATIONAL SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker399);var marker400 = L.circleMarker([53.3776,-9.54686], {color:"#525C65", title:"S N MUIRE GAN SMAL"}).addTo(schoolmap);marker400.bindPopup("<b>S N MUIRE GAN SMAL</b><br />19 pupils signed up").openPopup();otherArray.push(marker400);var marker401 = L.circleMarker([52.0091,-8.34232], {color:"#525C65", title:"WATERGRASSHILL N S"}).addTo(schoolmap);marker401.bindPopup("<b>WATERGRASSHILL N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker401);var marker402 = L.circleMarker([52.1659,-7.15342], {color:"#525C65", title:"GLOR NA MARA NS"}).addTo(schoolmap);marker402.bindPopup("<b>GLOR NA MARA NS</b><br />24 pupils signed up").openPopup();otherArray.push(marker402);var marker403 = L.circleMarker([53.7758,-6.3533], {color:"#525C65", title:"S N PADRAIG"}).addTo(schoolmap);marker403.bindPopup("<b>S N PADRAIG</b><br />30 pupils signed up").openPopup();otherArray.push(marker403);var marker404 = L.circleMarker([55.0307,-6.44315], {color:"#525C65", title:"GARRYDUFF PRIMARY SCHOOL"}).addTo(schoolmap);marker404.bindPopup("<b>GARRYDUFF PRIMARY SCHOOL</b><br />70 pupils signed up").openPopup();otherArray.push(marker404);var marker405 = L.circleMarker([55.0532,-7.26528], {color:"#525C65", title:"HOLLYBUSH PRIMARY SCHOOL"}).addTo(schoolmap);marker405.bindPopup("<b>HOLLYBUSH PRIMARY SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker405);var marker406 = L.circleMarker([52.33807109060436,-8.897294998168945], {color:"#ff6961", title:"Scoil Naomh Iosef, Dromcollogher, Co. Limerick", students:"18"}).addTo(schoolmap);marker406.bindPopup("<b>Scoil Naomh Iosef, Dromcollogher, Co. Limerick</b><br />18 pupils signed up").openPopup();primaryArray.push(marker406);var marker407 = L.circleMarker([51.9682,-8.09614], {color:"#525C65", title:"DUNGOURNEY CENTRAL N SC"}).addTo(schoolmap);marker407.bindPopup("<b>DUNGOURNEY CENTRAL N SC</b><br />26 pupils signed up").openPopup();otherArray.push(marker407);var marker408 = L.circleMarker([53.8862,-7.06883], {color:"#525C65", title:"KILLINKERE N S"}).addTo(schoolmap);marker408.bindPopup("<b>KILLINKERE N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker408);var marker409 = L.circleMarker([53.9923,-6.89289], {color:"#525C65", title:"SEARCOG I N S"}).addTo(schoolmap);marker409.bindPopup("<b>SEARCOG I N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker409);var marker410 = L.circleMarker([52.39273986408557,-6.718311309814452], {color:"#ff6961", title:"SN Abainn", students:"130"}).addTo(schoolmap);marker410.bindPopup("<b>SN Abainn</b><br />130 pupils signed up").openPopup();primaryArray.push(marker410);var marker411 = L.circleMarker([53.1142,-9.15423], {color:"#525C65", title:"S N EOIN BAISTE"}).addTo(schoolmap);marker411.bindPopup("<b>S N EOIN BAISTE</b><br />44 pupils signed up").openPopup();otherArray.push(marker411);var marker412 = L.circleMarker([54.8739,-6.26444], {color:"#525C65", title:"ST BRIGID'S PRIMARY SCHOOL"}).addTo(schoolmap);marker412.bindPopup("<b>ST BRIGID'S PRIMARY SCHOOL</b><br />31 pupils signed up").openPopup();otherArray.push(marker412);var marker413 = L.circleMarker([54.8025,-7.77586], {color:"#525C65", title:"SCOIL MHUIRE B & C"}).addTo(schoolmap);marker413.bindPopup("<b>SCOIL MHUIRE B & C</b><br />20 pupils signed up").openPopup();otherArray.push(marker413);var marker414 = L.circleMarker([53.5337,-6.97207], {color:"#525C65", title:"S N COLUMBAIN"}).addTo(schoolmap);marker414.bindPopup("<b>S N COLUMBAIN</b><br />23 pupils signed up").openPopup();otherArray.push(marker414);var marker415 = L.circleMarker([52.1428,-9.71315], {color:"#525C65", title:"NAGLE RICE PRIMARY SCHOOL"}).addTo(schoolmap);marker415.bindPopup("<b>NAGLE RICE PRIMARY SCHOOL</b><br />22 pupils signed up").openPopup();otherArray.push(marker415);var marker416 = L.circleMarker([54.9532,-7.4439], {color:"#525C65", title:"SN AN LEINBH IOSA"}).addTo(schoolmap);marker416.bindPopup("<b>SN AN LEINBH IOSA</b><br />21 pupils signed up").openPopup();otherArray.push(marker416);var marker417 = L.circleMarker([55.0471,-7.26268], {color:"#525C65", title:"ST PAUL'S PRIMARY SCHOOL SLIEVEMORE"}).addTo(schoolmap);marker417.bindPopup("<b>ST PAUL'S PRIMARY SCHOOL SLIEVEMORE</b><br />26 pupils signed up").openPopup();otherArray.push(marker417);var marker418 = L.circleMarker([55.0966,-8.27858], {color:"#525C65", title:"POBALSCOIL GHAOTH DOBHAIR"}).addTo(schoolmap);marker418.bindPopup("<b>POBALSCOIL GHAOTH DOBHAIR</b><br />460 pupils signed up").openPopup();otherArray.push(marker418);var marker419 = L.circleMarker([53.5627,-8.64774], {color:"#525C65", title:"CLONBERNE CENTRAL SCH"}).addTo(schoolmap);marker419.bindPopup("<b>CLONBERNE CENTRAL SCH</b><br />24 pupils signed up").openPopup();otherArray.push(marker419);var marker420 = L.circleMarker([53.3292,-6.29588], {color:"#525C65", title:"SCOIL MHUIRE OGH 1"}).addTo(schoolmap);marker420.bindPopup("<b>SCOIL MHUIRE OGH 1</b><br />18 pupils signed up").openPopup();otherArray.push(marker420);var marker421 = L.circleMarker([53.2904,-6.3573], {color:"#525C65", title:"ST MARYS SCHOOL"}).addTo(schoolmap);marker421.bindPopup("<b>ST MARYS SCHOOL</b><br />26 pupils signed up").openPopup();otherArray.push(marker421);var marker422 = L.circleMarker([53.6426,-6.64775], {color:"#525C65", title:"ST STEPHENS NS"}).addTo(schoolmap);marker422.bindPopup("<b>ST STEPHENS NS</b><br />27 pupils signed up").openPopup();otherArray.push(marker422);var marker423 = L.circleMarker([51.9899,-8.47784], {color:"#525C65", title:"SCOIL AN ATHAR TADHG"}).addTo(schoolmap);marker423.bindPopup("<b>SCOIL AN ATHAR TADHG</b><br />22 pupils signed up").openPopup();otherArray.push(marker423);var marker424 = L.circleMarker([54.4694,-6.38723], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker424.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />220 pupils signed up").openPopup();otherArray.push(marker424);var marker425 = L.circleMarker([53.45923435109705,-6.23570680618286], {color:"#ff6961", title:"St Cronans SNS", students:"20"}).addTo(schoolmap);marker425.bindPopup("<b>St Cronans SNS</b><br />20 pupils signed up").openPopup();primaryArray.push(marker425);var marker426 = L.circleMarker([54.2154,-9.09245], {color:"#525C65", title:"JESUS & MARY SECONDARY SCHOOL"}).addTo(schoolmap);marker426.bindPopup("<b>JESUS & MARY SECONDARY SCHOOL</b><br />250 pupils signed up").openPopup();otherArray.push(marker426);var marker427 = L.circleMarker([53.367360386472114,-8.831428526784293], {color:"#ff6961", title:"St. Vincent's NS Coolarne", students:"18"}).addTo(schoolmap);marker427.bindPopup("<b>St. Vincent's NS Coolarne</b><br />18 pupils signed up").openPopup();primaryArray.push(marker427);var marker428 = L.circleMarker([53.2918,-6.27509], {color:"#525C65", title:"RATHFARNHAM EDUCATE TOGETHER"}).addTo(schoolmap);marker428.bindPopup("<b>RATHFARNHAM EDUCATE TOGETHER</b><br />27 pupils signed up").openPopup();otherArray.push(marker428);var marker429 = L.circleMarker([51.9119,-8.47812], {color:"#525C65", title:"GAELSCOIL PEIG SAYERS"}).addTo(schoolmap);marker429.bindPopup("<b>GAELSCOIL PEIG SAYERS</b><br />18 pupils signed up").openPopup();otherArray.push(marker429);var marker430 = L.circleMarker([51.8869,-8.49872], {color:"#525C65", title:"SCOIL MHUIRE GAN SMAL B"}).addTo(schoolmap);marker430.bindPopup("<b>SCOIL MHUIRE GAN SMAL B</b><br />22 pupils signed up").openPopup();otherArray.push(marker430);var marker431 = L.circleMarker([53.1837,-6.79236], {color:"#525C65", title:"ST CONLETHS AND MARYS N S"}).addTo(schoolmap);marker431.bindPopup("<b>ST CONLETHS AND MARYS N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker431);var marker432 = L.circleMarker([53.3503,-6.34471], {color:"#525C65", title:"CHAPELIZOD N S"}).addTo(schoolmap);marker432.bindPopup("<b>CHAPELIZOD N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker432);var marker433 = L.circleMarker([53.3704,-6.58036], {color:"#525C65", title:"MAYNOOTH EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker433.bindPopup("<b>MAYNOOTH EDUCATE TOGETHER NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker433);var marker434 = L.circleMarker([53.3836,-6.27337], {color:"#525C65", title:"ST CIARANS SPEC SCH"}).addTo(schoolmap);marker434.bindPopup("<b>ST CIARANS SPEC SCH</b><br />146 pupils signed up").openPopup();otherArray.push(marker434);var marker435 = L.circleMarker([51.9344,-8.57165], {color:"#525C65", title:"SCOIL CHROÍ ÍOSA"}).addTo(schoolmap);marker435.bindPopup("<b>SCOIL CHROÍ ÍOSA</b><br />26 pupils signed up").openPopup();otherArray.push(marker435);var marker436 = L.circleMarker([52.916,-8.53173], {color:"#525C65", title:"SCARIFF CENTRAL N S"}).addTo(schoolmap);marker436.bindPopup("<b>SCARIFF CENTRAL N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker436);var marker437 = L.circleMarker([54.2811,-8.4839], {color:"#525C65", title:"ST BRENDANS NS"}).addTo(schoolmap);marker437.bindPopup("<b>ST BRENDANS NS</b><br />25 pupils signed up").openPopup();otherArray.push(marker437);var marker438 = L.circleMarker([52.8864,-7.50895], {color:"#525C65", title:"CLOCH AN TSIONNAIGH N S"}).addTo(schoolmap);marker438.bindPopup("<b>CLOCH AN TSIONNAIGH N S</b><br />60 pupils signed up").openPopup();otherArray.push(marker438);var marker439 = L.circleMarker([52.2584,-7.11018], {color:"#525C65", title:"ST JOSEPHS SPECIAL SCH"}).addTo(schoolmap);marker439.bindPopup("<b>ST JOSEPHS SPECIAL SCH</b><br />60 pupils signed up").openPopup();otherArray.push(marker439);var marker440 = L.circleMarker([53.38558063002279,-6.2360004032962], {color:"#ff6961", title:"St Paul's Special School - (19316I)", students:"54"}).addTo(schoolmap);marker440.bindPopup("<b>St Paul's Special School - (19316I)</b><br />54 pupils signed up").openPopup();primaryArray.push(marker440);var marker441 = L.circleMarker([55.1205,-8.13454], {color:"#525C65", title:"S N GORT AN CHOIRCE"}).addTo(schoolmap);marker441.bindPopup("<b>S N GORT AN CHOIRCE</b><br />30 pupils signed up").openPopup();otherArray.push(marker441);var marker442 = L.circleMarker([53.969,-8.29916], {color:"#525C65", title:"ABBEY COMMUNITY COLLEGE"}).addTo(schoolmap);marker442.bindPopup("<b>ABBEY COMMUNITY COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker442);var marker443 = L.circleMarker([52.6253943383646,-6.706054285168648], {color:"#ff6961", title:"Bree NS", students:"229"}).addTo(schoolmap);marker443.bindPopup("<b>Bree NS</b><br />229 pupils signed up").openPopup();primaryArray.push(marker443);var marker444 = L.circleMarker([53.899160205532894,-8.44628892838955], {color:"#ff6961", title:"Scoil Muire agus Treasa, Swinford", students:"200"}).addTo(schoolmap);marker444.bindPopup("<b>Scoil Muire agus Treasa, Swinford</b><br />200 pupils signed up").openPopup();primaryArray.push(marker444);var marker445 = L.circleMarker([54.0102,-6.40552], {color:"#525C65", title:"ST NICHOLAS MONASTERY NS"}).addTo(schoolmap);marker445.bindPopup("<b>ST NICHOLAS MONASTERY NS</b><br />161 pupils signed up").openPopup();otherArray.push(marker445);var marker446 = L.circleMarker([54.0102,-6.40552], {color:"#525C65", title:"ST NICHOLAS MONASTERY NS"}).addTo(schoolmap);marker446.bindPopup("<b>ST NICHOLAS MONASTERY NS</b><br />161 pupils signed up").openPopup();otherArray.push(marker446);var marker447 = L.circleMarker([54.1648,-9.07644], {color:"#525C65", title:"CORBALLA N S"}).addTo(schoolmap);marker447.bindPopup("<b>CORBALLA N S</b><br />11 pupils signed up").openPopup();otherArray.push(marker447);var marker448 = L.circleMarker([51.58128573813232,-9.703116416931152], {color:"#ff6961", title:"Kilcrohane National School", students:"30"}).addTo(schoolmap);marker448.bindPopup("<b>Kilcrohane National School</b><br />30 pupils signed up").openPopup();primaryArray.push(marker448);var marker449 = L.circleMarker([53.3668,-6.30307], {color:"#525C65", title:"ST DECLAN'S COLLEGE"}).addTo(schoolmap);marker449.bindPopup("<b>ST DECLAN'S COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker449);var marker450 = L.circleMarker([55.1505,-7.4412], {color:"#525C65", title:"ST ORANS N S"}).addTo(schoolmap);marker450.bindPopup("<b>ST ORANS N S</b><br />32 pupils signed up").openPopup();otherArray.push(marker450);var marker451 = L.circleMarker([53.3386,-7.05953], {color:"#525C65", title:"EDENDERRY CONVENT N S"}).addTo(schoolmap);marker451.bindPopup("<b>EDENDERRY CONVENT N S</b><br />431 pupils signed up").openPopup();otherArray.push(marker451);var marker452 = L.circleMarker([53.8761,-7.28792], {color:"#525C65", title:"CROSSERLOUGH N S"}).addTo(schoolmap);marker452.bindPopup("<b>CROSSERLOUGH N S</b><br />27 pupils signed up").openPopup();otherArray.push(marker452);var marker453 = L.circleMarker([51.6222,-9.53462], {color:"#525C65", title:"S N NAOMH SHEAMUIS"}).addTo(schoolmap);marker453.bindPopup("<b>S N NAOMH SHEAMUIS</b><br />9 pupils signed up").openPopup();otherArray.push(marker453);var marker454 = L.circleMarker([53.7691,-7.1581], {color:"#525C65", title:"GILSON NATIONAL SCHOOL"}).addTo(schoolmap);marker454.bindPopup("<b>GILSON NATIONAL SCHOOL</b><br />260 pupils signed up").openPopup();otherArray.push(marker454);var marker455 = L.circleMarker([53.2208,-8.80774], {color:"#525C65", title:"S N CILLININ"}).addTo(schoolmap);marker455.bindPopup("<b>S N CILLININ</b><br />31 pupils signed up").openPopup();otherArray.push(marker455);var marker456 = L.circleMarker([52.771858018021476,-7.56281880220706], {color:"#ff6961", title:"Inch National School", students:"25"}).addTo(schoolmap);marker456.bindPopup("<b>Inch National School</b><br />25 pupils signed up").openPopup();primaryArray.push(marker456);var marker457 = L.circleMarker([52.9532,-8.36213], {color:"#525C65", title:"LAKYLE N S"}).addTo(schoolmap);marker457.bindPopup("<b>LAKYLE N S</b><br />52 pupils signed up").openPopup();otherArray.push(marker457);var marker458 = L.circleMarker([53.466,-8.66365], {color:"#525C65", title:"BRIERFIELD N SCHOOL"}).addTo(schoolmap);marker458.bindPopup("<b>BRIERFIELD N SCHOOL</b><br />80 pupils signed up").openPopup();otherArray.push(marker458);var marker459 = L.circleMarker([53.0631,-7.97171], {color:"#525C65", title:"CARRIG N S"}).addTo(schoolmap);marker459.bindPopup("<b>CARRIG N S</b><br />65 pupils signed up").openPopup();otherArray.push(marker459);var marker460 = L.circleMarker([54.0709,-5.98131], {color:"#525C65", title:"GAELSCOIL NA MBEANN"}).addTo(schoolmap);marker460.bindPopup("<b>GAELSCOIL NA MBEANN</b><br />19 pupils signed up").openPopup();otherArray.push(marker460);var marker461 = L.circleMarker([53.7567,-9.51119], {color:"#525C65", title:"S N LAINN CILLE"}).addTo(schoolmap);marker461.bindPopup("<b>S N LAINN CILLE</b><br />28 pupils signed up").openPopup();otherArray.push(marker461);var marker462 = L.circleMarker([53.3261,-6.41315], {color:"#525C65", title:"TALBOT SENIOR NS"}).addTo(schoolmap);marker462.bindPopup("<b>TALBOT SENIOR NS</b><br />20 pupils signed up").openPopup();otherArray.push(marker462);var marker463 = L.circleMarker([51.5681,-9.09513], {color:"#525C65", title:"S N CHUAN DOIR"}).addTo(schoolmap);marker463.bindPopup("<b>S N CHUAN DOIR</b><br />19 pupils signed up").openPopup();otherArray.push(marker463);var marker464 = L.circleMarker([53.444032785394114,-6.803542320681887], {color:"#ff6961", title:"St. Patrick's N S Baconstown", students:"150"}).addTo(schoolmap);marker464.bindPopup("<b>St. Patrick's N S Baconstown</b><br />150 pupils signed up").openPopup();primaryArray.push(marker464);var marker465 = L.circleMarker([52.35374601040701,-9.627109041185305], {color:"#ff6961", title:"St Teresa's N.S Kilflynn", students:"105"}).addTo(schoolmap);marker465.bindPopup("<b>St Teresa's N.S Kilflynn</b><br />105 pupils signed up").openPopup();primaryArray.push(marker465);var marker466 = L.circleMarker([54.584,-8.11967], {color:"#525C65", title:"SCOIL NAOMH EARNAN"}).addTo(schoolmap);marker466.bindPopup("<b>SCOIL NAOMH EARNAN</b><br />30 pupils signed up").openPopup();otherArray.push(marker466);var marker467 = L.circleMarker([54.5394,-6.62553], {color:"#525C65", title:"HOLY FAMILY PRIMARY SCHOOL, AUGHAMULLAN"}).addTo(schoolmap);marker467.bindPopup("<b>HOLY FAMILY PRIMARY SCHOOL, AUGHAMULLAN</b><br />68 pupils signed up").openPopup();otherArray.push(marker467);var marker468 = L.circleMarker([53.4497,-8.87202], {color:"#525C65", title:"ST COLMANS MXD N S"}).addTo(schoolmap);marker468.bindPopup("<b>ST COLMANS MXD N S</b><br />205 pupils signed up").openPopup();otherArray.push(marker468);var marker469 = L.circleMarker([53.8397,-7.51972], {color:"#525C65", title:"ST COLUMBAS MXD N S"}).addTo(schoolmap);marker469.bindPopup("<b>ST COLUMBAS MXD N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker469);var marker470 = L.circleMarker([52.7948,-7.83274], {color:"#525C65", title:"ST COLMCILLES PRIMARY SCHOOL"}).addTo(schoolmap);marker470.bindPopup("<b>ST COLMCILLES PRIMARY SCHOOL</b><br />119 pupils signed up").openPopup();otherArray.push(marker470);var marker471 = L.circleMarker([52.5209,-8.7133], {color:"#525C65", title:"CROOM NATIONAL SCHOOL"}).addTo(schoolmap);marker471.bindPopup("<b>CROOM NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker471);var marker472 = L.circleMarker([53.2845,-6.32676], {color:"#525C65", title:"GAELSCOIL CHNOC LIAMHNA"}).addTo(schoolmap);marker472.bindPopup("<b>GAELSCOIL CHNOC LIAMHNA</b><br />230 pupils signed up").openPopup();otherArray.push(marker472);var marker473 = L.circleMarker([52.5321,-8.65391], {color:"#525C65", title:"BALLYMARTIN N S"}).addTo(schoolmap);marker473.bindPopup("<b>BALLYMARTIN N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker473);var marker474 = L.circleMarker([52.35365637501823,-6.701659485697747], {color:"#ff6961", title:"Raheen NS", students:"24"}).addTo(schoolmap);marker474.bindPopup("<b>Raheen NS</b><br />24 pupils signed up").openPopup();primaryArray.push(marker474);var marker475 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"GRIFFITH BARRACKS MULTI D SCHOOL"}).addTo(schoolmap);marker475.bindPopup("<b>GRIFFITH BARRACKS MULTI D SCHOOL</b><br />49 pupils signed up").openPopup();otherArray.push(marker475);var marker476 = L.circleMarker([52.114,-7.56518], {color:"#525C65", title:"S N AN GARRAIN BHAIN"}).addTo(schoolmap);marker476.bindPopup("<b>S N AN GARRAIN BHAIN</b><br />29 pupils signed up").openPopup();otherArray.push(marker476);var marker477 = L.circleMarker([53.3273,-6.2946], {color:"#525C65", title:"CLOGHER ROAD COMMUNITY COLLEGE"}).addTo(schoolmap);marker477.bindPopup("<b>CLOGHER ROAD COMMUNITY COLLEGE</b><br />300 pupils signed up").openPopup();otherArray.push(marker477);var marker478 = L.circleMarker([54.1153,-6.73415], {color:"#525C65", title:"SCOIL MHUIRE BNS"}).addTo(schoolmap);marker478.bindPopup("<b>SCOIL MHUIRE BNS</b><br />183 pupils signed up").openPopup();otherArray.push(marker478);var marker479 = L.circleMarker([52.6775,-8.64189], {color:"#525C65", title:"THOMOND PRIMARY SCHOOL"}).addTo(schoolmap);marker479.bindPopup("<b>THOMOND PRIMARY SCHOOL</b><br />6 pupils signed up").openPopup();otherArray.push(marker479);var marker480 = L.circleMarker([53.6535,-8.4428], {color:"#525C65", title:"GLINSK N S"}).addTo(schoolmap);marker480.bindPopup("<b>GLINSK N S</b><br />74 pupils signed up").openPopup();otherArray.push(marker480);var marker481 = L.circleMarker([53.7204,-6.32685], {color:"#525C65", title:"OUR LADY'S COLLEGE"}).addTo(schoolmap);marker481.bindPopup("<b>OUR LADY'S COLLEGE</b><br />1000 pupils signed up").openPopup();otherArray.push(marker481);var marker482 = L.circleMarker([53.509,-6.54044], {color:"#525C65", title:"S N SEACHNAILL NAOFA"}).addTo(schoolmap);marker482.bindPopup("<b>S N SEACHNAILL NAOFA</b><br />27 pupils signed up").openPopup();otherArray.push(marker482);var marker483 = L.circleMarker([53.3486,-6.34337], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker483.bindPopup("<b>ST PATRICKS NS</b><br />220 pupils signed up").openPopup();otherArray.push(marker483);var marker484 = L.circleMarker([53.779,-9.68849], {color:"#525C65", title:"LECANVEY N S"}).addTo(schoolmap);marker484.bindPopup("<b>LECANVEY N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker484);var marker485 = L.circleMarker([52.3439,-7.42629], {color:"#525C65", title:"GAELSCOIL CHARRAIG NA SIUIRE"}).addTo(schoolmap);marker485.bindPopup("<b>GAELSCOIL CHARRAIG NA SIUIRE</b><br />111 pupils signed up").openPopup();otherArray.push(marker485);var marker486 = L.circleMarker([52.2649,-8.26239], {color:"#525C65", title:"COLÁISTE FIONNCHUA"}).addTo(schoolmap);marker486.bindPopup("<b>COLÁISTE FIONNCHUA</b><br />446 pupils signed up").openPopup();otherArray.push(marker486);var marker487 = L.circleMarker([52.6,-7.30826], {color:"#525C65", title:"CHURCH HILL MIXED N S"}).addTo(schoolmap);marker487.bindPopup("<b>CHURCH HILL MIXED N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker487);var marker488 = L.circleMarker([51.9892,-8.22801], {color:"#525C65", title:"SCOIL NAOMH EOIN"}).addTo(schoolmap);marker488.bindPopup("<b>SCOIL NAOMH EOIN</b><br />24 pupils signed up").openPopup();otherArray.push(marker488);var marker489 = L.circleMarker([52.0689,-8.638], {color:"#525C65", title:"S N ATH NA LIONTA"}).addTo(schoolmap);marker489.bindPopup("<b>S N ATH NA LIONTA</b><br />80 pupils signed up").openPopup();otherArray.push(marker489);var marker490 = L.circleMarker([53.4351,-7.90274], {color:"#525C65", title:"CORR NA MADADH N S"}).addTo(schoolmap);marker490.bindPopup("<b>CORR NA MADADH N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker490);var marker491 = L.circleMarker([53.80159218440423,-9.535881882654774], {color:"#ff6961", title:"Knockrooskey", students:"20"}).addTo(schoolmap);marker491.bindPopup("<b>Knockrooskey</b><br />20 pupils signed up").openPopup();primaryArray.push(marker491);var marker492 = L.circleMarker([54.0681,-7.86433], {color:"#525C65", title:"ACHADH NA SILEANN"}).addTo(schoolmap);marker492.bindPopup("<b>ACHADH NA SILEANN</b><br />6 pupils signed up").openPopup();otherArray.push(marker492);var marker493 = L.circleMarker([52.9627,-7.19895], {color:"#525C65", title:"MHUIRE FATIMA N S"}).addTo(schoolmap);marker493.bindPopup("<b>MHUIRE FATIMA N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker493);var marker494 = L.circleMarker([51.698479066172354,-8.496851921081543], {color:"#ff6961", title:"Summercove NS", students:"30"}).addTo(schoolmap);marker494.bindPopup("<b>Summercove NS</b><br />30 pupils signed up").openPopup();primaryArray.push(marker494);var marker495 = L.circleMarker([52.7672,-8.38211], {color:"#525C65", title:"S N BAILE NA HINSE"}).addTo(schoolmap);marker495.bindPopup("<b>S N BAILE NA HINSE</b><br />30 pupils signed up").openPopup();otherArray.push(marker495);var marker496 = L.circleMarker([53.5678,-8.24907], {color:"#525C65", title:"ATHLEAGUE N S"}).addTo(schoolmap);marker496.bindPopup("<b>ATHLEAGUE N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker496);var marker497 = L.circleMarker([53.2072,-6.64992], {color:"#525C65", title:"NAAS COMMUNITY NATIONAL SCHOOL"}).addTo(schoolmap);marker497.bindPopup("<b>NAAS COMMUNITY NATIONAL SCHOOL</b><br />26 pupils signed up").openPopup();otherArray.push(marker497);var marker498 = L.circleMarker([54.1599,-6.7862], {color:"#525C65", title:"ANNYALLA NATIONAL SCHOOL"}).addTo(schoolmap);marker498.bindPopup("<b>ANNYALLA NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker498);var marker499 = L.circleMarker([53.3601,-6.43507], {color:"#525C65", title:"ST ANDREWS N S"}).addTo(schoolmap);marker499.bindPopup("<b>ST ANDREWS N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker499);var marker500 = L.circleMarker([52.6119,-7.5865], {color:"#525C65", title:"LISNAMROCK N S"}).addTo(schoolmap);marker500.bindPopup("<b>LISNAMROCK N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker500);var marker501 = L.circleMarker([53.4523,-6.72736], {color:"#525C65", title:"COOLE N.S,"}).addTo(schoolmap);marker501.bindPopup("<b>COOLE N.S,</b><br />165 pupils signed up").openPopup();otherArray.push(marker501);var marker502 = L.circleMarker([51.90746501498404,-8.454745702396307], {color:"#525C65", title:"St. Patrick's BNS, Gardnier's Hill, Cork"}).addTo(schoolmap);marker502.bindPopup("<b>St. Patrick's BNS, Gardnier's Hill, Cork</b><br />152 pupils signed up").openPopup();otherArray.push(marker502);var marker503 = L.circleMarker([53.2934,-6.30344], {color:"#525C65", title:"RATHFARNHAM PARISH N S"}).addTo(schoolmap);marker503.bindPopup("<b>RATHFARNHAM PARISH N S</b><br />28 pupils signed up").openPopup();otherArray.push(marker503);var marker504 = L.circleMarker([53.5303,-6.1573], {color:"#525C65", title:"LUSK COMMUNITY COLLEGE"}).addTo(schoolmap);marker504.bindPopup("<b>LUSK COMMUNITY COLLEGE</b><br />1102 pupils signed up").openPopup();otherArray.push(marker504);var marker505 = L.circleMarker([52.9327,-6.23432], {color:"#525C65", title:"RATHDRUM BOYS N S"}).addTo(schoolmap);marker505.bindPopup("<b>RATHDRUM BOYS N S</b><br />172 pupils signed up").openPopup();otherArray.push(marker505);var marker506 = L.circleMarker([53.2732,-9.09596], {color:"#525C65", title:"GAELSCOIL MHIC AMHLAIGH"}).addTo(schoolmap);marker506.bindPopup("<b>GAELSCOIL MHIC AMHLAIGH</b><br />27 pupils signed up").openPopup();otherArray.push(marker506);var marker507 = L.circleMarker([52.8823,-8.35319], {color:"#525C65", title:"PORTROE N S"}).addTo(schoolmap);marker507.bindPopup("<b>PORTROE N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker507);var marker508 = L.circleMarker([53.5031,-6.46639], {color:"#525C65", title:"RATOATH JUNIOR N S"}).addTo(schoolmap);marker508.bindPopup("<b>RATOATH JUNIOR N S</b><br />100 pupils signed up").openPopup();otherArray.push(marker508);var marker509 = L.circleMarker([53.1837,-6.79236], {color:"#525C65", title:"ST CONLETHS AND MARYS N S"}).addTo(schoolmap);marker509.bindPopup("<b>ST CONLETHS AND MARYS N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker509);var marker510 = L.circleMarker([52.3926,-6.71757], {color:"#525C65", title:"S N ABBAIN"}).addTo(schoolmap);marker510.bindPopup("<b>S N ABBAIN</b><br />27 pupils signed up").openPopup();otherArray.push(marker510);var marker511 = L.circleMarker([51.9129,-8.42422], {color:"#525C65", title:"SCOIL MHUIRE AGUS EOIN"}).addTo(schoolmap);marker511.bindPopup("<b>SCOIL MHUIRE AGUS EOIN</b><br />20 pupils signed up").openPopup();otherArray.push(marker511);var marker512 = L.circleMarker([53.6253,-8.19988], {color:"#525C65", title:"ROSCOMMON COMMUNITY SCHOOL"}).addTo(schoolmap);marker512.bindPopup("<b>ROSCOMMON COMMUNITY SCHOOL</b><br />600 pupils signed up").openPopup();otherArray.push(marker512);var marker513 = L.circleMarker([52.258,-6.87497], {color:"#525C65", title:"SHIELBEGGAN CONVENT"}).addTo(schoolmap);marker513.bindPopup("<b>SHIELBEGGAN CONVENT</b><br />30 pupils signed up").openPopup();otherArray.push(marker513);var marker514 = L.circleMarker([51.6257,-8.87431], {color:"#525C65", title:"KILGARIFFE N S"}).addTo(schoolmap);marker514.bindPopup("<b>KILGARIFFE N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker514);var marker515 = L.circleMarker([55.20198740577055,-7.958495168948373], {color:"#ff6961", title:"Scoil Naomh Bríd", students:"66"}).addTo(schoolmap);marker515.bindPopup("<b>Scoil Naomh Bríd</b><br />66 pupils signed up").openPopup();primaryArray.push(marker515);var marker516 = L.circleMarker([53.8048,-9.53255], {color:"#525C65", title:"GAELSCOIL NA CRUAICHE"}).addTo(schoolmap);marker516.bindPopup("<b>GAELSCOIL NA CRUAICHE</b><br />208 pupils signed up").openPopup();otherArray.push(marker516);var marker517 = L.circleMarker([53.3038,-6.22918], {color:"#ff6961", title:"ST KILIAN'S DEUTSCHE SCHULE", students:"27"}).addTo(schoolmap);marker517.bindPopup("<b>ST KILIAN'S DEUTSCHE SCHULE</b><br />27 pupils signed up").openPopup();primaryArray.push(marker517);var marker518 = L.circleMarker([52.6948,-8.32226], {color:"#525C65", title:"LACKAMORE N S"}).addTo(schoolmap);marker518.bindPopup("<b>LACKAMORE N S</b><br />36 pupils signed up").openPopup();otherArray.push(marker518);var marker519 = L.circleMarker([53.38230446647319,-6.273193359375], {color:"#ff6961", title:"St Josephs Primary School, Fairview", students:"110"}).addTo(schoolmap);marker519.bindPopup("<b>St Josephs Primary School, Fairview</b><br />110 pupils signed up").openPopup();primaryArray.push(marker519);var marker520 = L.circleMarker([52.5164,-7.89298], {color:"#525C65", title:"CORMAIC SPECIAL SCHOOL"}).addTo(schoolmap);marker520.bindPopup("<b>CORMAIC SPECIAL SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker520);var marker521 = L.circleMarker([53.2815,-6.26079], {color:"#525C65", title:"BALLINTEER COMMUNITY SCHOOL"}).addTo(schoolmap);marker521.bindPopup("<b>BALLINTEER COMMUNITY SCHOOL</b><br />420 pupils signed up").openPopup();otherArray.push(marker521);var marker522 = L.circleMarker([53.1588,-6.80991], {color:"#525C65", title:"NEWBRIDGE EDUCATE TOGETHER"}).addTo(schoolmap);marker522.bindPopup("<b>NEWBRIDGE EDUCATE TOGETHER</b><br />30 pupils signed up").openPopup();otherArray.push(marker522);var marker523 = L.circleMarker([53.2705,-9.06246], {color:"#FFFD77", title:"Coláiste Iognáid"}).addTo(schoolmap);marker523.bindPopup("<b>Coláiste Iognáid</b><br />600 pupils signed up").openPopup();secondaryArray.push(marker523);var marker524 = L.circleMarker([53.2831,-6.20534], {color:"#525C65", title:"ST RAPHAELA'S SECONDARY SCHOOL"}).addTo(schoolmap);marker524.bindPopup("<b>ST RAPHAELA'S SECONDARY SCHOOL</b><br />650 pupils signed up").openPopup();otherArray.push(marker524);var marker525 = L.circleMarker([53.5167,-6.19069], {color:"#525C65", title:"CORDUFF N S"}).addTo(schoolmap);marker525.bindPopup("<b>CORDUFF N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker525);var marker526 = L.circleMarker([53.3142,-6.32129], {color:"#525C65", title:"ST DAMIENS NS"}).addTo(schoolmap);marker526.bindPopup("<b>ST DAMIENS NS</b><br />250 pupils signed up").openPopup();otherArray.push(marker526);var marker527 = L.circleMarker([54.0981,-7.44338], {color:"#525C65", title:"SN MHUIRE BOYS SENIOR SCHOOL"}).addTo(schoolmap);marker527.bindPopup("<b>SN MHUIRE BOYS SENIOR SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker527);var marker528 = L.circleMarker([54.6392,-8.43737], {color:"#525C65", title:"ST. CATHERINE'S VOCATIONAL SCHOOL"}).addTo(schoolmap);marker528.bindPopup("<b>ST. CATHERINE'S VOCATIONAL SCHOOL</b><br />380 pupils signed up").openPopup();otherArray.push(marker528);var marker529 = L.circleMarker([52.36587317569058,-6.495117321610451], {color:"#ff6961", title:"Ballymurn NS", students:"20"}).addTo(schoolmap);marker529.bindPopup("<b>Ballymurn NS</b><br />20 pupils signed up").openPopup();primaryArray.push(marker529);var marker530 = L.circleMarker([52.4808,-8.70796], {color:"#525C65", title:"BANOGUE NATIONAL SCHOOL"}).addTo(schoolmap);marker530.bindPopup("<b>BANOGUE NATIONAL SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker530);var marker531 = L.circleMarker([54.3309,-6.9942], {color:"#525C65", title:"EDENMORE N.S."}).addTo(schoolmap);marker531.bindPopup("<b>EDENMORE N.S.</b><br />30 pupils signed up").openPopup();otherArray.push(marker531);var marker532 = L.circleMarker([53.62020698289834,-8.739319398281191], {color:"#ff6961", title:"Scoil Nicolás Naofa", students:"16"}).addTo(schoolmap);marker532.bindPopup("<b>Scoil Nicolás Naofa</b><br />16 pupils signed up").openPopup();primaryArray.push(marker532);var marker533 = L.circleMarker([52.8546,-8.92872], {color:"#525C65", title:"S N CNOC AN EIN"}).addTo(schoolmap);marker533.bindPopup("<b>S N CNOC AN EIN</b><br />32 pupils signed up").openPopup();otherArray.push(marker533);var marker534 = L.circleMarker([52.6603,-7.26199], {color:"#525C65", title:"ST CANICES CENTRAL N S"}).addTo(schoolmap);marker534.bindPopup("<b>ST CANICES CENTRAL N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker534);var marker535 = L.circleMarker([54.3079,-8.56092], {color:"#525C65", title:"S N REALT NA MARA"}).addTo(schoolmap);marker535.bindPopup("<b>S N REALT NA MARA</b><br />29 pupils signed up").openPopup();otherArray.push(marker535);var marker536 = L.circleMarker([52.5287,-7.13611], {color:"#525C65", title:"ST MARY'S NATIONAL SCHOOL"}).addTo(schoolmap);marker536.bindPopup("<b>ST MARY'S NATIONAL SCHOOL</b><br />428 pupils signed up").openPopup();otherArray.push(marker536);var marker537 = L.circleMarker([52.4309,-9.00958], {color:"#525C65", title:"MAHOONAGH N S"}).addTo(schoolmap);marker537.bindPopup("<b>MAHOONAGH N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker537);var marker538 = L.circleMarker([51.8022,-8.29833], {color:"#525C65", title:"S N BUN AN TSABHAIRNE"}).addTo(schoolmap);marker538.bindPopup("<b>S N BUN AN TSABHAIRNE</b><br />200 pupils signed up").openPopup();otherArray.push(marker538);var marker539 = L.circleMarker([52.96,-7.69396], {color:"#525C65", title:"GAELSCOIL AN TSLI DALA"}).addTo(schoolmap);marker539.bindPopup("<b>GAELSCOIL AN TSLI DALA</b><br />17 pupils signed up").openPopup();otherArray.push(marker539);var marker540 = L.circleMarker([52.7861,-7.33623], {color:"#ff6961", title:"BALLYRAGGET NATIONAL SCHOOL", students:"25"}).addTo(schoolmap);marker540.bindPopup("<b>BALLYRAGGET NATIONAL SCHOOL</b><br />25 pupils signed up").openPopup();primaryArray.push(marker540);var marker541 = L.circleMarker([53.6626,-8.89026], {color:"#525C65", title:"IRISHTOWN N S"}).addTo(schoolmap);marker541.bindPopup("<b>IRISHTOWN N S</b><br />19 pupils signed up").openPopup();otherArray.push(marker541);var marker542 = L.circleMarker([52.0454,-9.26214], {color:"#525C65", title:"S N NA SRONA"}).addTo(schoolmap);marker542.bindPopup("<b>S N NA SRONA</b><br />30 pupils signed up").openPopup();otherArray.push(marker542);var marker543 = L.circleMarker([53.276,-8.24369], {color:"#525C65", title:"AIBHISTIN NAOFA"}).addTo(schoolmap);marker543.bindPopup("<b>AIBHISTIN NAOFA</b><br />19 pupils signed up").openPopup();otherArray.push(marker543);var marker544 = L.circleMarker([54.4939,-7.32842], {color:"#525C65", title:"ST LAWRENCE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker544.bindPopup("<b>ST LAWRENCE'S PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker544);var marker545 = L.circleMarker([53.19893775337101,-6.113616914022714], {color:"#ff6961", title:"Marino Community Special School, Bray", students:"30"}).addTo(schoolmap);marker545.bindPopup("<b>Marino Community Special School, Bray</b><br />30 pupils signed up").openPopup();primaryArray.push(marker545);var marker546 = L.circleMarker([52.3996,-8.2951], {color:"#525C65", title:"S N GALLBHAILE"}).addTo(schoolmap);marker546.bindPopup("<b>S N GALLBHAILE</b><br />136 pupils signed up").openPopup();otherArray.push(marker546);var marker547 = L.circleMarker([52.4484,-9.47913], {color:"#525C65", title:"COLÁISTE NA RÍOCHTA"}).addTo(schoolmap);marker547.bindPopup("<b>COLÁISTE NA RÍOCHTA</b><br />170 pupils signed up").openPopup();otherArray.push(marker547);var marker548 = L.circleMarker([52.4411,-6.47466], {color:"#525C65", title:"S N BAILE MUIRNE"}).addTo(schoolmap);marker548.bindPopup("<b>S N BAILE MUIRNE</b><br />30 pupils signed up").openPopup();otherArray.push(marker548);var marker549 = L.circleMarker([53.0987,-7.71606], {color:"#525C65", title:"CEANN EITIGH N S"}).addTo(schoolmap);marker549.bindPopup("<b>CEANN EITIGH N S</b><br />132 pupils signed up").openPopup();otherArray.push(marker549);var marker550 = L.circleMarker([52.8687,-8.20783], {color:"#525C65", title:"GAELSCOIL AONACH"}).addTo(schoolmap);marker550.bindPopup("<b>GAELSCOIL AONACH</b><br />27 pupils signed up").openPopup();otherArray.push(marker550);var marker551 = L.circleMarker([53.3171,-6.39224], {color:"#525C65", title:"SCOIL NAOMH AINE"}).addTo(schoolmap);marker551.bindPopup("<b>SCOIL NAOMH AINE</b><br />27 pupils signed up").openPopup();otherArray.push(marker551);var marker552 = L.circleMarker([54.63399998204517,-8.510284437797965], {color:"#ff6961", title:"Fintra National School", students:"30"}).addTo(schoolmap);marker552.bindPopup("<b>Fintra National School</b><br />30 pupils signed up").openPopup();primaryArray.push(marker552);var marker553 = L.circleMarker([52.831,-6.87], {color:"#525C65", title:"BENNEKERRY NATIONAL SCHOOL"}).addTo(schoolmap);marker553.bindPopup("<b>BENNEKERRY NATIONAL SCHOOL</b><br />377 pupils signed up").openPopup();otherArray.push(marker553);var marker554 = L.circleMarker([53.8973,-8.92469], {color:"#525C65", title:"SN AN TRIAN LAIR"}).addTo(schoolmap);marker554.bindPopup("<b>SN AN TRIAN LAIR</b><br />22 pupils signed up").openPopup();otherArray.push(marker554);var marker555 = L.circleMarker([53.278,-6.36298], {color:"#525C65", title:"SCOIL MAELRUAIN JUNIOR"}).addTo(schoolmap);marker555.bindPopup("<b>SCOIL MAELRUAIN JUNIOR</b><br />24 pupils signed up").openPopup();otherArray.push(marker555);var marker556 = L.circleMarker([52.7479,-7.95921], {color:"#525C65", title:"SCOIL NAOMH CUALÁN"}).addTo(schoolmap);marker556.bindPopup("<b>SCOIL NAOMH CUALÁN</b><br />27 pupils signed up").openPopup();otherArray.push(marker556);var marker557 = L.circleMarker([53.0996,-8.48266], {color:"#525C65", title:"S N AN DROMA"}).addTo(schoolmap);marker557.bindPopup("<b>S N AN DROMA</b><br />15 pupils signed up").openPopup();otherArray.push(marker557);var marker558 = L.circleMarker([52.66494848754729,-8.607216775417328], {color:"#ff6961", title:"St Patricks' Girl's N.S.", students:"24"}).addTo(schoolmap);marker558.bindPopup("<b>St Patricks' Girl's N.S.</b><br />24 pupils signed up").openPopup();primaryArray.push(marker558);var marker559 = L.circleMarker([51.9085,-8.17019], {color:"#525C65", title:"SCOIL NA MBRAITHRE BOYS SENIOR SCHOOL"}).addTo(schoolmap);marker559.bindPopup("<b>SCOIL NA MBRAITHRE BOYS SENIOR SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker559);var marker560 = L.circleMarker([52.4682,-7.69835], {color:"#525C65", title:"PATRICIAN PRESENTATION"}).addTo(schoolmap);marker560.bindPopup("<b>PATRICIAN PRESENTATION</b><br />250 pupils signed up").openPopup();otherArray.push(marker560);var marker561 = L.circleMarker([53.852013540497296,-9.292510968632996], {color:"#ff6961", title:"Castlebar Primary School", students:"23"}).addTo(schoolmap);marker561.bindPopup("<b>Castlebar Primary School</b><br />23 pupils signed up").openPopup();primaryArray.push(marker561);var marker562 = L.circleMarker([53.1588,-6.80838], {color:"#525C65", title:"GAELSCOIL CHILL DARA"}).addTo(schoolmap);marker562.bindPopup("<b>GAELSCOIL CHILL DARA</b><br />312 pupils signed up").openPopup();otherArray.push(marker562);var marker563 = L.circleMarker([52.4647,-6.5004], {color:"#525C65", title:"GLANBRIAN N S"}).addTo(schoolmap);marker563.bindPopup("<b>GLANBRIAN N S</b><br />92 pupils signed up").openPopup();otherArray.push(marker563);var marker564 = L.circleMarker([53.0802,-7.89607], {color:"#525C65", title:"CROINCHOILL N S"}).addTo(schoolmap);marker564.bindPopup("<b>CROINCHOILL N S</b><br />28 pupils signed up").openPopup();otherArray.push(marker564);var marker565 = L.circleMarker([53.8467,-8.48479], {color:"#525C65", title:"FAIRYMOUNT N S"}).addTo(schoolmap);marker565.bindPopup("<b>FAIRYMOUNT N S</b><br />15 pupils signed up").openPopup();otherArray.push(marker565);var marker566 = L.circleMarker([52.6307,-6.99711], {color:"#525C65", title:"GORESBRIDGE N.S."}).addTo(schoolmap);marker566.bindPopup("<b>GORESBRIDGE N.S.</b><br />68 pupils signed up").openPopup();otherArray.push(marker566);var marker567 = L.circleMarker([52.2324,-7.26898], {color:"#525C65", title:"BALLYDUFF N S"}).addTo(schoolmap);marker567.bindPopup("<b>BALLYDUFF N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker567);var marker568 = L.circleMarker([54.8614,-7.67022], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker568.bindPopup("<b>SCOIL BHRIDE</b><br />12 pupils signed up").openPopup();otherArray.push(marker568);var marker569 = L.circleMarker([54.2589,-6.56889], {color:"#525C65", title:"ST MICHAEL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker569.bindPopup("<b>ST MICHAEL'S PRIMARY SCHOOL</b><br />80 pupils signed up").openPopup();otherArray.push(marker569);var marker570 = L.circleMarker([52.6,-7.30826], {color:"#525C65", title:"CHURCH HILL MIXED N S"}).addTo(schoolmap);marker570.bindPopup("<b>CHURCH HILL MIXED N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker570);var marker571 = L.circleMarker([53.09113188654604,-7.941613158389778], {color:"#ff6961", title:"Killeen N.S.", students:"140"}).addTo(schoolmap);marker571.bindPopup("<b>Killeen N.S.</b><br />140 pupils signed up").openPopup();primaryArray.push(marker571);var marker572 = L.circleMarker([54.2786,-9.37164], {color:"#525C65", title:"SCOIL NAOMH BRID"}).addTo(schoolmap);marker572.bindPopup("<b>SCOIL NAOMH BRID</b><br />68 pupils signed up").openPopup();otherArray.push(marker572);var marker573 = L.circleMarker([53.207,-6.11757], {color:"#525C65", title:"ST. PETER'S PRIMARY SCHOOL"}).addTo(schoolmap);marker573.bindPopup("<b>ST. PETER'S PRIMARY SCHOOL</b><br />160 pupils signed up").openPopup();otherArray.push(marker573);var marker574 = L.circleMarker([52.83562622324587,-6.442382410168648], {color:"#ff6961", title:"Scoil Chaoimhín Naofa, Glendalough, Co. Wicklow", students:"130"}).addTo(schoolmap);marker574.bindPopup("<b>Scoil Chaoimhín Naofa, Glendalough, Co. Wicklow</b><br />130 pupils signed up").openPopup();primaryArray.push(marker574);var marker575 = L.circleMarker([51.6563,-9.35902], {color:"#525C65", title:"S N AN DROMA MHOIR"}).addTo(schoolmap);marker575.bindPopup("<b>S N AN DROMA MHOIR</b><br />30 pupils signed up").openPopup();otherArray.push(marker575);var marker576 = L.circleMarker([53.4523,-6.72736], {color:"#525C65", title:"COOLE N.S,"}).addTo(schoolmap);marker576.bindPopup("<b>COOLE N.S,</b><br />28 pupils signed up").openPopup();otherArray.push(marker576);var marker577 = L.circleMarker([52.8674,-8.19896], {color:"#525C65", title:"ST MARYS N S"}).addTo(schoolmap);marker577.bindPopup("<b>ST MARYS N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker577);var marker578 = L.circleMarker([53.48551953767824,-6.826380397406706], {color:"#ff6961", title:"St. Michael’s NS Rathmolyon", students:"73"}).addTo(schoolmap);marker578.bindPopup("<b>St. Michael’s NS Rathmolyon</b><br />73 pupils signed up").openPopup();primaryArray.push(marker578);var marker579 = L.circleMarker([53.3658,-6.50077], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker579.bindPopup("<b>SCOIL BHRIDE</b><br />25 pupils signed up").openPopup();otherArray.push(marker579);var marker580 = L.circleMarker([52.7686,-7.89624], {color:"#525C65", title:"S N AN DROMA"}).addTo(schoolmap);marker580.bindPopup("<b>S N AN DROMA</b><br />41 pupils signed up").openPopup();otherArray.push(marker580);var marker581 = L.circleMarker([52.2342,-9.97462], {color:"#525C65", title:"AGHACASLA N S"}).addTo(schoolmap);marker581.bindPopup("<b>AGHACASLA N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker581);var marker582 = L.circleMarker([52.5569,-8.40585], {color:"#525C65", title:"CLOVERFIELD N S"}).addTo(schoolmap);marker582.bindPopup("<b>CLOVERFIELD N S</b><br />12 pupils signed up").openPopup();otherArray.push(marker582);var marker583 = L.circleMarker([54.5098,-6.76867], {color:"#525C65", title:"DRUMGLASS HIGH SCHOOL"}).addTo(schoolmap);marker583.bindPopup("<b>DRUMGLASS HIGH SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker583);var marker584 = L.circleMarker([54.22494705539589,-9.99178780419733], {color:"#ff6961", title:"Belmullet SNS", students:"130"}).addTo(schoolmap);marker584.bindPopup("<b>Belmullet SNS</b><br />130 pupils signed up").openPopup();primaryArray.push(marker584);var marker585 = L.circleMarker([53.8868,-7.14537], {color:"#525C65", title:"BILLIS N S"}).addTo(schoolmap);marker585.bindPopup("<b>BILLIS N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker585);var marker586 = L.circleMarker([53.399433400997395,-6.1560999066599535], {color:"#525C65", title:"Gaelscoil Ghráinne Mhaol"}).addTo(schoolmap);marker586.bindPopup("<b>Gaelscoil Ghráinne Mhaol</b><br />80 pupils signed up").openPopup();otherArray.push(marker586);var marker587 = L.circleMarker([54.42,-6.44185], {color:"#525C65", title:"PRESENTATION PRIMARY SCHOOL"}).addTo(schoolmap);marker587.bindPopup("<b>PRESENTATION PRIMARY SCHOOL</b><br />290 pupils signed up").openPopup();otherArray.push(marker587);var marker588 = L.circleMarker([52.3479,-7.41167], {color:"#525C65", title:"CLOCHAR NA TOIRBHIRTE"}).addTo(schoolmap);marker588.bindPopup("<b>CLOCHAR NA TOIRBHIRTE</b><br />30 pupils signed up").openPopup();otherArray.push(marker588);var marker589 = L.circleMarker([53.6166,-8.73924], {color:"#525C65", title:"DUNMORE COMMUNITY SCHOOL"}).addTo(schoolmap);marker589.bindPopup("<b>DUNMORE COMMUNITY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker589);var marker590 = L.circleMarker([52.1824,-9.23589], {color:"#525C65", title:"S N BAILE DEASMUMHAN"}).addTo(schoolmap);marker590.bindPopup("<b>S N BAILE DEASMUMHAN</b><br />104 pupils signed up").openPopup();otherArray.push(marker590);var marker591 = L.circleMarker([52.8089,-6.15138], {color:"#525C65", title:"ST JOSEPHS N S"}).addTo(schoolmap);marker591.bindPopup("<b>ST JOSEPHS N S</b><br />29 pupils signed up").openPopup();otherArray.push(marker591);var marker592 = L.circleMarker([53.13487360385531,-6.616624742759995], {color:"#ff6961", title:"Scoil Mhuire, Ballymore Eustace", students:"26"}).addTo(schoolmap);marker592.bindPopup("<b>Scoil Mhuire, Ballymore Eustace</b><br />26 pupils signed up").openPopup();primaryArray.push(marker592);var marker593 = L.circleMarker([51.97783096004889,-7.924803346395488], {color:"#ff6961", title:"Scoil Bhride, Midleton, Cork", students:"19"}).addTo(schoolmap);marker593.bindPopup("<b>Scoil Bhride, Midleton, Cork</b><br />19 pupils signed up").openPopup();primaryArray.push(marker593);var marker594 = L.circleMarker([54.0722,-6.54092], {color:"#525C65", title:"ST BRIGID'S PRIMARY SCHOOL"}).addTo(schoolmap);marker594.bindPopup("<b>ST BRIGID'S PRIMARY SCHOOL</b><br />23 pupils signed up").openPopup();otherArray.push(marker594);var marker595 = L.circleMarker([52.8289,-7.8709], {color:"#525C65", title:"KILLEA N S"}).addTo(schoolmap);marker595.bindPopup("<b>KILLEA N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker595);var marker596 = L.circleMarker([54.2747,-8.92369], {color:"#525C65", title:"KILLEENDUFF N S"}).addTo(schoolmap);marker596.bindPopup("<b>KILLEENDUFF N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker596);var marker597 = L.circleMarker([52.8089,-6.15138], {color:"#525C65", title:"ST JOSEPHS N S"}).addTo(schoolmap);marker597.bindPopup("<b>ST JOSEPHS N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker597);var marker598 = L.circleMarker([53.4351,-7.90274], {color:"#525C65", title:"CORR NA MADADH N S"}).addTo(schoolmap);marker598.bindPopup("<b>CORR NA MADADH N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker598);var marker599 = L.circleMarker([54.187,-9.17945], {color:"#525C65", title:"NEWTOWNWHITE EDUCATE TOGETHER NS"}).addTo(schoolmap);marker599.bindPopup("<b>NEWTOWNWHITE EDUCATE TOGETHER NS</b><br />23 pupils signed up").openPopup();otherArray.push(marker599);var marker600 = L.circleMarker([52.5676,-8.78496], {color:"#525C65", title:"ST NICHOLAS CHURCH OF IRELAND SCHOO"}).addTo(schoolmap);marker600.bindPopup("<b>ST NICHOLAS CHURCH OF IRELAND SCHOO</b><br />15 pupils signed up").openPopup();otherArray.push(marker600);var marker601 = L.circleMarker([53.0901,-6.11582], {color:"#525C65", title:"NEWTOWNMOUNTKENNEDY PRIMARY SCHOOL"}).addTo(schoolmap);marker601.bindPopup("<b>NEWTOWNMOUNTKENNEDY PRIMARY SCHOOL</b><br />360 pupils signed up").openPopup();otherArray.push(marker601);var marker602 = L.circleMarker([53.56600431806709,-8.792272442835905], {color:"#ff6961", title:"Brownsgrove National School", students:"54"}).addTo(schoolmap);marker602.bindPopup("<b>Brownsgrove National School</b><br />54 pupils signed up").openPopup();primaryArray.push(marker602);var marker603 = L.circleMarker([51.7676,-9.15641], {color:"#ff6961", title:"TOGHER G.N.S", students:"270"}).addTo(schoolmap);marker603.bindPopup("<b>TOGHER G.N.S</b><br />270 pupils signed up").openPopup();primaryArray.push(marker603);var marker604 = L.circleMarker([53.815,-7.25332], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker604.bindPopup("<b>SCOIL BHRIDE</b><br />28 pupils signed up").openPopup();otherArray.push(marker604);var marker605 = L.circleMarker([53.732643665358864,-7.800144910714152], {color:"#ff6961", title:"St. John's National School, Longford", students:"20"}).addTo(schoolmap);marker605.bindPopup("<b>St. John's National School, Longford</b><br />20 pupils signed up").openPopup();primaryArray.push(marker605);var marker606 = L.circleMarker([52.9939,-6.98078], {color:"#525C65", title:"SCOIL MHICHIL NAOFA"}).addTo(schoolmap);marker606.bindPopup("<b>SCOIL MHICHIL NAOFA</b><br />22 pupils signed up").openPopup();otherArray.push(marker606);var marker607 = L.circleMarker([53.15095703952099,-8.6865234375], {color:"#ff6961", title:"Northampton NS", students:"14"}).addTo(schoolmap);marker607.bindPopup("<b>Northampton NS</b><br />14 pupils signed up").openPopup();primaryArray.push(marker607);var marker608 = L.circleMarker([53.732,-7.02855], {color:"#525C65", title:"BALLINLOUGH N S"}).addTo(schoolmap);marker608.bindPopup("<b>BALLINLOUGH N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker608);var marker609 = L.circleMarker([53.48307624551259,-9.176856279373167], {color:"#ff6961", title:"Kilroe National School", students:"18"}).addTo(schoolmap);marker609.bindPopup("<b>Kilroe National School</b><br />18 pupils signed up").openPopup();primaryArray.push(marker609);var marker610 = L.circleMarker([54.1854,-6.35032], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker610.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />27 pupils signed up").openPopup();otherArray.push(marker610);var marker611 = L.circleMarker([54.9925,-7.31999], {color:"#525C65", title:"FOUNTAIN PRIMARY SCHOOL"}).addTo(schoolmap);marker611.bindPopup("<b>FOUNTAIN PRIMARY SCHOOL</b><br />60 pupils signed up").openPopup();otherArray.push(marker611);var marker612 = L.circleMarker([53.6467,-6.42404], {color:"#525C65", title:"S N BHEINN NAOFA B"}).addTo(schoolmap);marker612.bindPopup("<b>S N BHEINN NAOFA B</b><br />350 pupils signed up").openPopup();otherArray.push(marker612);var marker613 = L.circleMarker([52.4984,-6.54873], {color:"#525C65", title:"GAELSCOIL INIS CORTHAIDH"}).addTo(schoolmap);marker613.bindPopup("<b>GAELSCOIL INIS CORTHAIDH</b><br />140 pupils signed up").openPopup();otherArray.push(marker613);var marker614 = L.circleMarker([54.2456,-6.97663], {color:"#525C65", title:"ST. LOUIS GIRLS NATIONAL SCHOOL"}).addTo(schoolmap);marker614.bindPopup("<b>ST. LOUIS GIRLS NATIONAL SCHOOL</b><br />201 pupils signed up").openPopup();otherArray.push(marker614);var marker615 = L.circleMarker([52.539948036344924,-6.635741516947746], {color:"#ff6961", title:"Ballymurn NS", students:"6"}).addTo(schoolmap);marker615.bindPopup("<b>Ballymurn NS</b><br />6 pupils signed up").openPopup();primaryArray.push(marker615);var marker616 = L.circleMarker([53.5851,-7.13147], {color:"#525C65", title:"NAOMH TOLA N S"}).addTo(schoolmap);marker616.bindPopup("<b>NAOMH TOLA N S</b><br />220 pupils signed up").openPopup();otherArray.push(marker616);var marker617 = L.circleMarker([53.3706,-6.51387], {color:"#525C65", title:"LEIXLIP PRIMARY SCHOOL"}).addTo(schoolmap);marker617.bindPopup("<b>LEIXLIP PRIMARY SCHOOL</b><br />207 pupils signed up").openPopup();otherArray.push(marker617);var marker618 = L.circleMarker([51.6626,-9.26061], {color:"#525C65", title:"DROMDHALLAGH N S"}).addTo(schoolmap);marker618.bindPopup("<b>DROMDHALLAGH N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker618);var marker619 = L.circleMarker([53.8226,-6.74665], {color:"#525C65", title:"SCOIL EOIN BÁISTE"}).addTo(schoolmap);marker619.bindPopup("<b>SCOIL EOIN BÁISTE</b><br />11 pupils signed up").openPopup();otherArray.push(marker619);var marker620 = L.circleMarker([54.3962,-5.77641], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker620.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />140 pupils signed up").openPopup();otherArray.push(marker620);var marker621 = L.circleMarker([53.3917,-6.44508], {color:"#525C65", title:"HANSFIELD EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker621.bindPopup("<b>HANSFIELD EDUCATE TOGETHER NATIONAL SCHOOL</b><br />580 pupils signed up").openPopup();otherArray.push(marker621);var marker622 = L.circleMarker([53.7323,-9.00132], {color:"#525C65", title:"MOUNT ST MICHAEL"}).addTo(schoolmap);marker622.bindPopup("<b>MOUNT ST MICHAEL</b><br />400 pupils signed up").openPopup();otherArray.push(marker622);var marker623 = L.circleMarker([54.5178,-7.72359], {color:"#525C65", title:"KESH PRIMARY SCHOOL"}).addTo(schoolmap);marker623.bindPopup("<b>KESH PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker623);var marker624 = L.circleMarker([53.5885,-8.12158], {color:"#525C65", title:"S N NAOMH SEOSAMH"}).addTo(schoolmap);marker624.bindPopup("<b>S N NAOMH SEOSAMH</b><br />120 pupils signed up").openPopup();otherArray.push(marker624);var marker625 = L.circleMarker([53.1837,-6.79236], {color:"#525C65", title:"ST CONLETHS AND MARYS N S"}).addTo(schoolmap);marker625.bindPopup("<b>ST CONLETHS AND MARYS N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker625);var marker626 = L.circleMarker([53.1837,-6.79236], {color:"#525C65", title:"ST CONLETHS AND MARYS N S"}).addTo(schoolmap);marker626.bindPopup("<b>ST CONLETHS AND MARYS N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker626);var marker627 = L.circleMarker([53.369,-6.38737], {color:"#ff6961", title:"ST PATRICKS NS", students:"844"}).addTo(schoolmap);marker627.bindPopup("<b>ST PATRICKS NS</b><br />844 pupils signed up").openPopup();primaryArray.push(marker627);var marker628 = L.circleMarker([52.8712,-8.86151], {color:"#525C65", title:"CLOONEY N S"}).addTo(schoolmap);marker628.bindPopup("<b>CLOONEY N S</b><br />48 pupils signed up").openPopup();otherArray.push(marker628);var marker629 = L.circleMarker([53.2816,-6.23897], {color:"#525C65", title:"ST. TIERNAN'S COMMUNITY SCHOOL"}).addTo(schoolmap);marker629.bindPopup("<b>ST. TIERNAN'S COMMUNITY SCHOOL</b><br />370 pupils signed up").openPopup();otherArray.push(marker629);var marker630 = L.circleMarker([54.2553,-5.93778], {color:"#525C65", title:"BUNSCOIL BHEANNA BOIRCHE"}).addTo(schoolmap);marker630.bindPopup("<b>BUNSCOIL BHEANNA BOIRCHE</b><br />28 pupils signed up").openPopup();otherArray.push(marker630);var marker631 = L.circleMarker([54.6896,-6.66166], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker631.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker631);var marker632 = L.circleMarker([54.4811,-5.78011], {color:"#525C65", title:"CARRICKMANNON PRIMARY SCHOOL"}).addTo(schoolmap);marker632.bindPopup("<b>CARRICKMANNON PRIMARY SCHOOL</b><br />104 pupils signed up").openPopup();otherArray.push(marker632);var marker633 = L.circleMarker([53.7323,-9.00132], {color:"#525C65", title:"MOUNT ST MICHAEL"}).addTo(schoolmap);marker633.bindPopup("<b>MOUNT ST MICHAEL</b><br />400 pupils signed up").openPopup();otherArray.push(marker633);var marker634 = L.circleMarker([55.1536,-8.01152], {color:"#525C65", title:"MURROE NATIONAL SCHOOL"}).addTo(schoolmap);marker634.bindPopup("<b>MURROE NATIONAL SCHOOL</b><br />50 pupils signed up").openPopup();otherArray.push(marker634);var marker635 = L.circleMarker([53.389,-6.16968], {color:"#525C65", title:"ÁRDSCOIL LA SALLE"}).addTo(schoolmap);marker635.bindPopup("<b>ÁRDSCOIL LA SALLE</b><br />20 pupils signed up").openPopup();otherArray.push(marker635);var marker636 = L.circleMarker([53.7649,-8.48653], {color:"#525C65", title:"SCOIL MICHEAL NAOFA"}).addTo(schoolmap);marker636.bindPopup("<b>SCOIL MICHEAL NAOFA</b><br />80 pupils signed up").openPopup();otherArray.push(marker636);var marker637 = L.circleMarker([53.28839162605348,-6.206871270806006], {color:"#ff6961", title:"St Laurence's BNS", students:"23"}).addTo(schoolmap);marker637.bindPopup("<b>St Laurence's BNS</b><br />23 pupils signed up").openPopup();primaryArray.push(marker637);var marker638 = L.circleMarker([53.3706,-6.51387], {color:"#525C65", title:"LEIXLIP PRIMARY SCHOOL"}).addTo(schoolmap);marker638.bindPopup("<b>LEIXLIP PRIMARY SCHOOL</b><br />29 pupils signed up").openPopup();otherArray.push(marker638);var marker639 = L.circleMarker([52.1432,-8.64273], {color:"#525C65", title:"CONVENT GIRLS SENIOR NATIONAL SCHOOL"}).addTo(schoolmap);marker639.bindPopup("<b>CONVENT GIRLS SENIOR NATIONAL SCHOOL</b><br />250 pupils signed up").openPopup();otherArray.push(marker639);var marker640 = L.circleMarker([53.4715,-8.17574], {color:"#525C65", title:"BALLINTLEVA N S"}).addTo(schoolmap);marker640.bindPopup("<b>BALLINTLEVA N S</b><br />43 pupils signed up").openPopup();otherArray.push(marker640);var marker641 = L.circleMarker([51.9076,-8.45468], {color:"#525C65", title:"ST PATRICKS B N S"}).addTo(schoolmap);marker641.bindPopup("<b>ST PATRICKS B N S</b><br />11 pupils signed up").openPopup();otherArray.push(marker641);var marker642 = L.circleMarker([52.8404,-8.67218], {color:"#525C65", title:"O CALLAGHANS MILLS N S"}).addTo(schoolmap);marker642.bindPopup("<b>O CALLAGHANS MILLS N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker642);var marker643 = L.circleMarker([52.2564,-7.10102], {color:"#525C65", title:"WATERPARK N S"}).addTo(schoolmap);marker643.bindPopup("<b>WATERPARK N S</b><br />235 pupils signed up").openPopup();otherArray.push(marker643);var marker644 = L.circleMarker([55.1296,-8.18135], {color:"#525C65", title:"S N CNOC NA NAOMH"}).addTo(schoolmap);marker644.bindPopup("<b>S N CNOC NA NAOMH</b><br />87 pupils signed up").openPopup();otherArray.push(marker644);var marker645 = L.circleMarker([53.3749,-6.25747], {color:"#525C65", title:"CORPUS CHRISTI N S"}).addTo(schoolmap);marker645.bindPopup("<b>CORPUS CHRISTI N S</b><br />400 pupils signed up").openPopup();otherArray.push(marker645);var marker646 = L.circleMarker([54.0538,-8.60409], {color:"#525C65", title:"SCOIL CROI NAOFA"}).addTo(schoolmap);marker646.bindPopup("<b>SCOIL CROI NAOFA</b><br />14 pupils signed up").openPopup();otherArray.push(marker646);var marker647 = L.circleMarker([53.969,-8.29916], {color:"#525C65", title:"ABBEY COMMUNITY COLLEGE"}).addTo(schoolmap);marker647.bindPopup("<b>ABBEY COMMUNITY COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker647);var marker648 = L.circleMarker([51.6058,-10.0618], {color:"#525C65", title:"CAHERMORE NEW CENTRAL S"}).addTo(schoolmap);marker648.bindPopup("<b>CAHERMORE NEW CENTRAL S</b><br />50 pupils signed up").openPopup();otherArray.push(marker648);var marker649 = L.circleMarker([53.974,-7.64682], {color:"#525C65", title:"CARRIGALLEN N S"}).addTo(schoolmap);marker649.bindPopup("<b>CARRIGALLEN N S</b><br />180 pupils signed up").openPopup();otherArray.push(marker649);var marker650 = L.circleMarker([53.29046295698561,-8.98681640625], {color:"#ff6961", title:"Radharc Na Mara", students:"360"}).addTo(schoolmap);marker650.bindPopup("<b>Radharc Na Mara</b><br />360 pupils signed up").openPopup();primaryArray.push(marker650);var marker651 = L.circleMarker([53.4422,-9.14514], {color:"#525C65", title:"S N PADRAIG NAOFA"}).addTo(schoolmap);marker651.bindPopup("<b>S N PADRAIG NAOFA</b><br />18 pupils signed up").openPopup();otherArray.push(marker651);var marker652 = L.circleMarker([53.3428,-6.24907], {color:"#525C65", title:"C.B.S. WESTLAND ROW"}).addTo(schoolmap);marker652.bindPopup("<b>C.B.S. WESTLAND ROW</b><br />200 pupils signed up").openPopup();otherArray.push(marker652);var marker653 = L.circleMarker([52.1302,-8.28546], {color:"#525C65", title:"GAELSCOIL DE HIDE"}).addTo(schoolmap);marker653.bindPopup("<b>GAELSCOIL DE HIDE</b><br />350 pupils signed up").openPopup();otherArray.push(marker653);var marker654 = L.circleMarker([52.0912,-8.00403], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker654.bindPopup("<b>SCOIL MHUIRE</b><br />150 pupils signed up").openPopup();otherArray.push(marker654);var marker655 = L.circleMarker([55.187,-7.05088], {color:"#525C65", title:"MOVILLE COMMUNITY COLLEGE"}).addTo(schoolmap);marker655.bindPopup("<b>MOVILLE COMMUNITY COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker655);var marker656 = L.circleMarker([53.18525894048287,-10.052490234375], {color:"#ff6961", title:"S.N Colmcille. Letter More", students:"17"}).addTo(schoolmap);marker656.bindPopup("<b>S.N Colmcille. Letter More</b><br />17 pupils signed up").openPopup();primaryArray.push(marker656);var marker657 = L.circleMarker([52.4484,-9.47913], {color:"#525C65", title:"COLÁISTE NA RÍOCHTA"}).addTo(schoolmap);marker657.bindPopup("<b>COLÁISTE NA RÍOCHTA</b><br />30 pupils signed up").openPopup();otherArray.push(marker657);var marker658 = L.circleMarker([53.7774,-7.37591], {color:"#525C65", title:"NAOMH MUIRE N S"}).addTo(schoolmap);marker658.bindPopup("<b>NAOMH MUIRE N S</b><br />12 pupils signed up").openPopup();otherArray.push(marker658);var marker659 = L.circleMarker([52.4476,-8.06561], {color:"#525C65", title:"BANSHA N S"}).addTo(schoolmap);marker659.bindPopup("<b>BANSHA N S</b><br />75 pupils signed up").openPopup();otherArray.push(marker659);var marker660 = L.circleMarker([53.1588,-6.90045], {color:"#525C65", title:"GAELSCOIL MHIC AODHA"}).addTo(schoolmap);marker660.bindPopup("<b>GAELSCOIL MHIC AODHA</b><br />216 pupils signed up").openPopup();otherArray.push(marker660);var marker661 = L.circleMarker([51.9082,-8.39987], {color:"#525C65", title:"SCOIL TRIEST"}).addTo(schoolmap);marker661.bindPopup("<b>SCOIL TRIEST</b><br />72 pupils signed up").openPopup();otherArray.push(marker661);var marker662 = L.circleMarker([53.2761,-6.3932], {color:"#525C65", title:"SCOIL CHAITLIN MAUDE"}).addTo(schoolmap);marker662.bindPopup("<b>SCOIL CHAITLIN MAUDE</b><br />8 pupils signed up").openPopup();otherArray.push(marker662);var marker663 = L.circleMarker([52.0672,-8.59801], {color:"#525C65", title:"BURNFORT N S"}).addTo(schoolmap);marker663.bindPopup("<b>BURNFORT N S</b><br />66 pupils signed up").openPopup();otherArray.push(marker663);var marker664 = L.circleMarker([53.6227,-9.21605], {color:"#525C65", title:"ST. JOSEPHS N. S."}).addTo(schoolmap);marker664.bindPopup("<b>ST. JOSEPHS N. S.</b><br />450 pupils signed up").openPopup();otherArray.push(marker664);var marker665 = L.circleMarker([53.3407,-7.27776], {color:"#ff6961", title:"SCOIL BHRIDE, Edenderry", students:"23"}).addTo(schoolmap);marker665.bindPopup("<b>SCOIL BHRIDE, Edenderry</b><br />23 pupils signed up").openPopup();primaryArray.push(marker665);var marker666 = L.circleMarker([53.6249,-7.81873], {color:"#525C65", title:"NAOMH DOMINIC N S"}).addTo(schoolmap);marker666.bindPopup("<b>NAOMH DOMINIC N S</b><br />110 pupils signed up").openPopup();otherArray.push(marker666);var marker667 = L.circleMarker([53.0178,-6.12606], {color:"#525C65", title:"NUNS CROSS N S"}).addTo(schoolmap);marker667.bindPopup("<b>NUNS CROSS N S</b><br />196 pupils signed up").openPopup();otherArray.push(marker667);var marker668 = L.circleMarker([52.9852,-6.06609], {color:"#525C65", title:"COLÁISTE CHILL MHANTÁIN"}).addTo(schoolmap);marker668.bindPopup("<b>COLÁISTE CHILL MHANTÁIN</b><br />900 pupils signed up").openPopup();otherArray.push(marker668);var marker669 = L.circleMarker([53.8393,-7.43421], {color:"#525C65", title:"MULLAHORAN CENTRAL N S"}).addTo(schoolmap);marker669.bindPopup("<b>MULLAHORAN CENTRAL N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker669);var marker670 = L.circleMarker([54.4205,-8.08835], {color:"#525C65", title:"ST MARTIN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker670.bindPopup("<b>ST MARTIN'S PRIMARY SCHOOL</b><br />103 pupils signed up").openPopup();otherArray.push(marker670);var marker671 = L.circleMarker([53.1947,-8.56124], {color:"#525C65", title:"ST BRENDANS N S"}).addTo(schoolmap);marker671.bindPopup("<b>ST BRENDANS N S</b><br />215 pupils signed up").openPopup();otherArray.push(marker671);var marker672 = L.circleMarker([52.3495,-7.41044], {color:"#525C65", title:"COMERAGH COLLEGE"}).addTo(schoolmap);marker672.bindPopup("<b>COMERAGH COLLEGE</b><br />625 pupils signed up").openPopup();otherArray.push(marker672);var marker673 = L.circleMarker([53.6588,-8.33917], {color:"#525C65", title:"LISANISKEY N S"}).addTo(schoolmap);marker673.bindPopup("<b>LISANISKEY N S</b><br />108 pupils signed up").openPopup();otherArray.push(marker673);var marker674 = L.circleMarker([53.28854647003027,-6.206897199072046], {color:"#ff6961", title:"St. Laurence's BNS, Kilmacud", students:"23"}).addTo(schoolmap);marker674.bindPopup("<b>St. Laurence's BNS, Kilmacud</b><br />23 pupils signed up").openPopup();primaryArray.push(marker674);var marker675 = L.circleMarker([53.22242997136212,-6.219635009765623], {color:"#ff6961", title:"St. Patricks NS, Glencullen, Dublin 18", students:"180"}).addTo(schoolmap);marker675.bindPopup("<b>St. Patricks NS, Glencullen, Dublin 18</b><br />180 pupils signed up").openPopup();primaryArray.push(marker675);var marker676 = L.circleMarker([54.0639,-6.03217], {color:"#525C65", title:"ST LOUIS GRAMMAR SCHOOL"}).addTo(schoolmap);marker676.bindPopup("<b>ST LOUIS GRAMMAR SCHOOL</b><br />730 pupils signed up").openPopup();otherArray.push(marker676);var marker677 = L.circleMarker([54.1663,-8.39444], {color:"#525C65", title:"SOOEY N S"}).addTo(schoolmap);marker677.bindPopup("<b>SOOEY N S</b><br />113 pupils signed up").openPopup();otherArray.push(marker677);var marker678 = L.circleMarker([53.7085,-6.34751], {color:"#525C65", title:"ST MARY'S DIOCESAN SCHOOL"}).addTo(schoolmap);marker678.bindPopup("<b>ST MARY'S DIOCESAN SCHOOL</b><br />940 pupils signed up").openPopup();otherArray.push(marker678);var marker679 = L.circleMarker([53.3581,-6.44036], {color:"#525C65", title:"ST JOSEPHS COLLEGE"}).addTo(schoolmap);marker679.bindPopup("<b>ST JOSEPHS COLLEGE</b><br />937 pupils signed up").openPopup();otherArray.push(marker679);var marker680 = L.circleMarker([53.5466,-8.84986], {color:"#525C65", title:"CEATHRU NA NGARRDHANTA"}).addTo(schoolmap);marker680.bindPopup("<b>CEATHRU NA NGARRDHANTA</b><br />30 pupils signed up").openPopup();otherArray.push(marker680);var marker681 = L.circleMarker([54.5553,-6.01284], {color:"#525C65", title:"OUR LADY QUEEN OF PEACE PRIMARY SCHOOL"}).addTo(schoolmap);marker681.bindPopup("<b>OUR LADY QUEEN OF PEACE PRIMARY SCHOOL</b><br />16 pupils signed up").openPopup();otherArray.push(marker681);var marker682 = L.circleMarker([54.1098,-9.02716], {color:"#525C65", title:"SN MUINE CHONALLAIN"}).addTo(schoolmap);marker682.bindPopup("<b>SN MUINE CHONALLAIN</b><br />133 pupils signed up").openPopup();otherArray.push(marker682);var marker683 = L.circleMarker([53.9863,-6.39236], {color:"#525C65", title:"Ó FIAICH COLLEGE"}).addTo(schoolmap);marker683.bindPopup("<b>Ó FIAICH COLLEGE</b><br />350 pupils signed up").openPopup();otherArray.push(marker683);var marker684 = L.circleMarker([53.732,-7.02855], {color:"#525C65", title:"BALLINLOUGH N S"}).addTo(schoolmap);marker684.bindPopup("<b>BALLINLOUGH N S</b><br />16 pupils signed up").openPopup();otherArray.push(marker684);var marker685 = L.circleMarker([53.3658,-6.50077], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker685.bindPopup("<b>SCOIL BHRIDE</b><br />22 pupils signed up").openPopup();otherArray.push(marker685);var marker686 = L.circleMarker([53.8375,-6.33625], {color:"#525C65", title:"S N COLUMCILLE"}).addTo(schoolmap);marker686.bindPopup("<b>S N COLUMCILLE</b><br />18 pupils signed up").openPopup();otherArray.push(marker686);var marker687 = L.circleMarker([54.6777,-5.9554], {color:"#525C65", title:"ST MARY'S-ON-THE-HILL PRIMARY SCHOOL"}).addTo(schoolmap);marker687.bindPopup("<b>ST MARY'S-ON-THE-HILL PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker687);var marker688 = L.circleMarker([53.3015,-9.01894], {color:"#525C65", title:"SN COLMCILLE"}).addTo(schoolmap);marker688.bindPopup("<b>SN COLMCILLE</b><br />6 pupils signed up").openPopup();otherArray.push(marker688);var marker689 = L.circleMarker([52.6,-7.30826], {color:"#525C65", title:"CHURCH HILL MIXED N S"}).addTo(schoolmap);marker689.bindPopup("<b>CHURCH HILL MIXED N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker689);var marker690 = L.circleMarker([55.0208,-7.31921], {color:"#525C65", title:"ST PATRICKS PRIMARY SCHOOL"}).addTo(schoolmap);marker690.bindPopup("<b>ST PATRICKS PRIMARY SCHOOL</b><br />640 pupils signed up").openPopup();otherArray.push(marker690);var marker691 = L.circleMarker([52.5259,-6.4796], {color:"#525C65", title:"S N MOIN NA GCAOR"}).addTo(schoolmap);marker691.bindPopup("<b>S N MOIN NA GCAOR</b><br />130 pupils signed up").openPopup();otherArray.push(marker691);var marker692 = L.circleMarker([54.6632,-6.10421], {color:"#525C65", title:"LOANENDS PRIMARY SCHOOL"}).addTo(schoolmap);marker692.bindPopup("<b>LOANENDS PRIMARY SCHOOL</b><br />28 pupils signed up").openPopup();otherArray.push(marker692);var marker693 = L.circleMarker([52.7306,-6.28604], {color:"#525C65", title:"S N COILL AN IARAINN"}).addTo(schoolmap);marker693.bindPopup("<b>S N COILL AN IARAINN</b><br />218 pupils signed up").openPopup();otherArray.push(marker693);var marker694 = L.circleMarker([54.1967,-7.59011], {color:"#525C65", title:"ST NINNIDH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker694.bindPopup("<b>ST NINNIDH'S PRIMARY SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker694);var marker695 = L.circleMarker([53.1837,-6.79236], {color:"#525C65", title:"ST CONLETHS AND MARYS N S"}).addTo(schoolmap);marker695.bindPopup("<b>ST CONLETHS AND MARYS N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker695);var marker696 = L.circleMarker([52.9283,-7.42646], {color:"#525C65", title:"S N FIONNTAN NAOFA"}).addTo(schoolmap);marker696.bindPopup("<b>S N FIONNTAN NAOFA</b><br />59 pupils signed up").openPopup();otherArray.push(marker696);var marker697 = L.circleMarker([52.3399,-9.26322], {color:"#525C65", title:"MEENKILLY N S"}).addTo(schoolmap);marker697.bindPopup("<b>MEENKILLY N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker697);var marker698 = L.circleMarker([51.9028,-8.95437], {color:"#525C65", title:"MACROOM BOYS SENIOR NATIONAL SCHOOL"}).addTo(schoolmap);marker698.bindPopup("<b>MACROOM BOYS SENIOR NATIONAL SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker698);var marker699 = L.circleMarker([54.8646,-7.07879], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker699.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />1110 pupils signed up").openPopup();otherArray.push(marker699);var marker700 = L.circleMarker([54.6113,-6.21777], {color:"#525C65", title:"GAELSCOIL GHLEANN DARACH"}).addTo(schoolmap);marker700.bindPopup("<b>GAELSCOIL GHLEANN DARACH</b><br />85 pupils signed up").openPopup();otherArray.push(marker700);var marker701 = L.circleMarker([52.28034148321902,-6.467285379767418], {color:"#ff6961", title:"Piercestown National School", students:"238"}).addTo(schoolmap);marker701.bindPopup("<b>Piercestown National School</b><br />238 pupils signed up").openPopup();primaryArray.push(marker701);var marker702 = L.circleMarker([54.5794,-5.99816], {color:"#525C65", title:"ALL SAINTS COLLEGE"}).addTo(schoolmap);marker702.bindPopup("<b>ALL SAINTS COLLEGE</b><br />500 pupils signed up").openPopup();otherArray.push(marker702);var marker703 = L.circleMarker([51.9672,-7.80871], {color:"#525C65", title:"S N NAOMH PARTHALAN"}).addTo(schoolmap);marker703.bindPopup("<b>S N NAOMH PARTHALAN</b><br />53 pupils signed up").openPopup();otherArray.push(marker703);var marker704 = L.circleMarker([53.9862,-7.95545], {color:"#525C65", title:"S N NAOMH BRIGHID"}).addTo(schoolmap);marker704.bindPopup("<b>S N NAOMH BRIGHID</b><br />55 pupils signed up").openPopup();otherArray.push(marker704);var marker705 = L.circleMarker([53.5199,-6.09089], {color:"#525C65", title:"ST JOSEPH'S SECONDARY SCHOOL"}).addTo(schoolmap);marker705.bindPopup("<b>ST JOSEPH'S SECONDARY SCHOOL</b><br />950 pupils signed up").openPopup();otherArray.push(marker705);var marker706 = L.circleMarker([53.9088,-9.19837], {color:"#525C65", title:"S N AN TEAGHLAIGH"}).addTo(schoolmap);marker706.bindPopup("<b>S N AN TEAGHLAIGH</b><br />45 pupils signed up").openPopup();otherArray.push(marker706);var marker707 = L.circleMarker([52.1083,-9.78783], {color:"#525C65", title:"SCOIL MHUIRE B"}).addTo(schoolmap);marker707.bindPopup("<b>SCOIL MHUIRE B</b><br />300 pupils signed up").openPopup();otherArray.push(marker707);var marker708 = L.circleMarker([52.4176,-7.70411], {color:"#525C65", title:"LISRONAGH N S"}).addTo(schoolmap);marker708.bindPopup("<b>LISRONAGH N S</b><br />106 pupils signed up").openPopup();otherArray.push(marker708);var marker709 = L.circleMarker([54.404,-7.16617], {color:"#525C65", title:"ST MACARTAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker709.bindPopup("<b>ST MACARTAN'S PRIMARY SCHOOL</b><br />125 pupils signed up").openPopup();otherArray.push(marker709);var marker710 = L.circleMarker([53.3658,-6.50077], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker710.bindPopup("<b>SCOIL BHRIDE</b><br />28 pupils signed up").openPopup();otherArray.push(marker710);var marker711 = L.circleMarker([51.6001,-8.95503], {color:"#525C65", title:"LISAVAIRD MXD N S"}).addTo(schoolmap);marker711.bindPopup("<b>LISAVAIRD MXD N S</b><br />69 pupils signed up").openPopup();otherArray.push(marker711);var marker712 = L.circleMarker([53.3714,-6.30716], {color:"#525C65", title:"ST DOMINICS COLLEGE"}).addTo(schoolmap);marker712.bindPopup("<b>ST DOMINICS COLLEGE</b><br />860 pupils signed up").openPopup();otherArray.push(marker712);var marker713 = L.circleMarker([53.7811,-8.10439], {color:"#525C65", title:"S N NAOMH PADRAIG"}).addTo(schoolmap);marker713.bindPopup("<b>S N NAOMH PADRAIG</b><br />47 pupils signed up").openPopup();otherArray.push(marker713);var marker714 = L.circleMarker([53.991,-7.36361], {color:"#525C65", title:"SN NAOMH FEIDHLIM BOYS SNR SCH"}).addTo(schoolmap);marker714.bindPopup("<b>SN NAOMH FEIDHLIM BOYS SNR SCH</b><br />20 pupils signed up").openPopup();otherArray.push(marker714);var marker715 = L.circleMarker([55.0279,-7.30968], {color:"#525C65", title:"BUNSCOIL CHOLMCILLE"}).addTo(schoolmap);marker715.bindPopup("<b>BUNSCOIL CHOLMCILLE</b><br />110 pupils signed up").openPopup();otherArray.push(marker715);var marker716 = L.circleMarker([53.3211,-6.23893], {color:"#525C65", title:"ST MARYS CENTRAL N S"}).addTo(schoolmap);marker716.bindPopup("<b>ST MARYS CENTRAL N S</b><br />19 pupils signed up").openPopup();otherArray.push(marker716);var marker717 = L.circleMarker([52.5416,-6.95133], {color:"#525C65", title:"GRAIG NA MANACH BUAC"}).addTo(schoolmap);marker717.bindPopup("<b>GRAIG NA MANACH BUAC</b><br />68 pupils signed up").openPopup();otherArray.push(marker717);var marker718 = L.circleMarker([53.005,-7.59206], {color:"#525C65", title:"CAMROSS N S"}).addTo(schoolmap);marker718.bindPopup("<b>CAMROSS N S</b><br />156 pupils signed up").openPopup();otherArray.push(marker718);var marker719 = L.circleMarker([52.1743,-9.77185], {color:"#525C65", title:"CASTLEDRUM N S"}).addTo(schoolmap);marker719.bindPopup("<b>CASTLEDRUM N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker719);var marker720 = L.circleMarker([54.0199,-6.22016], {color:"#525C65", title:"S N MULLACH BUI"}).addTo(schoolmap);marker720.bindPopup("<b>S N MULLACH BUI</b><br />25 pupils signed up").openPopup();otherArray.push(marker720);var marker721 = L.circleMarker([53.3363,-6.45998], {color:"#525C65", title:"ADAMSTOWN CASTLE EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker721.bindPopup("<b>ADAMSTOWN CASTLE EDUCATE TOGETHER NATIONAL SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker721);var marker722 = L.circleMarker([53.8216,-9.33478], {color:"#525C65", title:"ST JOSEPHS N S"}).addTo(schoolmap);marker722.bindPopup("<b>ST JOSEPHS N S</b><br />31 pupils signed up").openPopup();otherArray.push(marker722);var marker723 = L.circleMarker([52.6465,-7.25216], {color:"#525C65", title:"SCOIL NAOMH EOIN DEA"}).addTo(schoolmap);marker723.bindPopup("<b>SCOIL NAOMH EOIN DEA</b><br />30 pupils signed up").openPopup();otherArray.push(marker723);var marker724 = L.circleMarker([53.3367,-6.31909], {color:"#525C65", title:"GOLDENBRIDGE CONVENT"}).addTo(schoolmap);marker724.bindPopup("<b>GOLDENBRIDGE CONVENT</b><br />12 pupils signed up").openPopup();otherArray.push(marker724);var marker725 = L.circleMarker([54.6956,-6.66847], {color:"#525C65", title:"MONEYMORE PRIMARY SCHOOL"}).addTo(schoolmap);marker725.bindPopup("<b>MONEYMORE PRIMARY SCHOOL</b><br />220 pupils signed up").openPopup();otherArray.push(marker725);var marker726 = L.circleMarker([54.5674,-5.90244], {color:"#525C65", title:"ST BERNARD'S PRIMARY SCHOOL"}).addTo(schoolmap);marker726.bindPopup("<b>ST BERNARD'S PRIMARY SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker726);var marker727 = L.circleMarker([53.38930660355638,-6.445387543227346], {color:"#FFFD77", title:"Eriu community college, Dublin"}).addTo(schoolmap);marker727.bindPopup("<b>Eriu community college, Dublin</b><br />200 pupils signed up").openPopup();secondaryArray.push(marker727);var marker728 = L.circleMarker([53.16905470881278,-8.757167813542765], {color:"#ff6961", title:"Ballyglass NS", students:"58"}).addTo(schoolmap);marker728.bindPopup("<b>Ballyglass NS</b><br />58 pupils signed up").openPopup();primaryArray.push(marker728);var marker729 = L.circleMarker([53.9923,-6.89289], {color:"#525C65", title:"SEARCOG I N S"}).addTo(schoolmap);marker729.bindPopup("<b>SEARCOG I N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker729);var marker730 = L.circleMarker([53.732,-7.02855], {color:"#525C65", title:"BALLINLOUGH N S"}).addTo(schoolmap);marker730.bindPopup("<b>BALLINLOUGH N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker730);var marker731 = L.circleMarker([55.136,-6.652], {color:"#525C65", title:"HARPURS HILL PRIMARY SCHOOL"}).addTo(schoolmap);marker731.bindPopup("<b>HARPURS HILL PRIMARY SCHOOL</b><br />219 pupils signed up").openPopup();otherArray.push(marker731);var marker732 = L.circleMarker([53.7671,-8.97211], {color:"#525C65", title:"BARNACARROLL CENTRAL NS"}).addTo(schoolmap);marker732.bindPopup("<b>BARNACARROLL CENTRAL NS</b><br />20 pupils signed up").openPopup();otherArray.push(marker732);var marker733 = L.circleMarker([53.3691,-6.29756], {color:"#525C65", title:"FIONNBARRA NAOFA B.N.S.,"}).addTo(schoolmap);marker733.bindPopup("<b>FIONNBARRA NAOFA B.N.S.,</b><br />30 pupils signed up").openPopup();otherArray.push(marker733);var marker734 = L.circleMarker([53.3297,-6.84145], {color:"#525C65", title:"S N CIANOG NAOFA"}).addTo(schoolmap);marker734.bindPopup("<b>S N CIANOG NAOFA</b><br />90 pupils signed up").openPopup();otherArray.push(marker734);var marker735 = L.circleMarker([53.426,-6.58037], {color:"#525C65", title:"SCOIL OILIBHEIR NAOFA"}).addTo(schoolmap);marker735.bindPopup("<b>SCOIL OILIBHEIR NAOFA</b><br />225 pupils signed up").openPopup();otherArray.push(marker735);var marker736 = L.circleMarker([52.9534,-6.99359], {color:"#525C65", title:"SHANGANAMORE N S"}).addTo(schoolmap);marker736.bindPopup("<b>SHANGANAMORE N S</b><br />105 pupils signed up").openPopup();otherArray.push(marker736);var marker737 = L.circleMarker([53.4891,-9.08195], {color:"#ff6961", title:"SCOIL NAOMH PADRAIG, An Chloch Bhreac", students:"8"}).addTo(schoolmap);marker737.bindPopup("<b>SCOIL NAOMH PADRAIG, An Chloch Bhreac</b><br />8 pupils signed up").openPopup();primaryArray.push(marker737);var marker738 = L.circleMarker([53.5847,-7.53636], {color:"#525C65", title:"BALLYNACARGY MIXED N S"}).addTo(schoolmap);marker738.bindPopup("<b>BALLYNACARGY MIXED N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker738);var marker739 = L.circleMarker([53.2934,-6.30344], {color:"#525C65", title:"RATHFARNHAM PARISH N S"}).addTo(schoolmap);marker739.bindPopup("<b>RATHFARNHAM PARISH N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker739);var marker740 = L.circleMarker([54.4836,-7.20312], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker740.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />117 pupils signed up").openPopup();otherArray.push(marker740);var marker741 = L.circleMarker([55.0223,-7.32968], {color:"#525C65", title:"ST COLUMB'S COLLEGE"}).addTo(schoolmap);marker741.bindPopup("<b>ST COLUMB'S COLLEGE</b><br />25 pupils signed up").openPopup();otherArray.push(marker741);var marker742 = L.circleMarker([53.35891191636978,-9.021972320973871], {color:"#ff6961", title:"killeeneen NS", students:"195"}).addTo(schoolmap);marker742.bindPopup("<b>killeeneen NS</b><br />195 pupils signed up").openPopup();primaryArray.push(marker742);var marker743 = L.circleMarker([54.5088,-6.2914], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker743.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />107 pupils signed up").openPopup();otherArray.push(marker743);var marker744 = L.circleMarker([54.4499,-6.84976], {color:"#525C65", title:"DERRYLATINEE PRIMARY SCHOOL"}).addTo(schoolmap);marker744.bindPopup("<b>DERRYLATINEE PRIMARY SCHOOL</b><br />112 pupils signed up").openPopup();otherArray.push(marker744);var marker745 = L.circleMarker([54.9007,-6.67415], {color:"#525C65", title:"ST JOHN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker745.bindPopup("<b>ST JOHN'S PRIMARY SCHOOL</b><br />230 pupils signed up").openPopup();otherArray.push(marker745);var marker746 = L.circleMarker([52.7693,-7.47705], {color:"#525C65", title:"S N CHRION CHOILL"}).addTo(schoolmap);marker746.bindPopup("<b>S N CHRION CHOILL</b><br />29 pupils signed up").openPopup();otherArray.push(marker746);var marker747 = L.circleMarker([51.9154,-8.16942], {color:"#525C65", title:"MIDLETON COLLEGE"}).addTo(schoolmap);marker747.bindPopup("<b>MIDLETON COLLEGE</b><br />510 pupils signed up").openPopup();otherArray.push(marker747);var marker748 = L.circleMarker([52.9503,-7.7753], {color:"#525C65", title:"ST ANNES SPECIAL SCH"}).addTo(schoolmap);marker748.bindPopup("<b>ST ANNES SPECIAL SCH</b><br />49 pupils signed up").openPopup();otherArray.push(marker748);var marker749 = L.circleMarker([53.3908,-6.11316], {color:"#525C65", title:"KILLESTER RAHENY CLONTARF EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker749.bindPopup("<b>KILLESTER RAHENY CLONTARF EDUCATE TOGETHER NATIONAL SCHOOL</b><br />27 pupils signed up").openPopup();otherArray.push(marker749);var marker750 = L.circleMarker([53.4272115065219,-6.217925394521176], {color:"#ff6961", title:"St. Colmcille's Girls NS Swords, Co. Dublin", students:"320"}).addTo(schoolmap);marker750.bindPopup("<b>St. Colmcille's Girls NS Swords, Co. Dublin</b><br />320 pupils signed up").openPopup();primaryArray.push(marker750);var marker751 = L.circleMarker([52.3927,-6.39188], {color:"#525C65", title:"CURRACLOE N S"}).addTo(schoolmap);marker751.bindPopup("<b>CURRACLOE N S</b><br />76 pupils signed up").openPopup();otherArray.push(marker751);var marker752 = L.circleMarker([54.959,-6.91694], {color:"#525C65", title:"GAELSCOIL NEACHTAIN"}).addTo(schoolmap);marker752.bindPopup("<b>GAELSCOIL NEACHTAIN</b><br />149 pupils signed up").openPopup();otherArray.push(marker752);var marker753 = L.circleMarker([53.6461,-6.86213], {color:"#525C65", title:"S N AN RATH MHOR"}).addTo(schoolmap);marker753.bindPopup("<b>S N AN RATH MHOR</b><br />30 pupils signed up").openPopup();otherArray.push(marker753);var marker754 = L.circleMarker([54.613,-7.30165], {color:"#525C65", title:"CHRIST THE KING PRIMARY SCHOOL"}).addTo(schoolmap);marker754.bindPopup("<b>CHRIST THE KING PRIMARY SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker754);var marker755 = L.circleMarker([53.3015,-9.01894], {color:"#ff6961", title:"SN COLMCILLE", students:"13"}).addTo(schoolmap);marker755.bindPopup("<b>SN COLMCILLE</b><br />13 pupils signed up").openPopup();primaryArray.push(marker755);var marker756 = L.circleMarker([53.3979,-6.39994], {color:"#525C65", title:"SCOIL MHUIRE SIN"}).addTo(schoolmap);marker756.bindPopup("<b>SCOIL MHUIRE SIN</b><br />209 pupils signed up").openPopup();otherArray.push(marker756);var marker757 = L.circleMarker([53.2077851747008,-6.5261561929124765], {color:"#525C65", title:"Scoil Chiarain   St. Canice's road  Glasnevin  Dublin 11"}).addTo(schoolmap);marker757.bindPopup("<b>Scoil Chiarain   St. Canice's road  Glasnevin  Dublin 11</b><br />100 pupils signed up").openPopup();otherArray.push(marker757);var marker758 = L.circleMarker([54.1171,-7.58751], {color:"#525C65", title:"BALLYCONELL CENTRAL N S"}).addTo(schoolmap);marker758.bindPopup("<b>BALLYCONELL CENTRAL N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker758);var marker759 = L.circleMarker([53.396,-6.40342], {color:"#525C65", title:"BLAKESTOWN COMMUNITY SCHOOL"}).addTo(schoolmap);marker759.bindPopup("<b>BLAKESTOWN COMMUNITY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker759);var marker760 = L.circleMarker([53.0339,-6.9017], {color:"#525C65", title:"S N IDE"}).addTo(schoolmap);marker760.bindPopup("<b>S N IDE</b><br />160 pupils signed up").openPopup();otherArray.push(marker760);var marker761 = L.circleMarker([53.396,-6.40342], {color:"#525C65", title:"BLAKESTOWN COMMUNITY SCHOOL"}).addTo(schoolmap);marker761.bindPopup("<b>BLAKESTOWN COMMUNITY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker761);var marker762 = L.circleMarker([52.2329,-6.61639], {color:"#525C65", title:"RATHANGAN N S"}).addTo(schoolmap);marker762.bindPopup("<b>RATHANGAN N S</b><br />253 pupils signed up").openPopup();otherArray.push(marker762);var marker763 = L.circleMarker([53.396,-6.40342], {color:"#525C65", title:"BLAKESTOWN COMMUNITY SCHOOL"}).addTo(schoolmap);marker763.bindPopup("<b>BLAKESTOWN COMMUNITY SCHOOL</b><br />20 pupils signed up").openPopup();otherArray.push(marker763);var marker764 = L.circleMarker([53.64667415674273,-6.425349712371824], {color:"#ff6961", title:"Duleek Girls National School", students:"25"}).addTo(schoolmap);marker764.bindPopup("<b>Duleek Girls National School</b><br />25 pupils signed up").openPopup();primaryArray.push(marker764);var marker765 = L.circleMarker([53.1999,-6.10915], {color:"#525C65", title:"SCOIL PADRAIG NAOFA"}).addTo(schoolmap);marker765.bindPopup("<b>SCOIL PADRAIG NAOFA</b><br />700 pupils signed up").openPopup();otherArray.push(marker765);var marker766 = L.circleMarker([53.3602,-6.1975], {color:"#525C65", title:"HOLY FAITH SECONDARY SCHOOL"}).addTo(schoolmap);marker766.bindPopup("<b>HOLY FAITH SECONDARY SCHOOL</b><br />650 pupils signed up").openPopup();otherArray.push(marker766);var marker767 = L.circleMarker([53.63284162181512,-6.525363922119141], {color:"#ff6961", title:"Kentstown NS", students:"215"}).addTo(schoolmap);marker767.bindPopup("<b>Kentstown NS</b><br />215 pupils signed up").openPopup();primaryArray.push(marker767);var marker768 = L.circleMarker([53.3367,-6.53711], {color:"#525C65", title:"PRIMROSE HILL NS"}).addTo(schoolmap);marker768.bindPopup("<b>PRIMROSE HILL NS</b><br />110 pupils signed up").openPopup();otherArray.push(marker768);var marker769 = L.circleMarker([53.473692596292466,-8.778173804299513], {color:"#ff6961", title:"Cahergal National School", students:"124"}).addTo(schoolmap);marker769.bindPopup("<b>Cahergal National School</b><br />124 pupils signed up").openPopup();primaryArray.push(marker769);var marker770 = L.circleMarker([52.5419,-7.81642], {color:"#525C65", title:"DUALLA N S"}).addTo(schoolmap);marker770.bindPopup("<b>DUALLA N S</b><br />19 pupils signed up").openPopup();otherArray.push(marker770);var marker771 = L.circleMarker([53.6626,-8.89026], {color:"#525C65", title:"IRISHTOWN N S"}).addTo(schoolmap);marker771.bindPopup("<b>IRISHTOWN N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker771);var marker772 = L.circleMarker([51.8834,-8.47541], {color:"#525C65", title:"GAELSCOIL AN TEAGHLAIGH NAOFA"}).addTo(schoolmap);marker772.bindPopup("<b>GAELSCOIL AN TEAGHLAIGH NAOFA</b><br />30 pupils signed up").openPopup();otherArray.push(marker772);var marker773 = L.circleMarker([53.266480278618246,-6.184101104736326], {color:"#ff6961", title:"St. Patrick's GNS, Foxrock, Dublin18", students:"29"}).addTo(schoolmap);marker773.bindPopup("<b>St. Patrick's GNS, Foxrock, Dublin18</b><br />29 pupils signed up").openPopup();primaryArray.push(marker773);var marker774 = L.circleMarker([54.6787316234749,-6.709213256835936], {color:"#ff6961", title:"Saint Patrick's Primary School, Gortin", students:"30"}).addTo(schoolmap);marker774.bindPopup("<b>Saint Patrick's Primary School, Gortin</b><br />30 pupils signed up").openPopup();primaryArray.push(marker774);var marker775 = L.circleMarker([54.9897,-7.33328], {color:"#525C65", title:"GAELSCOIL EADAIN MHOIR"}).addTo(schoolmap);marker775.bindPopup("<b>GAELSCOIL EADAIN MHOIR</b><br />150 pupils signed up").openPopup();otherArray.push(marker775);var marker776 = L.circleMarker([52.8633,-6.55638], {color:"#525C65", title:"ST JOSEPHS NS"}).addTo(schoolmap);marker776.bindPopup("<b>ST JOSEPHS NS</b><br />27 pupils signed up").openPopup();otherArray.push(marker776);var marker777 = L.circleMarker([54.3567,-6.27151], {color:"#525C65", title:"BANBRIDGE ACADEMY"}).addTo(schoolmap);marker777.bindPopup("<b>BANBRIDGE ACADEMY</b><br />30 pupils signed up").openPopup();otherArray.push(marker777);var marker778 = L.circleMarker([53.22276156171347,-6.659738297252776], {color:"#FFFD77", title:"St Mary's College Naas"}).addTo(schoolmap);marker778.bindPopup("<b>St Mary's College Naas</b><br />1000 pupils signed up").openPopup();secondaryArray.push(marker778);var marker779 = L.circleMarker([53.7538,-7.33265], {color:"#525C65", title:"NAOMH MICHEAL N S"}).addTo(schoolmap);marker779.bindPopup("<b>NAOMH MICHEAL N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker779);var marker780 = L.circleMarker([52.6005109105042,-8.981596827457906], {color:"#ff6961", title:"Scoil Naomh Muire Eas Géitine", students:"152"}).addTo(schoolmap);marker780.bindPopup("<b>Scoil Naomh Muire Eas Géitine</b><br />152 pupils signed up").openPopup();primaryArray.push(marker780);var marker781 = L.circleMarker([51.939820351862124,-8.404541015625], {color:"#ff6961", title:"New Inn NS Lower Glanmire Co Cork T45 VX70", students:"150"}).addTo(schoolmap);marker781.bindPopup("<b>New Inn NS Lower Glanmire Co Cork T45 VX70</b><br />150 pupils signed up").openPopup();primaryArray.push(marker781);var marker782 = L.circleMarker([52.6307,-6.99711], {color:"#525C65", title:"GORESBRIDGE N.S."}).addTo(schoolmap);marker782.bindPopup("<b>GORESBRIDGE N.S.</b><br />68 pupils signed up").openPopup();otherArray.push(marker782);var marker783 = L.circleMarker([53.3658,-6.50077], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker783.bindPopup("<b>SCOIL BHRIDE</b><br />28 pupils signed up").openPopup();otherArray.push(marker783);var marker784 = L.circleMarker([53.39888857297268,-9.599853280931711], {color:"#ff6961", title:"Scoil Bhriocain", students:"19"}).addTo(schoolmap);marker784.bindPopup("<b>Scoil Bhriocain</b><br />19 pupils signed up").openPopup();primaryArray.push(marker784);var marker785 = L.circleMarker([53.3306,-6.31685], {color:"#525C65", title:"MUIRE NA DEA COIRLE INF"}).addTo(schoolmap);marker785.bindPopup("<b>MUIRE NA DEA COIRLE INF</b><br />123 pupils signed up").openPopup();otherArray.push(marker785);var marker786 = L.circleMarker([52.3871,-8.38775], {color:"#525C65", title:"GLENBROHANE N S"}).addTo(schoolmap);marker786.bindPopup("<b>GLENBROHANE N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker786);var marker787 = L.circleMarker([54,-6.26311], {color:"#525C65", title:"S N MUIRE"}).addTo(schoolmap);marker787.bindPopup("<b>S N MUIRE</b><br />188 pupils signed up").openPopup();otherArray.push(marker787);var marker788 = L.circleMarker([52.6745,-8.65892], {color:"#525C65", title:"S N MUIRE NA HEIREANN"}).addTo(schoolmap);marker788.bindPopup("<b>S N MUIRE NA HEIREANN</b><br />270 pupils signed up").openPopup();otherArray.push(marker788);var marker789 = L.circleMarker([53.2823,-6.26153], {color:"#525C65", title:"SCOIL NAITHI"}).addTo(schoolmap);marker789.bindPopup("<b>SCOIL NAITHI</b><br />30 pupils signed up").openPopup();otherArray.push(marker789);var marker790 = L.circleMarker([52.647,-7.25547], {color:"#525C65", title:"ST KIERAN'S COLLEGE"}).addTo(schoolmap);marker790.bindPopup("<b>ST KIERAN'S COLLEGE</b><br />800 pupils signed up").openPopup();otherArray.push(marker790);var marker791 = L.circleMarker([53.5408729044579,-9.216347412309634], {color:"#ff6961", title:"St Feichín's NS", students:"50"}).addTo(schoolmap);marker791.bindPopup("<b>St Feichín's NS</b><br />50 pupils signed up").openPopup();primaryArray.push(marker791);var marker792 = L.circleMarker([52.8759,-7.3081], {color:"#525C65", title:"BALLINAKILL MIXED N S"}).addTo(schoolmap);marker792.bindPopup("<b>BALLINAKILL MIXED N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker792);var marker793 = L.circleMarker([53.30095186229164,-8.868602377398664], {color:"#ff6961", title:"Castleffrench N.S. Co. Galway", students:"11"}).addTo(schoolmap);marker793.bindPopup("<b>Castleffrench N.S. Co. Galway</b><br />11 pupils signed up").openPopup();primaryArray.push(marker793);var marker794 = L.circleMarker([54.0144,-7.64816], {color:"#525C65", title:"DRUMEELA N S"}).addTo(schoolmap);marker794.bindPopup("<b>DRUMEELA N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker794);var marker795 = L.circleMarker([55.1067,-6.70311], {color:"#525C65", title:"MACOSQUIN PRIMARY SCHOOL"}).addTo(schoolmap);marker795.bindPopup("<b>MACOSQUIN PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker795);var marker796 = L.circleMarker([51.7272,-8.76995], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker796.bindPopup("<b>SCOIL BHRIDE</b><br />220 pupils signed up").openPopup();otherArray.push(marker796);var marker797 = L.circleMarker([53.15886192810822,-6.084804297712117], {color:"#FFFD77", title:"TEMPLE CARRIG SECONDARY SCHOOL"}).addTo(schoolmap);marker797.bindPopup("<b>TEMPLE CARRIG SECONDARY SCHOOL</b><br />967 pupils signed up").openPopup();secondaryArray.push(marker797);var marker798 = L.circleMarker([54.2494,-6.70758], {color:"#525C65", title:"ST FRANCIS OF ASSISI PRIMARY SCHOOL"}).addTo(schoolmap);marker798.bindPopup("<b>ST FRANCIS OF ASSISI PRIMARY SCHOOL</b><br />130 pupils signed up").openPopup();otherArray.push(marker798);var marker799 = L.circleMarker([52.7383,-9.17701], {color:"#525C65", title:"LISSYCASEY N S"}).addTo(schoolmap);marker799.bindPopup("<b>LISSYCASEY N S</b><br />167 pupils signed up").openPopup();otherArray.push(marker799);var marker800 = L.circleMarker([53.005,-7.59206], {color:"#525C65", title:"CAMROSS N S"}).addTo(schoolmap);marker800.bindPopup("<b>CAMROSS N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker800);var marker801 = L.circleMarker([54.1928,-8.41269], {color:"#525C65", title:"KILROSS N S"}).addTo(schoolmap);marker801.bindPopup("<b>KILROSS N S</b><br />42 pupils signed up").openPopup();otherArray.push(marker801);var marker802 = L.circleMarker([54.3767,-7.46202], {color:"#525C65", title:"TEMPO PRIMARY SCHOOL"}).addTo(schoolmap);marker802.bindPopup("<b>TEMPO PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker802);var marker803 = L.circleMarker([53.379,-6.20207], {color:"#525C65", title:"ST MARYS SECONDARY SCHOOL"}).addTo(schoolmap);marker803.bindPopup("<b>ST MARYS SECONDARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker803);var marker804 = L.circleMarker([54.9923,-7.29146], {color:"#525C65", title:"LISNAGELVIN NURSERY SCHOOL"}).addTo(schoolmap);marker804.bindPopup("<b>LISNAGELVIN NURSERY SCHOOL</b><br />550 pupils signed up").openPopup();otherArray.push(marker804);var marker805 = L.circleMarker([53.719,-7.17224], {color:"#525C65", title:"SCOIL MHUIRE NS"}).addTo(schoolmap);marker805.bindPopup("<b>SCOIL MHUIRE NS</b><br />95 pupils signed up").openPopup();otherArray.push(marker805);var marker806 = L.circleMarker([53.3233,-6.4022], {color:"#525C65", title:"GAELSCOIL CHLUAIN DOLCAIN"}).addTo(schoolmap);marker806.bindPopup("<b>GAELSCOIL CHLUAIN DOLCAIN</b><br />445 pupils signed up").openPopup();otherArray.push(marker806);var marker807 = L.circleMarker([53.0288,-7.28406], {color:"#525C65", title:"PORTLAOISE EDUCATE TOGETHER NS"}).addTo(schoolmap);marker807.bindPopup("<b>PORTLAOISE EDUCATE TOGETHER NS</b><br />455 pupils signed up").openPopup();otherArray.push(marker807);var marker808 = L.circleMarker([52.5551,-6.42029], {color:"#525C65", title:"BOOLAVOGUE N S"}).addTo(schoolmap);marker808.bindPopup("<b>BOOLAVOGUE N S</b><br />98 pupils signed up").openPopup();otherArray.push(marker808);var marker809 = L.circleMarker([52.1249,-9.50553], {color:"#525C65", title:"COOLICK NATIONAL SCHOOL"}).addTo(schoolmap);marker809.bindPopup("<b>COOLICK NATIONAL SCHOOL</b><br />14 pupils signed up").openPopup();otherArray.push(marker809);var marker810 = L.circleMarker([51.9892,-8.22801], {color:"#525C65", title:"SCOIL NAOMH EOIN"}).addTo(schoolmap);marker810.bindPopup("<b>SCOIL NAOMH EOIN</b><br />20 pupils signed up").openPopup();otherArray.push(marker810);var marker811 = L.circleMarker([52.7979,-6.45831], {color:"#525C65", title:"TINAHELY N S"}).addTo(schoolmap);marker811.bindPopup("<b>TINAHELY N S</b><br />133 pupils signed up").openPopup();otherArray.push(marker811);var marker812 = L.circleMarker([53.54290891575113,-9.32983037084341], {color:"#ff6961", title:"Cong N.S.", students:"94"}).addTo(schoolmap);marker812.bindPopup("<b>Cong N.S.</b><br />94 pupils signed up").openPopup();primaryArray.push(marker812);var marker813 = L.circleMarker([53.963,-7.25784], {color:"#525C65", title:"KILLYCONNAN N S"}).addTo(schoolmap);marker813.bindPopup("<b>KILLYCONNAN N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker813);var marker814 = L.circleMarker([53.5072,-8.85299], {color:"#525C65", title:"GAELSCOIL IARFHLATHA"}).addTo(schoolmap);marker814.bindPopup("<b>GAELSCOIL IARFHLATHA</b><br />220 pupils signed up").openPopup();otherArray.push(marker814);var marker815 = L.circleMarker([52.8515,-6.99344], {color:"#525C65", title:"SCOIL CHOMHGAIN NAOFA"}).addTo(schoolmap);marker815.bindPopup("<b>SCOIL CHOMHGAIN NAOFA</b><br />24 pupils signed up").openPopup();otherArray.push(marker815);var marker816 = L.circleMarker([51.841756965033426,-9.904861450195312], {color:"#ff6961", title:"Sneem", students:"30"}).addTo(schoolmap);marker816.bindPopup("<b>Sneem</b><br />30 pupils signed up").openPopup();primaryArray.push(marker816);var marker817 = L.circleMarker([53.2933,-6.25237], {color:"#525C65", title:"GAELSCOIL NA FUINSEOIGE"}).addTo(schoolmap);marker817.bindPopup("<b>GAELSCOIL NA FUINSEOIGE</b><br />20 pupils signed up").openPopup();otherArray.push(marker817);var marker818 = L.circleMarker([51.984202446726414,-8.469557762145996], {color:"#FFFD77", title:"Colaiste an Chroi Naofa"}).addTo(schoolmap);marker818.bindPopup("<b>Colaiste an Chroi Naofa</b><br />500 pupils signed up").openPopup();secondaryArray.push(marker818);var marker819 = L.circleMarker([51.841756965033426,-9.89936828613281], {color:"#ff6961", title:"St. Michael's N.S, Sneem", students:"21"}).addTo(schoolmap);marker819.bindPopup("<b>St. Michael's N.S, Sneem</b><br />21 pupils signed up").openPopup();primaryArray.push(marker819);var marker820 = L.circleMarker([53.5167,-6.19069], {color:"#525C65", title:"CORDUFF N S"}).addTo(schoolmap);marker820.bindPopup("<b>CORDUFF N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker820);var marker821 = L.circleMarker([53.3261,-6.41315], {color:"#525C65", title:"TALBOT SENIOR NS"}).addTo(schoolmap);marker821.bindPopup("<b>TALBOT SENIOR NS</b><br />21 pupils signed up").openPopup();otherArray.push(marker821);var marker822 = L.circleMarker([52.1444,-9.71386], {color:"#525C65", title:"PRESENTATION SECONDARY SCHOOL"}).addTo(schoolmap);marker822.bindPopup("<b>PRESENTATION SECONDARY SCHOOL</b><br />714 pupils signed up").openPopup();otherArray.push(marker822);var marker823 = L.circleMarker([54.8463,-6.48053], {color:"#525C65", title:"ST JOHN BOSCO PRIMARY SCHOOL BALLYNEASE"}).addTo(schoolmap);marker823.bindPopup("<b>ST JOHN BOSCO PRIMARY SCHOOL BALLYNEASE</b><br />106 pupils signed up").openPopup();otherArray.push(marker823);var marker824 = L.circleMarker([53.4252,-7.92629], {color:"#525C65", title:"MARIST COLLEGE"}).addTo(schoolmap);marker824.bindPopup("<b>MARIST COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker824);var marker825 = L.circleMarker([53.3042,-6.29738], {color:"#525C65", title:"TERENURE COLLEGE"}).addTo(schoolmap);marker825.bindPopup("<b>TERENURE COLLEGE</b><br />800 pupils signed up").openPopup();otherArray.push(marker825);var marker826 = L.circleMarker([52.3399,-9.26322], {color:"#525C65", title:"MEENKILLY N S"}).addTo(schoolmap);marker826.bindPopup("<b>MEENKILLY N S</b><br />101 pupils signed up").openPopup();otherArray.push(marker826);var marker827 = L.circleMarker([53.8375,-6.33625], {color:"#525C65", title:"S N COLUMCILLE"}).addTo(schoolmap);marker827.bindPopup("<b>S N COLUMCILLE</b><br />19 pupils signed up").openPopup();otherArray.push(marker827);var marker828 = L.circleMarker([53.3748,-6.19541], {color:"#525C65", title:"ST BRIGIDS BOYS N S"}).addTo(schoolmap);marker828.bindPopup("<b>ST BRIGIDS BOYS N S</b><br />350 pupils signed up").openPopup();otherArray.push(marker828);var marker829 = L.circleMarker([54.9195,-6.59591], {color:"#525C65", title:"CROSSROADS PRIMARY SCHOOL"}).addTo(schoolmap);marker829.bindPopup("<b>CROSSROADS PRIMARY SCHOOL</b><br />99 pupils signed up").openPopup();otherArray.push(marker829);var marker830 = L.circleMarker([53.5109,-6.4134], {color:"#525C65", title:"GAELSCOIL NA MÍ"}).addTo(schoolmap);marker830.bindPopup("<b>GAELSCOIL NA MÍ</b><br />275 pupils signed up").openPopup();otherArray.push(marker830);var marker831 = L.circleMarker([52.8515,-6.99344], {color:"#525C65", title:"SCOIL CHOMHGAIN NAOFA"}).addTo(schoolmap);marker831.bindPopup("<b>SCOIL CHOMHGAIN NAOFA</b><br />27 pupils signed up").openPopup();otherArray.push(marker831);var marker832 = L.circleMarker([52.5556,-8.21134], {color:"#525C65", title:"S N NA HAILLE"}).addTo(schoolmap);marker832.bindPopup("<b>S N NA HAILLE</b><br />128 pupils signed up").openPopup();otherArray.push(marker832);var marker833 = L.circleMarker([53.3658,-6.50077], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker833.bindPopup("<b>SCOIL BHRIDE</b><br />26 pupils signed up").openPopup();otherArray.push(marker833);var marker834 = L.circleMarker([52.3311,-9.38162], {color:"#ff6961", title:"KNOCKNAGOSHEL NATIONAL SCHOOL", students:"40"}).addTo(schoolmap);marker834.bindPopup("<b>KNOCKNAGOSHEL NATIONAL SCHOOL</b><br />40 pupils signed up").openPopup();primaryArray.push(marker834);var marker835 = L.circleMarker([53.7319,-6.70992], {color:"#525C65", title:"SCOIL NAOMH BARRA"}).addTo(schoolmap);marker835.bindPopup("<b>SCOIL NAOMH BARRA</b><br />16 pupils signed up").openPopup();otherArray.push(marker835);var marker836 = L.circleMarker([52.85840051370295,-7.1595588326454145], {color:"#ff6961", title:"St. Patrick's N.S. Clogh", students:"57"}).addTo(schoolmap);marker836.bindPopup("<b>St. Patrick's N.S. Clogh</b><br />57 pupils signed up").openPopup();primaryArray.push(marker836);var marker837 = L.circleMarker([53.5975,-7.6785], {color:"#525C65", title:"COLEHILL MIXED N S"}).addTo(schoolmap);marker837.bindPopup("<b>COLEHILL MIXED N S</b><br />100 pupils signed up").openPopup();otherArray.push(marker837);var marker838 = L.circleMarker([52.6649,-8.60722], {color:"#525C65", title:"SCOIL PADRAIG NAOFA C"}).addTo(schoolmap);marker838.bindPopup("<b>SCOIL PADRAIG NAOFA C</b><br />26 pupils signed up").openPopup();otherArray.push(marker838);var marker839 = L.circleMarker([54.5735,-6.00597], {color:"#525C65", title:"BUNSCOIL PHOBAL FEIRSTE"}).addTo(schoolmap);marker839.bindPopup("<b>BUNSCOIL PHOBAL FEIRSTE</b><br />23 pupils signed up").openPopup();otherArray.push(marker839);var marker840 = L.circleMarker([54.7202,-6.36169], {color:"#525C65", title:"CREGGAN PRIMARY SCHOOL"}).addTo(schoolmap);marker840.bindPopup("<b>CREGGAN PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker840);var marker841 = L.circleMarker([52.35559408979782,-7.694013244472444], {color:"#525C65", title:"Colaiste Shliabh na mBan"}).addTo(schoolmap);marker841.bindPopup("<b>Colaiste Shliabh na mBan</b><br />14 pupils signed up").openPopup();otherArray.push(marker841);var marker842 = L.circleMarker([54.1599,-6.7862], {color:"#525C65", title:"ANNYALLA NATIONAL SCHOOL"}).addTo(schoolmap);marker842.bindPopup("<b>ANNYALLA NATIONAL SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker842);var marker843 = L.circleMarker([53.29492062152286,-6.497397997824627], {color:"#ff6961", title:"Rathcoole ETNS", students:"14"}).addTo(schoolmap);marker843.bindPopup("<b>Rathcoole ETNS</b><br />14 pupils signed up").openPopup();primaryArray.push(marker843);var marker844 = L.circleMarker([52.6081,-8.62504], {color:"#525C65", title:"SCOIL AN SPIORAID NAOMH"}).addTo(schoolmap);marker844.bindPopup("<b>SCOIL AN SPIORAID NAOMH</b><br />20 pupils signed up").openPopup();otherArray.push(marker844);var marker845 = L.circleMarker([52.3399,-9.26322], {color:"#525C65", title:"MEENKILLY N S"}).addTo(schoolmap);marker845.bindPopup("<b>MEENKILLY N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker845);var marker846 = L.circleMarker([52.3399,-9.26322], {color:"#525C65", title:"MEENKILLY N S"}).addTo(schoolmap);marker846.bindPopup("<b>MEENKILLY N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker846);var marker847 = L.circleMarker([53.3845,-6.59645], {color:"#525C65", title:"MAYNOOTH COMMUNITY COLLEGE"}).addTo(schoolmap);marker847.bindPopup("<b>MAYNOOTH COMMUNITY COLLEGE</b><br />1000 pupils signed up").openPopup();otherArray.push(marker847);var marker848 = L.circleMarker([54.12075329711965,-6.35284423828125], {color:"#ff6961", title:"St. Michael's Primary School Killean 29 School Road Killean Co.Armagh BT35 8RX", students:"141"}).addTo(schoolmap);marker848.bindPopup("<b>St. Michael's Primary School Killean 29 School Road Killean Co.Armagh BT35 8RX</b><br />141 pupils signed up").openPopup();primaryArray.push(marker848);var marker849 = L.circleMarker([54.3173,-6.96295], {color:"#525C65", title:"CORR A CHRAINN NATIONAL SCHOOL"}).addTo(schoolmap);marker849.bindPopup("<b>CORR A CHRAINN NATIONAL SCHOOL</b><br />220 pupils signed up").openPopup();otherArray.push(marker849);var marker850 = L.circleMarker([54.4374,-6.36574], {color:"#525C65", title:"ST BRENDAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker850.bindPopup("<b>ST BRENDAN'S PRIMARY SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker850);var marker851 = L.circleMarker([54.757,-6.60402], {color:"#525C65", title:"HOLY FAMILY PRIMARY SCHOOL"}).addTo(schoolmap);marker851.bindPopup("<b>HOLY FAMILY PRIMARY SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker851);var marker852 = L.circleMarker([53.1905,-6.80832], {color:"#525C65", title:"SCOIL NA NAOMH UILIG"}).addTo(schoolmap);marker852.bindPopup("<b>SCOIL NA NAOMH UILIG</b><br />28 pupils signed up").openPopup();otherArray.push(marker852);var marker853 = L.circleMarker([55.1377,-7.46024], {color:"#525C65", title:"GAELSCOIL BHUN CRANNACH"}).addTo(schoolmap);marker853.bindPopup("<b>GAELSCOIL BHUN CRANNACH</b><br />68 pupils signed up").openPopup();otherArray.push(marker853);var marker854 = L.circleMarker([53.991,-7.36361], {color:"#525C65", title:"SN NAOMH FEIDHLIM BOYS SNR SCH"}).addTo(schoolmap);marker854.bindPopup("<b>SN NAOMH FEIDHLIM BOYS SNR SCH</b><br />18 pupils signed up").openPopup();otherArray.push(marker854);var marker855 = L.circleMarker([53.7187,-8.41025], {color:"#525C65", title:"ST. BRIDE'S N.S."}).addTo(schoolmap);marker855.bindPopup("<b>ST. BRIDE'S N.S.</b><br />24 pupils signed up").openPopup();otherArray.push(marker855);var marker856 = L.circleMarker([53.5261,-7.34698], {color:"#525C65", title:"SCOIL NA MBRAITHRE"}).addTo(schoolmap);marker856.bindPopup("<b>SCOIL NA MBRAITHRE</b><br />28 pupils signed up").openPopup();otherArray.push(marker856);var marker857 = L.circleMarker([55.0336,-7.64959], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker857.bindPopup("<b>SCOIL MHUIRE</b><br />200 pupils signed up").openPopup();otherArray.push(marker857);var marker858 = L.circleMarker([54.0828,-6.45299], {color:"#525C65", title:"ST OLIVER PLUNKETT'S PRIMARY SCHOOL"}).addTo(schoolmap);marker858.bindPopup("<b>ST OLIVER PLUNKETT'S PRIMARY SCHOOL</b><br />126 pupils signed up").openPopup();otherArray.push(marker858);var marker859 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"FERMOY EDUCATE TOGETHER NS"}).addTo(schoolmap);marker859.bindPopup("<b>FERMOY EDUCATE TOGETHER NS</b><br />22 pupils signed up").openPopup();otherArray.push(marker859);var marker860 = L.circleMarker([52.8286,-8.30449], {color:"#525C65", title:"S N BUIRGHEAS"}).addTo(schoolmap);marker860.bindPopup("<b>S N BUIRGHEAS</b><br />86 pupils signed up").openPopup();otherArray.push(marker860);var marker861 = L.circleMarker([53.1905,-6.80832], {color:"#525C65", title:"SCOIL NA NAOMH UILIG"}).addTo(schoolmap);marker861.bindPopup("<b>SCOIL NA NAOMH UILIG</b><br />21 pupils signed up").openPopup();otherArray.push(marker861);var marker862 = L.circleMarker([52.5041,-7.29981], {color:"#525C65", title:"SCOIL SAN LIONARD"}).addTo(schoolmap);marker862.bindPopup("<b>SCOIL SAN LIONARD</b><br />30 pupils signed up").openPopup();otherArray.push(marker862);var marker863 = L.circleMarker([53.758,-7.93512], {color:"#525C65", title:"WHITEHALL N S"}).addTo(schoolmap);marker863.bindPopup("<b>WHITEHALL N S</b><br />93 pupils signed up").openPopup();otherArray.push(marker863);var marker864 = L.circleMarker([52.9015,-6.05066], {color:"#525C65", title:"BRITTAS BAY MXD N S"}).addTo(schoolmap);marker864.bindPopup("<b>BRITTAS BAY MXD N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker864);var marker865 = L.circleMarker([54.19652491872793,-8.59130859375], {color:"#ff6961", title:"Gaelscoil Chnoc na Ré", students:"208"}).addTo(schoolmap);marker865.bindPopup("<b>Gaelscoil Chnoc na Ré</b><br />208 pupils signed up").openPopup();primaryArray.push(marker865);var marker866 = L.circleMarker([53.288545731822865,-6.206983029850561], {color:"#ff6961", title:"St. Laurence's B.N.S", students:"440"}).addTo(schoolmap);marker866.bindPopup("<b>St. Laurence's B.N.S</b><br />440 pupils signed up").openPopup();primaryArray.push(marker866);var marker867 = L.circleMarker([53.12399549254167,-6.613045749451932], {color:"#ff6961", title:"Scoil Mhuire Ballymore Eustace", students:"24"}).addTo(schoolmap);marker867.bindPopup("<b>Scoil Mhuire Ballymore Eustace</b><br />24 pupils signed up").openPopup();primaryArray.push(marker867);var marker868 = L.circleMarker([54.581084826752374,-5.939140319824219], {color:"#ff6961", title:"Finaghy Primary School", students:"372"}).addTo(schoolmap);marker868.bindPopup("<b>Finaghy Primary School</b><br />372 pupils signed up").openPopup();primaryArray.push(marker868);var marker869 = L.circleMarker([52.8049,-8.74265], {color:"#525C65", title:"KILKISHEN N S"}).addTo(schoolmap);marker869.bindPopup("<b>KILKISHEN N S</b><br />134 pupils signed up").openPopup();otherArray.push(marker869);var marker870 = L.circleMarker([54.5953,-5.8643], {color:"#525C65", title:"GREENWOOD HOUSE ASSESSMENT CENTRE"}).addTo(schoolmap);marker870.bindPopup("<b>GREENWOOD HOUSE ASSESSMENT CENTRE</b><br />60 pupils signed up").openPopup();otherArray.push(marker870);var marker871 = L.circleMarker([54.6961,-6.59301], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL LOUP"}).addTo(schoolmap);marker871.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL LOUP</b><br />22 pupils signed up").openPopup();otherArray.push(marker871);var marker872 = L.circleMarker([53.1893,-6.10102], {color:"#525C65", title:"ST ANDREWS N S"}).addTo(schoolmap);marker872.bindPopup("<b>ST ANDREWS N S</b><br />27 pupils signed up").openPopup();otherArray.push(marker872);var marker873 = L.circleMarker([53.7312,-6.32935], {color:"#525C65", title:"ASTON VILLAGE EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker873.bindPopup("<b>ASTON VILLAGE EDUCATE TOGETHER NATIONAL SCHOOL</b><br />48 pupils signed up").openPopup();otherArray.push(marker873);var marker874 = L.circleMarker([53.0134,-7.14542], {color:"#525C65", title:"COSBY N S"}).addTo(schoolmap);marker874.bindPopup("<b>COSBY N S</b><br />28 pupils signed up").openPopup();otherArray.push(marker874);var marker875 = L.circleMarker([54.592,-5.89428], {color:"#525C65", title:"ELMGROVE PRIMARY SCHOOL"}).addTo(schoolmap);marker875.bindPopup("<b>ELMGROVE PRIMARY SCHOOL</b><br />600 pupils signed up").openPopup();otherArray.push(marker875);var marker876 = L.circleMarker([54.3498,-6.84045], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker876.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker876);var marker877 = L.circleMarker([53.2813,-6.2557], {color:"#525C65", title:"ST ATTRACTAS SENIOR N S"}).addTo(schoolmap);marker877.bindPopup("<b>ST ATTRACTAS SENIOR N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker877);var marker878 = L.circleMarker([54.4499,-5.76428], {color:"#525C65", title:"ST CAOLAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker878.bindPopup("<b>ST CAOLAN'S PRIMARY SCHOOL</b><br />90 pupils signed up").openPopup();otherArray.push(marker878);var marker879 = L.circleMarker([54.594,-7.30769], {color:"#525C65", title:"SACRED HEART COLLEGE"}).addTo(schoolmap);marker879.bindPopup("<b>SACRED HEART COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker879);var marker880 = L.circleMarker([52.6704,-9.53953], {color:"#525C65", title:"S N MA SHEASTA"}).addTo(schoolmap);marker880.bindPopup("<b>S N MA SHEASTA</b><br />22 pupils signed up").openPopup();otherArray.push(marker880);var marker881 = L.circleMarker([53.9595,-7.05913], {color:"#525C65", title:"S N TAMHNACH DHUIBH"}).addTo(schoolmap);marker881.bindPopup("<b>S N TAMHNACH DHUIBH</b><br />83 pupils signed up").openPopup();otherArray.push(marker881);var marker882 = L.circleMarker([51.9119,-8.48413], {color:"#525C65", title:"SCOIL AISEIRI CHRIOST"}).addTo(schoolmap);marker882.bindPopup("<b>SCOIL AISEIRI CHRIOST</b><br />230 pupils signed up").openPopup();otherArray.push(marker882);var marker883 = L.circleMarker([53.2818,-6.46774], {color:"#525C65", title:"SCOIL CHRONAIN"}).addTo(schoolmap);marker883.bindPopup("<b>SCOIL CHRONAIN</b><br />26 pupils signed up").openPopup();otherArray.push(marker883);var marker884 = L.circleMarker([55.0278,-7.18095], {color:"#525C65", title:"BROADBRIDGE PRIMARY SCHOOL"}).addTo(schoolmap);marker884.bindPopup("<b>BROADBRIDGE PRIMARY SCHOOL</b><br />370 pupils signed up").openPopup();otherArray.push(marker884);var marker885 = L.circleMarker([53.3887,-6.26708], {color:"#525C65", title:"OUR LADY OF VICTORIES INFANT N S"}).addTo(schoolmap);marker885.bindPopup("<b>OUR LADY OF VICTORIES INFANT N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker885);var marker886 = L.circleMarker([53.5252,-8.14508], {color:"#525C65", title:"S N RATH ARADH"}).addTo(schoolmap);marker886.bindPopup("<b>S N RATH ARADH</b><br />17 pupils signed up").openPopup();otherArray.push(marker886);var marker887 = L.circleMarker([54.1967,-7.59011], {color:"#525C65", title:"ST NINNIDH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker887.bindPopup("<b>ST NINNIDH'S PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker887);var marker888 = L.circleMarker([53.8996,-8.58979], {color:"#525C65", title:"ST ATTRACTAS N S"}).addTo(schoolmap);marker888.bindPopup("<b>ST ATTRACTAS N S</b><br />280 pupils signed up").openPopup();otherArray.push(marker888);var marker889 = L.circleMarker([52.4151,-9.6876], {color:"#525C65", title:"S N BHAILE AN CHROSAIGH"}).addTo(schoolmap);marker889.bindPopup("<b>S N BHAILE AN CHROSAIGH</b><br />19 pupils signed up").openPopup();otherArray.push(marker889);var marker890 = L.circleMarker([52.223,-7.18022], {color:"#525C65", title:"S N BAILE BUILEARAIGH"}).addTo(schoolmap);marker890.bindPopup("<b>S N BAILE BUILEARAIGH</b><br />250 pupils signed up").openPopup();otherArray.push(marker890);var marker891 = L.circleMarker([52.9835,-9.30111], {color:"#525C65", title:"S N AIBHISTIN NAOFA"}).addTo(schoolmap);marker891.bindPopup("<b>S N AIBHISTIN NAOFA</b><br />10 pupils signed up").openPopup();otherArray.push(marker891);var marker892 = L.circleMarker([53.307,-9.15305], {color:"#525C65", title:"SN TUAIRINI"}).addTo(schoolmap);marker892.bindPopup("<b>SN TUAIRINI</b><br />84 pupils signed up").openPopup();otherArray.push(marker892);var marker893 = L.circleMarker([53.28902025110102,-9.65793192386627], {color:"#ff6961", title:"S.N. Colmcille", students:"17"}).addTo(schoolmap);marker893.bindPopup("<b>S.N. Colmcille</b><br />17 pupils signed up").openPopup();primaryArray.push(marker893);var marker894 = L.circleMarker([54.1854,-6.35032], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker894.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />52 pupils signed up").openPopup();otherArray.push(marker894);var marker895 = L.circleMarker([53.2732,-9.09596], {color:"#525C65", title:"GAELSCOIL MHIC AMHLAIGH"}).addTo(schoolmap);marker895.bindPopup("<b>GAELSCOIL MHIC AMHLAIGH</b><br />643 pupils signed up").openPopup();otherArray.push(marker895);var marker896 = L.circleMarker([53.71,-6.35256], {color:"#525C65", title:"ABACAS SCHOOL"}).addTo(schoolmap);marker896.bindPopup("<b>ABACAS SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker896);var marker897 = L.circleMarker([55.005,-6.41414], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker897.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />250 pupils signed up").openPopup();otherArray.push(marker897);var marker898 = L.circleMarker([53.8128,-6.955], {color:"#525C65", title:"ST KILLIANS N S"}).addTo(schoolmap);marker898.bindPopup("<b>ST KILLIANS N S</b><br />28 pupils signed up").openPopup();otherArray.push(marker898);var marker899 = L.circleMarker([53.37309134902185,-7.501401901135978], {color:"#525C65", title:"Kilbeggan Youthreach"}).addTo(schoolmap);marker899.bindPopup("<b>Kilbeggan Youthreach</b><br />14 pupils signed up").openPopup();otherArray.push(marker899);var marker900 = L.circleMarker([53.2885,-6.20712], {color:"#525C65", title:"S N NAOMH LORCAN"}).addTo(schoolmap);marker900.bindPopup("<b>S N NAOMH LORCAN</b><br />20 pupils signed up").openPopup();otherArray.push(marker900);var marker901 = L.circleMarker([53.1698,-6.91461], {color:"#525C65", title:"KILDARE TOWN COMMUNITY SCHOOL"}).addTo(schoolmap);marker901.bindPopup("<b>KILDARE TOWN COMMUNITY SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker901);var marker902 = L.circleMarker([51.81374881527606,-8.395614624023438], {color:"#ff6961", title:"Holy Well NS, Carrigaline", students:"800"}).addTo(schoolmap);marker902.bindPopup("<b>Holy Well NS, Carrigaline</b><br />800 pupils signed up").openPopup();primaryArray.push(marker902);var marker903 = L.circleMarker([53.8128,-6.955], {color:"#525C65", title:"ST KILLIANS N S"}).addTo(schoolmap);marker903.bindPopup("<b>ST KILLIANS N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker903);var marker904 = L.circleMarker([53.2622,-9.59782], {color:"#525C65", title:"SCOIL CHUIMSITHEACH CHIARÁIN"}).addTo(schoolmap);marker904.bindPopup("<b>SCOIL CHUIMSITHEACH CHIARÁIN</b><br />400 pupils signed up").openPopup();otherArray.push(marker904);var marker905 = L.circleMarker([53.5512,-6.79258], {color:"#525C65", title:"ST MARYS CONVENT N S"}).addTo(schoolmap);marker905.bindPopup("<b>ST MARYS CONVENT N S</b><br />350 pupils signed up").openPopup();otherArray.push(marker905);var marker906 = L.circleMarker([54.6876,-7.70333], {color:"#525C65", title:"ST CAIREALL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker906.bindPopup("<b>ST CAIREALL'S PRIMARY SCHOOL</b><br />120 pupils signed up").openPopup();otherArray.push(marker906);var marker907 = L.circleMarker([53.2488,-9.20554], {color:"#525C65", title:"S N NA BHFORBACHA"}).addTo(schoolmap);marker907.bindPopup("<b>S N NA BHFORBACHA</b><br />23 pupils signed up").openPopup();otherArray.push(marker907);var marker908 = L.circleMarker([52.8687,-8.20783], {color:"#525C65", title:"GAELSCOIL AONACH"}).addTo(schoolmap);marker908.bindPopup("<b>GAELSCOIL AONACH</b><br />12 pupils signed up").openPopup();otherArray.push(marker908);var marker909 = L.circleMarker([53.3012,-6.34929], {color:"#525C65", title:"COLÁISTE DE HÍDE"}).addTo(schoolmap);marker909.bindPopup("<b>COLÁISTE DE HÍDE</b><br />270 pupils signed up").openPopup();otherArray.push(marker909);var marker910 = L.circleMarker([51.8619,-8.12709], {color:"#525C65", title:"CLOYNE NATIONAL SCHOOL"}).addTo(schoolmap);marker910.bindPopup("<b>CLOYNE NATIONAL SCHOOL</b><br />20 pupils signed up").openPopup();otherArray.push(marker910);var marker911 = L.circleMarker([54.4758,-8.28163], {color:"#525C65", title:"ST MACARTANS CENTRAL"}).addTo(schoolmap);marker911.bindPopup("<b>ST MACARTANS CENTRAL</b><br />20 pupils signed up").openPopup();otherArray.push(marker911);var marker912 = L.circleMarker([52.0606,-9.50488], {color:"#525C65", title:"Killarney Youthreach"}).addTo(schoolmap);marker912.bindPopup("<b>Killarney Youthreach</b><br />27 pupils signed up").openPopup();otherArray.push(marker912);var marker913 = L.circleMarker([53.3149,-6.22796], {color:"#525C65", title:"THE TERESIAN SCHOOL"}).addTo(schoolmap);marker913.bindPopup("<b>THE TERESIAN SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker913);var marker914 = L.circleMarker([53.253,-7.54198], {color:"#525C65", title:"SCOIL COLMAIN NAOFA"}).addTo(schoolmap);marker914.bindPopup("<b>SCOIL COLMAIN NAOFA</b><br />323 pupils signed up").openPopup();otherArray.push(marker914);var marker915 = L.circleMarker([52.6564,-8.5984], {color:"#ff6961", title:"St Patricks GNS", students:"25"}).addTo(schoolmap);marker915.bindPopup("<b>St Patricks GNS</b><br />25 pupils signed up").openPopup();primaryArray.push(marker915);var marker916 = L.circleMarker([55.0278,-7.18095], {color:"#525C65", title:"BROADBRIDGE PRIMARY SCHOOL"}).addTo(schoolmap);marker916.bindPopup("<b>BROADBRIDGE PRIMARY SCHOOL</b><br />378 pupils signed up").openPopup();otherArray.push(marker916);var marker917 = L.circleMarker([54.4869,-5.53252], {color:"#525C65", title:"KIRCUBBIN INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker917.bindPopup("<b>KIRCUBBIN INTEGRATED PRIMARY SCHOOL</b><br />192 pupils signed up").openPopup();otherArray.push(marker917);var marker918 = L.circleMarker([52.6649,-8.60722], {color:"#525C65", title:"SCOIL PADRAIG NAOFA C"}).addTo(schoolmap);marker918.bindPopup("<b>SCOIL PADRAIG NAOFA C</b><br />30 pupils signed up").openPopup();otherArray.push(marker918);var marker919 = L.circleMarker([53.2796,-6.17549], {color:"#525C65", title:"ST PATRICKS GNS"}).addTo(schoolmap);marker919.bindPopup("<b>ST PATRICKS GNS</b><br />30 pupils signed up").openPopup();otherArray.push(marker919);var marker920 = L.circleMarker([52.66501601224277,-8.607225931690266], {color:"#ff6961", title:"St. Patricks GNS", students:"25"}).addTo(schoolmap);marker920.bindPopup("<b>St. Patricks GNS</b><br />25 pupils signed up").openPopup();primaryArray.push(marker920);var marker921 = L.circleMarker([53.2823,-6.26153], {color:"#525C65", title:"SCOIL NAITHI"}).addTo(schoolmap);marker921.bindPopup("<b>SCOIL NAITHI</b><br />31 pupils signed up").openPopup();otherArray.push(marker921);var marker922 = L.circleMarker([53.1968,-6.67055], {color:"#525C65", title:"GAELSCOIL NAS NA RIOGH"}).addTo(schoolmap);marker922.bindPopup("<b>GAELSCOIL NAS NA RIOGH</b><br />28 pupils signed up").openPopup();otherArray.push(marker922);var marker923 = L.circleMarker([53.2878,-7.56264], {color:"#525C65", title:"BALLYKILMURRY N S"}).addTo(schoolmap);marker923.bindPopup("<b>BALLYKILMURRY N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker923);var marker924 = L.circleMarker([54.7112,-6.21309], {color:"#525C65", title:"RIVERSIDE SPECIAL SCHOOL"}).addTo(schoolmap);marker924.bindPopup("<b>RIVERSIDE SPECIAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker924);var marker925 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"HOLY FAMILY SENIOR SCHOOL"}).addTo(schoolmap);marker925.bindPopup("<b>HOLY FAMILY SENIOR SCHOOL</b><br />680 pupils signed up").openPopup();otherArray.push(marker925);var marker926 = L.circleMarker([53.278,-6.36298], {color:"#525C65", title:"SCOIL MAELRUAIN JUNIOR"}).addTo(schoolmap);marker926.bindPopup("<b>SCOIL MAELRUAIN JUNIOR</b><br />24 pupils signed up").openPopup();otherArray.push(marker926);var marker927 = L.circleMarker([54.6963,-7.0895], {color:"#525C65", title:"OUR LADY OF LOURDES PRIMARY SCHOOL"}).addTo(schoolmap);marker927.bindPopup("<b>OUR LADY OF LOURDES PRIMARY SCHOOL</b><br />18 pupils signed up").openPopup();otherArray.push(marker927);var marker928 = L.circleMarker([54.4987,-8.18083], {color:"#525C65", title:"KILBARRON N S"}).addTo(schoolmap);marker928.bindPopup("<b>KILBARRON N S</b><br />44 pupils signed up").openPopup();otherArray.push(marker928);var marker929 = L.circleMarker([55.0001,-7.32854], {color:"#525C65", title:"ST EUGENE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker929.bindPopup("<b>ST EUGENE'S PRIMARY SCHOOL</b><br />18 pupils signed up").openPopup();otherArray.push(marker929);var marker930 = L.circleMarker([54.2684,-8.47023], {color:"#525C65", title:"OUR LADY OF MERCY N S"}).addTo(schoolmap);marker930.bindPopup("<b>OUR LADY OF MERCY N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker930);var marker931 = L.circleMarker([54.25123716689927,-5.640828623437545], {color:"#ff6961", title:"St. Josephs Primary School, Killough, Downpatrick", students:"69"}).addTo(schoolmap);marker931.bindPopup("<b>St. Josephs Primary School, Killough, Downpatrick</b><br />69 pupils signed up").openPopup();primaryArray.push(marker931);var marker932 = L.circleMarker([52.31628482061598,-7.177203130821034], {color:"#ff6961", title:"St Patricks NS", students:"28"}).addTo(schoolmap);marker932.bindPopup("<b>St Patricks NS</b><br />28 pupils signed up").openPopup();primaryArray.push(marker932);var marker933 = L.circleMarker([49.56300485674947,-4.650878906249998], {color:"#ff6961", title:"St Senan’s NS", students:"30"}).addTo(schoolmap);marker933.bindPopup("<b>St Senan’s NS</b><br />30 pupils signed up").openPopup();primaryArray.push(marker933);var marker934 = L.circleMarker([53.6461,-6.86213], {color:"#525C65", title:"S N AN RATH MHOR"}).addTo(schoolmap);marker934.bindPopup("<b>S N AN RATH MHOR</b><br />15 pupils signed up").openPopup();otherArray.push(marker934);var marker935 = L.circleMarker([54.7779,-7.57121], {color:"#525C65", title:"SN NAOMH SAMHTHANN"}).addTo(schoolmap);marker935.bindPopup("<b>SN NAOMH SAMHTHANN</b><br />40 pupils signed up").openPopup();otherArray.push(marker935);var marker936 = L.circleMarker([52.3454,-8.76776], {color:"#525C65", title:"SHANDRUM NATIONAL SCHOOL"}).addTo(schoolmap);marker936.bindPopup("<b>SHANDRUM NATIONAL SCHOOL</b><br />28 pupils signed up").openPopup();otherArray.push(marker936);var marker937 = L.circleMarker([54.1803,-6.33262], {color:"#525C65", title:"WINDSOR HILL PRIMARY SCHOOL"}).addTo(schoolmap);marker937.bindPopup("<b>WINDSOR HILL PRIMARY SCHOOL</b><br />120 pupils signed up").openPopup();otherArray.push(marker937);var marker938 = L.circleMarker([53.117,-9.284], {color:"#525C65", title:"S N PADRAIG NFA FANOIR"}).addTo(schoolmap);marker938.bindPopup("<b>S N PADRAIG NFA FANOIR</b><br />25 pupils signed up").openPopup();otherArray.push(marker938);var marker939 = L.circleMarker([52.1071,-9.79521], {color:"#525C65", title:"THE INTERMEDIATE SCHOOL"}).addTo(schoolmap);marker939.bindPopup("<b>THE INTERMEDIATE SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker939);var marker940 = L.circleMarker([52.8842,-7.15355], {color:"#525C65", title:"SCOIL AN CHROI RO NAOFA"}).addTo(schoolmap);marker940.bindPopup("<b>SCOIL AN CHROI RO NAOFA</b><br />29 pupils signed up").openPopup();otherArray.push(marker940);var marker941 = L.circleMarker([53.2818,-6.46774], {color:"#525C65", title:"SCOIL CHRONAIN"}).addTo(schoolmap);marker941.bindPopup("<b>SCOIL CHRONAIN</b><br />26 pupils signed up").openPopup();otherArray.push(marker941);var marker942 = L.circleMarker([54.9953,-7.34518], {color:"#525C65", title:"HOLY CHILD PRIMARY SCHOOL"}).addTo(schoolmap);marker942.bindPopup("<b>HOLY CHILD PRIMARY SCHOOL</b><br />20 pupils signed up").openPopup();otherArray.push(marker942);var marker943 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"SCOIL IOSAGAIN"}).addTo(schoolmap);marker943.bindPopup("<b>SCOIL IOSAGAIN</b><br />777 pupils signed up").openPopup();otherArray.push(marker943);var marker944 = L.circleMarker([53.9645,-6.37886], {color:"#525C65", title:"ST. FRANCIS NATIONAL SCHOOL"}).addTo(schoolmap);marker944.bindPopup("<b>ST. FRANCIS NATIONAL SCHOOL</b><br />480 pupils signed up").openPopup();otherArray.push(marker944);var marker945 = L.circleMarker([54.639571888676244,-6.701660156249999], {color:"#ff6961", title:"St.Mary's Primary School, Dunamore,", students:"192"}).addTo(schoolmap);marker945.bindPopup("<b>St.Mary's Primary School, Dunamore,</b><br />192 pupils signed up").openPopup();primaryArray.push(marker945);var marker946 = L.circleMarker([53.5109,-6.4134], {color:"#525C65", title:"GAELSCOIL NA MÍ"}).addTo(schoolmap);marker946.bindPopup("<b>GAELSCOIL NA MÍ</b><br />25 pupils signed up").openPopup();otherArray.push(marker946);var marker947 = L.circleMarker([51.6424,-8.76414], {color:"#525C65", title:"TIMOLEAGUE N S"}).addTo(schoolmap);marker947.bindPopup("<b>TIMOLEAGUE N S</b><br />40 pupils signed up").openPopup();otherArray.push(marker947);var marker948 = L.circleMarker([53.297,-6.26429], {color:"#525C65", title:"DE LA SALLE COLLEGE"}).addTo(schoolmap);marker948.bindPopup("<b>DE LA SALLE COLLEGE</b><br />300 pupils signed up").openPopup();otherArray.push(marker948);var marker949 = L.circleMarker([54.6475,-5.69899], {color:"#525C65", title:"KILCOOLEY PRIMARY SCHOOL"}).addTo(schoolmap);marker949.bindPopup("<b>KILCOOLEY PRIMARY SCHOOL</b><br />17 pupils signed up").openPopup();otherArray.push(marker949);var marker950 = L.circleMarker([55.2042,-6.9822], {color:"#525C65", title:"SCOIL CHOLMCILLE"}).addTo(schoolmap);marker950.bindPopup("<b>SCOIL CHOLMCILLE</b><br />30 pupils signed up").openPopup();otherArray.push(marker950);var marker951 = L.circleMarker([53.3292,-6.29588], {color:"#525C65", title:"SCOIL MHUIRE OGH 1"}).addTo(schoolmap);marker951.bindPopup("<b>SCOIL MHUIRE OGH 1</b><br />20 pupils signed up").openPopup();otherArray.push(marker951);var marker952 = L.circleMarker([52.2287,-8.94281], {color:"#525C65", title:"LIOS MAIGHIR"}).addTo(schoolmap);marker952.bindPopup("<b>LIOS MAIGHIR</b><br />16 pupils signed up").openPopup();otherArray.push(marker952);var marker953 = L.circleMarker([52.3121,-8.07805], {color:"#525C65", title:"S N CHUIRT DOIGHTE"}).addTo(schoolmap);marker953.bindPopup("<b>S N CHUIRT DOIGHTE</b><br />26 pupils signed up").openPopup();otherArray.push(marker953);var marker954 = L.circleMarker([54.1006,-7.44646], {color:"#525C65", title:"CONVENT OF MERCY N S"}).addTo(schoolmap);marker954.bindPopup("<b>CONVENT OF MERCY N S</b><br />163 pupils signed up").openPopup();otherArray.push(marker954);var marker955 = L.circleMarker([52.2651,-7.10189], {color:"#525C65", title:"OUR LADY OF GOOD COUNSEL GNS"}).addTo(schoolmap);marker955.bindPopup("<b>OUR LADY OF GOOD COUNSEL GNS</b><br />200 pupils signed up").openPopup();otherArray.push(marker955);var marker956 = L.circleMarker([53.1937,-6.17448], {color:"#525C65", title:"S N MUIRE IS GEARARD"}).addTo(schoolmap);marker956.bindPopup("<b>S N MUIRE IS GEARARD</b><br />207 pupils signed up").openPopup();otherArray.push(marker956);var marker957 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"SCOIL IOSAGAIN"}).addTo(schoolmap);marker957.bindPopup("<b>SCOIL IOSAGAIN</b><br />30 pupils signed up").openPopup();otherArray.push(marker957);var marker958 = L.circleMarker([54.9607,-7.70624], {color:"#525C65", title:"LETTERKENNY EDUCATE TOGETHER"}).addTo(schoolmap);marker958.bindPopup("<b>LETTERKENNY EDUCATE TOGETHER</b><br />30 pupils signed up").openPopup();otherArray.push(marker958);var marker959 = L.circleMarker([53.3359,-6.42577], {color:"#525C65", title:"GRIFFEEN COMMUNITY COLLEGE"}).addTo(schoolmap);marker959.bindPopup("<b>GRIFFEEN COMMUNITY COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker959);var marker960 = L.circleMarker([53.4566,-7.10299], {color:"#525C65", title:"ST ETCHENS NATIONAL SCHOOL"}).addTo(schoolmap);marker960.bindPopup("<b>ST ETCHENS NATIONAL SCHOOL</b><br />413 pupils signed up").openPopup();otherArray.push(marker960);var marker961 = L.circleMarker([52.3546,-8.68593], {color:"#525C65", title:"ST JOSEPHS CONVENT N S"}).addTo(schoolmap);marker961.bindPopup("<b>ST JOSEPHS CONVENT N S</b><br />196 pupils signed up").openPopup();otherArray.push(marker961);var marker962 = L.circleMarker([53.4018,-6.19341], {color:"#525C65", title:"OUR LADY IMMAC SEN N S"}).addTo(schoolmap);marker962.bindPopup("<b>OUR LADY IMMAC SEN N S</b><br />15 pupils signed up").openPopup();otherArray.push(marker962);var marker963 = L.circleMarker([53.1453,-7.51342], {color:"#525C65", title:"CLONASLEE COLLEGE"}).addTo(schoolmap);marker963.bindPopup("<b>CLONASLEE COLLEGE</b><br />230 pupils signed up").openPopup();otherArray.push(marker963);var marker964 = L.circleMarker([52.1238,-9.21028], {color:"#525C65", title:"S N CNOC NA CROIGHE"}).addTo(schoolmap);marker964.bindPopup("<b>S N CNOC NA CROIGHE</b><br />83 pupils signed up").openPopup();otherArray.push(marker964);var marker965 = L.circleMarker([53.2761,-6.39734], {color:"#525C65", title:"KILLINARDEN COMMUNITY SCHOOL"}).addTo(schoolmap);marker965.bindPopup("<b>KILLINARDEN COMMUNITY SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker965);var marker966 = L.circleMarker([53.8158,-8.10294], {color:"#525C65", title:"S N CILL TROSTAIN"}).addTo(schoolmap);marker966.bindPopup("<b>S N CILL TROSTAIN</b><br />45 pupils signed up").openPopup();otherArray.push(marker966);var marker967 = L.circleMarker([53.9179,-8.77661], {color:"#525C65", title:"S N TAMHNIGHAN FHEADHA"}).addTo(schoolmap);marker967.bindPopup("<b>S N TAMHNIGHAN FHEADHA</b><br />15 pupils signed up").openPopup();otherArray.push(marker967);var marker968 = L.circleMarker([53.7925,-8.92441], {color:"#525C65", title:"KNOCK N S"}).addTo(schoolmap);marker968.bindPopup("<b>KNOCK N S</b><br />150 pupils signed up").openPopup();otherArray.push(marker968);var marker969 = L.circleMarker([52.5922,-7.18244], {color:"#525C65", title:"BENNETTSBRIDGE NATIONAL SCHOOL"}).addTo(schoolmap);marker969.bindPopup("<b>BENNETTSBRIDGE NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker969);var marker970 = L.circleMarker([53.2867,-6.14001], {color:"#525C65", title:"ST JOSEPHS"}).addTo(schoolmap);marker970.bindPopup("<b>ST JOSEPHS</b><br />20 pupils signed up").openPopup();otherArray.push(marker970);var marker971 = L.circleMarker([52.6603,-7.26199], {color:"#525C65", title:"ST CANICES CENTRAL N S"}).addTo(schoolmap);marker971.bindPopup("<b>ST CANICES CENTRAL N S</b><br />50 pupils signed up").openPopup();otherArray.push(marker971);var marker972 = L.circleMarker([53.4069,-8.6351], {color:"#525C65", title:"SCOIL IARLATHA NAOFA"}).addTo(schoolmap);marker972.bindPopup("<b>SCOIL IARLATHA NAOFA</b><br />53 pupils signed up").openPopup();otherArray.push(marker972);var marker973 = L.circleMarker([52.24861357383702,-9.437255859375], {color:"#525C65", title:"Kilcolman National School"}).addTo(schoolmap);marker973.bindPopup("<b>Kilcolman National School</b><br />99 pupils signed up").openPopup();otherArray.push(marker973);var marker974 = L.circleMarker([53.3369,-6.4021], {color:"#525C65", title:"ST PETER APOSTLE SEN NS"}).addTo(schoolmap);marker974.bindPopup("<b>ST PETER APOSTLE SEN NS</b><br />20 pupils signed up").openPopup();otherArray.push(marker974);var marker975 = L.circleMarker([51.62703074838498,-9.052446710702496], {color:"#ff6961", title:"Reenascreena NS", students:"20"}).addTo(schoolmap);marker975.bindPopup("<b>Reenascreena NS</b><br />20 pupils signed up").openPopup();primaryArray.push(marker975);var marker976 = L.circleMarker([53.3316,-8.22708], {color:"#525C65", title:"SCOIL AN CHROI NAOFA"}).addTo(schoolmap);marker976.bindPopup("<b>SCOIL AN CHROI NAOFA</b><br />19 pupils signed up").openPopup();otherArray.push(marker976);var marker977 = L.circleMarker([53.3316,-8.22708], {color:"#525C65", title:"SCOIL AN CHROI NAOFA"}).addTo(schoolmap);marker977.bindPopup("<b>SCOIL AN CHROI NAOFA</b><br />6 pupils signed up").openPopup();otherArray.push(marker977);var marker978 = L.circleMarker([51.8314,-8.35387], {color:"#525C65", title:"SHANBALLY N S"}).addTo(schoolmap);marker978.bindPopup("<b>SHANBALLY N S</b><br />192 pupils signed up").openPopup();otherArray.push(marker978);var marker979 = L.circleMarker([53.2813,-6.2557], {color:"#525C65", title:"ST ATTRACTAS SENIOR N S"}).addTo(schoolmap);marker979.bindPopup("<b>ST ATTRACTAS SENIOR N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker979);var marker980 = L.circleMarker([53.2818,-6.46774], {color:"#525C65", title:"SCOIL CHRONAIN"}).addTo(schoolmap);marker980.bindPopup("<b>SCOIL CHRONAIN</b><br />25 pupils signed up").openPopup();otherArray.push(marker980);var marker981 = L.circleMarker([52.7219,-6.18847], {color:"#525C65", title:"SCOIL GHORMÁIN NAOFA"}).addTo(schoolmap);marker981.bindPopup("<b>SCOIL GHORMÁIN NAOFA</b><br />150 pupils signed up").openPopup();otherArray.push(marker981);var marker982 = L.circleMarker([52.5209,-8.7133], {color:"#525C65", title:"CROOM NATIONAL SCHOOL"}).addTo(schoolmap);marker982.bindPopup("<b>CROOM NATIONAL SCHOOL</b><br />170 pupils signed up").openPopup();otherArray.push(marker982);var marker983 = L.circleMarker([52.4799,-6.63662], {color:"#525C65", title:"DAVIDSTOWN PRIMARY SCHOOL"}).addTo(schoolmap);marker983.bindPopup("<b>DAVIDSTOWN PRIMARY SCHOOL</b><br />94 pupils signed up").openPopup();otherArray.push(marker983);var marker984 = L.circleMarker([53.2931,-7.28927], {color:"#525C65", title:"DAINGEAN N S"}).addTo(schoolmap);marker984.bindPopup("<b>DAINGEAN N S</b><br />270 pupils signed up").openPopup();otherArray.push(marker984);var marker985 = L.circleMarker([53.3244,-6.33092], {color:"#525C65", title:"DRIMNAGH CASTLE CBS N S"}).addTo(schoolmap);marker985.bindPopup("<b>DRIMNAGH CASTLE CBS N S</b><br />350 pupils signed up").openPopup();otherArray.push(marker985);var marker986 = L.circleMarker([53.8443,-6.44464], {color:"#525C65", title:"DROMIN N S"}).addTo(schoolmap);marker986.bindPopup("<b>DROMIN N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker986);var marker987 = L.circleMarker([53.3971,-7.88632], {color:"#525C65", title:"CLUAIN BUINNE N S"}).addTo(schoolmap);marker987.bindPopup("<b>CLUAIN BUINNE N S</b><br />34 pupils signed up").openPopup();otherArray.push(marker987);var marker988 = L.circleMarker([52.312183932203425,-8.077833450108015], {color:"#ff6961", title:"Burncourt NS", students:"19"}).addTo(schoolmap);marker988.bindPopup("<b>Burncourt NS</b><br />19 pupils signed up").openPopup();primaryArray.push(marker988);var marker989 = L.circleMarker([53.0033,-6.98692], {color:"#525C65", title:"GAELSCOIL ÁTHA Í"}).addTo(schoolmap);marker989.bindPopup("<b>GAELSCOIL ÁTHA Í</b><br />151 pupils signed up").openPopup();otherArray.push(marker989);var marker990 = L.circleMarker([54.6654,-5.92872], {color:"#525C65", title:"RATHCOOLE PRIMARY SCHOOL"}).addTo(schoolmap);marker990.bindPopup("<b>RATHCOOLE PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker990);var marker991 = L.circleMarker([55.00087560417259,-7.337071180114434], {color:"#525C65", title:"St Joseph’s Boy’s School"}).addTo(schoolmap);marker991.bindPopup("<b>St Joseph’s Boy’s School</b><br />500 pupils signed up").openPopup();otherArray.push(marker991);var marker992 = L.circleMarker([52.8363,-6.91312], {color:"#525C65", title:"HOLY FAMILY B N S"}).addTo(schoolmap);marker992.bindPopup("<b>HOLY FAMILY B N S</b><br />600 pupils signed up").openPopup();otherArray.push(marker992);var marker993 = L.circleMarker([52.1669,-8.73594], {color:"#525C65", title:"BALLYCLOUGH MIXED N S"}).addTo(schoolmap);marker993.bindPopup("<b>BALLYCLOUGH MIXED N S</b><br />100 pupils signed up").openPopup();otherArray.push(marker993);var marker994 = L.circleMarker([55.157,-7.35413], {color:"#525C65", title:"SCOIL NAOMH IÓSAF"}).addTo(schoolmap);marker994.bindPopup("<b>SCOIL NAOMH IÓSAF</b><br />45 pupils signed up").openPopup();otherArray.push(marker994);var marker995 = L.circleMarker([52.5668,-6.74259], {color:"#525C65", title:"KILTEALY N S"}).addTo(schoolmap);marker995.bindPopup("<b>KILTEALY N S</b><br />100 pupils signed up").openPopup();otherArray.push(marker995);var marker996 = L.circleMarker([53.3244,-7.98791], {color:"#525C65", title:"S N CHIARAIN NAOFA"}).addTo(schoolmap);marker996.bindPopup("<b>S N CHIARAIN NAOFA</b><br />83 pupils signed up").openPopup();otherArray.push(marker996);var marker997 = L.circleMarker([53.39348157253556,-6.221145628311205], {color:"#ff6961", title:"Scoil Íde GNS, Cromcastle Green, Kilmore West, Dublin 5 D05 TN12", students:"140"}).addTo(schoolmap);marker997.bindPopup("<b>Scoil Íde GNS, Cromcastle Green, Kilmore West, Dublin 5 D05 TN12</b><br />140 pupils signed up").openPopup();primaryArray.push(marker997);var marker998 = L.circleMarker([53.6529,-8.25206], {color:"#525C65", title:"CLOVER HILL N S"}).addTo(schoolmap);marker998.bindPopup("<b>CLOVER HILL N S</b><br />51 pupils signed up").openPopup();otherArray.push(marker998);var marker999 = L.circleMarker([54.4754,-6.63919], {color:"#525C65", title:"CLINTYCLAY PRIMARY SCHOOL"}).addTo(schoolmap);marker999.bindPopup("<b>CLINTYCLAY PRIMARY SCHOOL</b><br />90 pupils signed up").openPopup();otherArray.push(marker999);var marker1000 = L.circleMarker([55.0001,-7.32854], {color:"#525C65", title:"ST EUGENE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1000.bindPopup("<b>ST EUGENE'S PRIMARY SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker1000);var marker1001 = L.circleMarker([53.3097,-6.28205], {color:"#525C65", title:"ST JOSEPHS BOYS N S"}).addTo(schoolmap);marker1001.bindPopup("<b>ST JOSEPHS BOYS N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1001);var marker1002 = L.circleMarker([55.195,-6.25531], {color:"#525C65", title:"GAELSCOIL AN CHAISTIL"}).addTo(schoolmap);marker1002.bindPopup("<b>GAELSCOIL AN CHAISTIL</b><br />48 pupils signed up").openPopup();otherArray.push(marker1002);var marker1003 = L.circleMarker([54.0075,-6.46962], {color:"#525C65", title:"SCOIL MHUIRE GAN SMÁL"}).addTo(schoolmap);marker1003.bindPopup("<b>SCOIL MHUIRE GAN SMÁL</b><br />25 pupils signed up").openPopup();otherArray.push(marker1003);var marker1004 = L.circleMarker([54.8739,-6.26444], {color:"#525C65", title:"ST BRIGID'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1004.bindPopup("<b>ST BRIGID'S PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1004);var marker1005 = L.circleMarker([53.3105,-6.25001], {color:"#525C65", title:"ALEXANDRA COLLEGE"}).addTo(schoolmap);marker1005.bindPopup("<b>ALEXANDRA COLLEGE</b><br />15 pupils signed up").openPopup();otherArray.push(marker1005);var marker1006 = L.circleMarker([55.0756,-6.06168], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1006.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />94 pupils signed up").openPopup();otherArray.push(marker1006);var marker1007 = L.circleMarker([51.8899,-8.51691], {color:"#525C65", title:"MOUNT MERCY COLLEGE"}).addTo(schoolmap);marker1007.bindPopup("<b>MOUNT MERCY COLLEGE</b><br />800 pupils signed up").openPopup();otherArray.push(marker1007);var marker1008 = L.circleMarker([54.4148,-6.15243], {color:"#525C65", title:"DROMORE CENTRAL PRIMARY SCHOOL"}).addTo(schoolmap);marker1008.bindPopup("<b>DROMORE CENTRAL PRIMARY SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker1008);var marker1009 = L.circleMarker([52.8478,-8.99282], {color:"#525C65", title:"CHRIOST RI"}).addTo(schoolmap);marker1009.bindPopup("<b>CHRIOST RI</b><br />226 pupils signed up").openPopup();otherArray.push(marker1009);var marker1010 = L.circleMarker([52.2538,-8.36455], {color:"#525C65", title:"S N GLEANN NA HULADH"}).addTo(schoolmap);marker1010.bindPopup("<b>S N GLEANN NA HULADH</b><br />95 pupils signed up").openPopup();otherArray.push(marker1010);var marker1011 = L.circleMarker([54.2603,-5.84067], {color:"#525C65", title:"SACRED HEART PRIMARY SCHOOL"}).addTo(schoolmap);marker1011.bindPopup("<b>SACRED HEART PRIMARY SCHOOL</b><br />135 pupils signed up").openPopup();otherArray.push(marker1011);var marker1012 = L.circleMarker([52.2597,-9.56934], {color:"#525C65", title:"CLOGHER MXD N S"}).addTo(schoolmap);marker1012.bindPopup("<b>CLOGHER MXD N S</b><br />38 pupils signed up").openPopup();otherArray.push(marker1012);var marker1013 = L.circleMarker([52.4409,-7.88419], {color:"#525C65", title:"SCOIL MHUIRE GAN SMÁL"}).addTo(schoolmap);marker1013.bindPopup("<b>SCOIL MHUIRE GAN SMÁL</b><br />110 pupils signed up").openPopup();otherArray.push(marker1013);var marker1014 = L.circleMarker([53.8904,-8.65807], {color:"#525C65", title:"KILMOVEE IN S"}).addTo(schoolmap);marker1014.bindPopup("<b>KILMOVEE IN S</b><br />8 pupils signed up").openPopup();otherArray.push(marker1014);var marker1015 = L.circleMarker([52.2055,-7.41738], {color:"#525C65", title:"SCOIL CHOILL MHIC THOMAISIN"}).addTo(schoolmap);marker1015.bindPopup("<b>SCOIL CHOILL MHIC THOMAISIN</b><br />137 pupils signed up").openPopup();otherArray.push(marker1015);var marker1016 = L.circleMarker([53.3531,-6.24377], {color:"#525C65", title:"NAOMH LORCAN O TUATHAIL SENIOR BOYS"}).addTo(schoolmap);marker1016.bindPopup("<b>NAOMH LORCAN O TUATHAIL SENIOR BOYS</b><br />60 pupils signed up").openPopup();otherArray.push(marker1016);var marker1017 = L.circleMarker([54.3179,-6.31198], {color:"#525C65", title:"NEW-BRIDGE INTEGRATED COLLEGE"}).addTo(schoolmap);marker1017.bindPopup("<b>NEW-BRIDGE INTEGRATED COLLEGE</b><br />350 pupils signed up").openPopup();otherArray.push(marker1017);var marker1018 = L.circleMarker([53.396,-6.30933], {color:"#525C65", title:"ST KEVINS B N S"}).addTo(schoolmap);marker1018.bindPopup("<b>ST KEVINS B N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1018);var marker1019 = L.circleMarker([52.4176,-7.70411], {color:"#525C65", title:"LISRONAGH N S"}).addTo(schoolmap);marker1019.bindPopup("<b>LISRONAGH N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1019);var marker1020 = L.circleMarker([54.7659,-6.71494], {color:"#525C65", title:"ST COLUMB'S PRIMARY SCHOOL (CULLION)"}).addTo(schoolmap);marker1020.bindPopup("<b>ST COLUMB'S PRIMARY SCHOOL (CULLION)</b><br />72 pupils signed up").openPopup();otherArray.push(marker1020);var marker1021 = L.circleMarker([53.5024,-6.46503], {color:"#525C65", title:"RATOATH SENIOR NS"}).addTo(schoolmap);marker1021.bindPopup("<b>RATOATH SENIOR NS</b><br />320 pupils signed up").openPopup();otherArray.push(marker1021);var marker1022 = L.circleMarker([54.6534,-5.93178], {color:"#525C65", title:"HAZELWOOD PRIMARY SCHOOL"}).addTo(schoolmap);marker1022.bindPopup("<b>HAZELWOOD PRIMARY SCHOOL</b><br />430 pupils signed up").openPopup();otherArray.push(marker1022);var marker1023 = L.circleMarker([54.952,-7.74548], {color:"#525C65", title:"ST EUNAN'S COLLEGE"}).addTo(schoolmap);marker1023.bindPopup("<b>ST EUNAN'S COLLEGE</b><br />1000 pupils signed up").openPopup();otherArray.push(marker1023);var marker1024 = L.circleMarker([55.0345,-6.26533], {color:"#525C65", title:"ST ANNE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1024.bindPopup("<b>ST ANNE'S PRIMARY SCHOOL</b><br />70 pupils signed up").openPopup();otherArray.push(marker1024);var marker1025 = L.circleMarker([54.2031,-6.13443], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1025.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1025);var marker1026 = L.circleMarker([55.0001,-7.32854], {color:"#525C65", title:"ST EUGENE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1026.bindPopup("<b>ST EUGENE'S PRIMARY SCHOOL</b><br />22 pupils signed up").openPopup();otherArray.push(marker1026);var marker1027 = L.circleMarker([52.6572,-8.63369], {color:"#525C65", title:"LIMERICK SCHOOL PROJECT"}).addTo(schoolmap);marker1027.bindPopup("<b>LIMERICK SCHOOL PROJECT</b><br />27 pupils signed up").openPopup();otherArray.push(marker1027);var marker1028 = L.circleMarker([52.6994,-8.89032], {color:"#525C65", title:"SHANNON AIRPORT 1 N S"}).addTo(schoolmap);marker1028.bindPopup("<b>SHANNON AIRPORT 1 N S</b><br />115 pupils signed up").openPopup();otherArray.push(marker1028);var marker1029 = L.circleMarker([52.60336029976992,-7.783813476562501], {color:"#ff6961", title:"St Joseph`s Primary School", students:"165"}).addTo(schoolmap);marker1029.bindPopup("<b>St Joseph`s Primary School</b><br />165 pupils signed up").openPopup();primaryArray.push(marker1029);var marker1030 = L.circleMarker([52.3752,-7.92044], {color:"#ff6961", title:"Bunscoil na Cathrach", students:"30"}).addTo(schoolmap);marker1030.bindPopup("<b>Bunscoil na Cathrach</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1030);var marker1031 = L.circleMarker([54.0068,-6.39059], {color:"#525C65", title:"RÉALT NA MARA SCHOOL"}).addTo(schoolmap);marker1031.bindPopup("<b>RÉALT NA MARA SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker1031);var marker1032 = L.circleMarker([51.9062,-9.44208], {color:"#525C65", title:"KILGARVAN CENTRAL SCHL"}).addTo(schoolmap);marker1032.bindPopup("<b>KILGARVAN CENTRAL SCHL</b><br />99 pupils signed up").openPopup();otherArray.push(marker1032);var marker1033 = L.circleMarker([54.0975,-9.29889], {color:"#525C65", title:"JESUS & MARY SECONDARY SCHOOL"}).addTo(schoolmap);marker1033.bindPopup("<b>JESUS & MARY SECONDARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1033);var marker1034 = L.circleMarker([51.8492,-8.33428], {color:"#525C65", title:"MONKSTOWN N S"}).addTo(schoolmap);marker1034.bindPopup("<b>MONKSTOWN N S</b><br />208 pupils signed up").openPopup();otherArray.push(marker1034);var marker1035 = L.circleMarker([53.8393,-7.43421], {color:"#525C65", title:"MULLAHORAN CENTRAL N S"}).addTo(schoolmap);marker1035.bindPopup("<b>MULLAHORAN CENTRAL N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker1035);var marker1036 = L.circleMarker([51.6269,-9.05254], {color:"#525C65", title:"S N RE NA SCRINE"}).addTo(schoolmap);marker1036.bindPopup("<b>S N RE NA SCRINE</b><br />11 pupils signed up").openPopup();otherArray.push(marker1036);var marker1037 = L.circleMarker([54.2212,-8.23819], {color:"#525C65", title:"ARDVARNEY MXD N S"}).addTo(schoolmap);marker1037.bindPopup("<b>ARDVARNEY MXD N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker1037);var marker1038 = L.circleMarker([52.053,-8.10925], {color:"#525C65", title:"SCOIL CHAITRIONA"}).addTo(schoolmap);marker1038.bindPopup("<b>SCOIL CHAITRIONA</b><br />114 pupils signed up").openPopup();otherArray.push(marker1038);var marker1039 = L.circleMarker([52.2542,-7.10647], {color:"#525C65", title:"S N DEAGLAN"}).addTo(schoolmap);marker1039.bindPopup("<b>S N DEAGLAN</b><br />28 pupils signed up").openPopup();otherArray.push(marker1039);var marker1040 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"CLAREGALWAY EDUCATE TOGETHER N S"}).addTo(schoolmap);marker1040.bindPopup("<b>CLAREGALWAY EDUCATE TOGETHER N S</b><br />225 pupils signed up").openPopup();otherArray.push(marker1040);var marker1041 = L.circleMarker([51.8902,-8.60655], {color:"#525C65", title:"SCOIL BARRA"}).addTo(schoolmap);marker1041.bindPopup("<b>SCOIL BARRA</b><br />30 pupils signed up").openPopup();otherArray.push(marker1041);var marker1042 = L.circleMarker([53.2447,-9.30287], {color:"#525C65", title:"SCOIL EINNE"}).addTo(schoolmap);marker1042.bindPopup("<b>SCOIL EINNE</b><br />171 pupils signed up").openPopup();otherArray.push(marker1042);var marker1043 = L.circleMarker([51.8848,-9.58196], {color:"#525C65", title:"ST JOHNS NS"}).addTo(schoolmap);marker1043.bindPopup("<b>ST JOHNS NS</b><br />25 pupils signed up").openPopup();otherArray.push(marker1043);var marker1044 = L.circleMarker([53.2813,-6.2557], {color:"#525C65", title:"ST ATTRACTAS SENIOR N S"}).addTo(schoolmap);marker1044.bindPopup("<b>ST ATTRACTAS SENIOR N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker1044);var marker1045 = L.circleMarker([53.7181,-6.34987], {color:"#525C65", title:"SCOIL NA MBRAITHRE SN"}).addTo(schoolmap);marker1045.bindPopup("<b>SCOIL NA MBRAITHRE SN</b><br />360 pupils signed up").openPopup();otherArray.push(marker1045);var marker1046 = L.circleMarker([52.84583749170153,-8.989262846895564], {color:"#ff6961", title:"Knockanean", students:"270"}).addTo(schoolmap);marker1046.bindPopup("<b>Knockanean</b><br />270 pupils signed up").openPopup();primaryArray.push(marker1046);var marker1047 = L.circleMarker([53.669,-8.49993], {color:"#525C65", title:"S N CILL CRUAIN"}).addTo(schoolmap);marker1047.bindPopup("<b>S N CILL CRUAIN</b><br />52 pupils signed up").openPopup();otherArray.push(marker1047);var marker1048 = L.circleMarker([53.003,-7.47283], {color:"#525C65", title:"CLUAIN EIDHNEACH N S"}).addTo(schoolmap);marker1048.bindPopup("<b>CLUAIN EIDHNEACH N S</b><br />89 pupils signed up").openPopup();otherArray.push(marker1048);var marker1049 = L.circleMarker([53.3414,-6.2735], {color:"#525C65", title:"SCOIL NA MBRATHAR"}).addTo(schoolmap);marker1049.bindPopup("<b>SCOIL NA MBRATHAR</b><br />155 pupils signed up").openPopup();otherArray.push(marker1049);var marker1050 = L.circleMarker([51.9069,-8.38429], {color:"#525C65", title:"GAELSCOIL UI DRISCEOIL"}).addTo(schoolmap);marker1050.bindPopup("<b>GAELSCOIL UI DRISCEOIL</b><br />370 pupils signed up").openPopup();otherArray.push(marker1050);var marker1051 = L.circleMarker([52.1142,-9.8355], {color:"#525C65", title:"DOUGLAS NATIONAL SCHOOL"}).addTo(schoolmap);marker1051.bindPopup("<b>DOUGLAS NATIONAL SCHOOL</b><br />42 pupils signed up").openPopup();otherArray.push(marker1051);var marker1052 = L.circleMarker([53.071,-8.46381], {color:"#525C65", title:"S N PAIRC NA SLINNE"}).addTo(schoolmap);marker1052.bindPopup("<b>S N PAIRC NA SLINNE</b><br />13 pupils signed up").openPopup();otherArray.push(marker1052);var marker1053 = L.circleMarker([53.4526,-6.29255], {color:"#525C65", title:"MARY QUEEN OF IRELAND N S"}).addTo(schoolmap);marker1053.bindPopup("<b>MARY QUEEN OF IRELAND N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker1053);var marker1054 = L.circleMarker([52.6603,-7.26199], {color:"#525C65", title:"ST CANICES CENTRAL N S"}).addTo(schoolmap);marker1054.bindPopup("<b>ST CANICES CENTRAL N S</b><br />600 pupils signed up").openPopup();otherArray.push(marker1054);var marker1055 = L.circleMarker([53.9382,-7.52355], {color:"#525C65", title:"CORONEA N S"}).addTo(schoolmap);marker1055.bindPopup("<b>CORONEA N S</b><br />14 pupils signed up").openPopup();otherArray.push(marker1055);var marker1056 = L.circleMarker([52.2644,-7.09877], {color:"#525C65", title:"ABBEY COMMUNITY COLLEGE"}).addTo(schoolmap);marker1056.bindPopup("<b>ABBEY COMMUNITY COLLEGE</b><br />1000 pupils signed up").openPopup();otherArray.push(marker1056);var marker1057 = L.circleMarker([52.5242,-9.29093], {color:"#525C65", title:"BALLYGUILTENANE N S"}).addTo(schoolmap);marker1057.bindPopup("<b>BALLYGUILTENANE N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker1057);var marker1058 = L.circleMarker([51.8913,-8.40298], {color:"#525C65", title:"NAGLE COMMUNITY COLLEGE"}).addTo(schoolmap);marker1058.bindPopup("<b>NAGLE COMMUNITY COLLEGE</b><br />300 pupils signed up").openPopup();otherArray.push(marker1058);var marker1059 = L.circleMarker([53.3206,-6.30747], {color:"#525C65", title:"SCOIL ÚNA NAOFA"}).addTo(schoolmap);marker1059.bindPopup("<b>SCOIL ÚNA NAOFA</b><br />360 pupils signed up").openPopup();otherArray.push(marker1059);var marker1060 = L.circleMarker([53.3854,-6.27738], {color:"#525C65", title:"ST KEVINS COLLEGE"}).addTo(schoolmap);marker1060.bindPopup("<b>ST KEVINS COLLEGE</b><br />500 pupils signed up").openPopup();otherArray.push(marker1060);var marker1061 = L.circleMarker([51.8551,-8.28655], {color:"#525C65", title:"CARRIGNAFOY COMMUNITY COLLEGE"}).addTo(schoolmap);marker1061.bindPopup("<b>CARRIGNAFOY COMMUNITY COLLEGE</b><br />320 pupils signed up").openPopup();otherArray.push(marker1061);var marker1062 = L.circleMarker([52.6802,-8.51249], {color:"#525C65", title:"S N LIOS NA GROI"}).addTo(schoolmap);marker1062.bindPopup("<b>S N LIOS NA GROI</b><br />30 pupils signed up").openPopup();otherArray.push(marker1062);var marker1063 = L.circleMarker([53.2732,-9.09596], {color:"#525C65", title:"GAELSCOIL MHIC AMHLAIGH"}).addTo(schoolmap);marker1063.bindPopup("<b>GAELSCOIL MHIC AMHLAIGH</b><br />650 pupils signed up").openPopup();otherArray.push(marker1063);var marker1064 = L.circleMarker([52.8173,-8.86063], {color:"#525C65", title:"SCOIL NA MAINISTREACH QUIN DANGAN"}).addTo(schoolmap);marker1064.bindPopup("<b>SCOIL NA MAINISTREACH QUIN DANGAN</b><br />317 pupils signed up").openPopup();otherArray.push(marker1064);var marker1065 = L.circleMarker([54.6712,-5.95352], {color:"#525C65", title:"GLENGORMLEY INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker1065.bindPopup("<b>GLENGORMLEY INTEGRATED PRIMARY SCHOOL</b><br />230 pupils signed up").openPopup();otherArray.push(marker1065);var marker1066 = L.circleMarker([53.3971,-7.88632], {color:"#525C65", title:"CLUAIN BUINNE N S"}).addTo(schoolmap);marker1066.bindPopup("<b>CLUAIN BUINNE N S</b><br />35 pupils signed up").openPopup();otherArray.push(marker1066);var marker1067 = L.circleMarker([51.6649,-8.92857], {color:"#525C65", title:"S N CNOC SCEACH"}).addTo(schoolmap);marker1067.bindPopup("<b>S N CNOC SCEACH</b><br />210 pupils signed up").openPopup();otherArray.push(marker1067);var marker1068 = L.circleMarker([54.5877,-5.91348], {color:"#525C65", title:"PARK EDUCATION RESOURCE CENTRE"}).addTo(schoolmap);marker1068.bindPopup("<b>PARK EDUCATION RESOURCE CENTRE</b><br />200 pupils signed up").openPopup();otherArray.push(marker1068);var marker1069 = L.circleMarker([53.3534,-6.2551], {color:"#525C65", title:"RUTLAND NATIONAL SCHOOL"}).addTo(schoolmap);marker1069.bindPopup("<b>RUTLAND NATIONAL SCHOOL</b><br />153 pupils signed up").openPopup();otherArray.push(marker1069);var marker1070 = L.circleMarker([52.6841,-7.826], {color:"#525C65", title:"COLÁISTE MHUIRE CO-ED"}).addTo(schoolmap);marker1070.bindPopup("<b>COLÁISTE MHUIRE CO-ED</b><br />620 pupils signed up").openPopup();otherArray.push(marker1070);var marker1071 = L.circleMarker([54.5982,-5.94708], {color:"#525C65", title:"ST PETER'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1071.bindPopup("<b>ST PETER'S PRIMARY SCHOOL</b><br />270 pupils signed up").openPopup();otherArray.push(marker1071);var marker1072 = L.circleMarker([51.92210821196326,-8.605956807732582], {color:"#ff6961", title:"St James' National School", students:"19"}).addTo(schoolmap);marker1072.bindPopup("<b>St James' National School</b><br />19 pupils signed up").openPopup();primaryArray.push(marker1072);var marker1073 = L.circleMarker([54.6486,-8.11251], {color:"#525C65", title:"ABBEY VOCATIONAL SCHOOL"}).addTo(schoolmap);marker1073.bindPopup("<b>ABBEY VOCATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1073);var marker1074 = L.circleMarker([53.3651,-6.2452], {color:"#525C65", title:"ST JOSEPH'S ADOLESCENT SCHOOL"}).addTo(schoolmap);marker1074.bindPopup("<b>ST JOSEPH'S ADOLESCENT SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1074);var marker1075 = L.circleMarker([53.6537,-6.78954], {color:"#525C65", title:"BOHERMEEN N S"}).addTo(schoolmap);marker1075.bindPopup("<b>BOHERMEEN N S</b><br />237 pupils signed up").openPopup();otherArray.push(marker1075);var marker1076 = L.circleMarker([52.071,-9.58315], {color:"#525C65", title:"S N AN FHOSSA"}).addTo(schoolmap);marker1076.bindPopup("<b>S N AN FHOSSA</b><br />20 pupils signed up").openPopup();otherArray.push(marker1076);var marker1077 = L.circleMarker([53.5257,-7.36431], {color:"#525C65", title:"MULLINGAR EDUCATE TOGETHER"}).addTo(schoolmap);marker1077.bindPopup("<b>MULLINGAR EDUCATE TOGETHER</b><br />380 pupils signed up").openPopup();otherArray.push(marker1077);var marker1078 = L.circleMarker([53.42410043934038,-8.723144195973871], {color:"#ff6961", title:"Ballaghlea NS", students:"100"}).addTo(schoolmap);marker1078.bindPopup("<b>Ballaghlea NS</b><br />100 pupils signed up").openPopup();primaryArray.push(marker1078);var marker1079 = L.circleMarker([53.30297983475592,-8.833007141947746], {color:"#ff6961", title:"Athenry Primary School", students:"520"}).addTo(schoolmap);marker1079.bindPopup("<b>Athenry Primary School</b><br />520 pupils signed up").openPopup();primaryArray.push(marker1079);var marker1080 = L.circleMarker([52.0764,-9.24927], {color:"#525C65", title:"HOLY FAMILY NATIONAL SCHOOL"}).addTo(schoolmap);marker1080.bindPopup("<b>HOLY FAMILY NATIONAL SCHOOL</b><br />235 pupils signed up").openPopup();otherArray.push(marker1080);var marker1081 = L.circleMarker([54.075,-7.73783], {color:"#525C65", title:"AUGHAWILLAN NS"}).addTo(schoolmap);marker1081.bindPopup("<b>AUGHAWILLAN NS</b><br />18 pupils signed up").openPopup();otherArray.push(marker1081);var marker1082 = L.circleMarker([53.201,-8.45666], {color:"#525C65", title:"S N CILL CUILE"}).addTo(schoolmap);marker1082.bindPopup("<b>S N CILL CUILE</b><br />110 pupils signed up").openPopup();otherArray.push(marker1082);var marker1083 = L.circleMarker([52.48689114907563,-9.577047092100205], {color:"#ff6961", title:"Scoil Eiltin Naofa, Lisselton", students:"70"}).addTo(schoolmap);marker1083.bindPopup("<b>Scoil Eiltin Naofa, Lisselton</b><br />70 pupils signed up").openPopup();primaryArray.push(marker1083);var marker1084 = L.circleMarker([52.71890971974045,-6.2523193527013055], {color:"#ff6961", title:"Scoil íosagaín Coolgreany", students:"130"}).addTo(schoolmap);marker1084.bindPopup("<b>Scoil íosagaín Coolgreany</b><br />130 pupils signed up").openPopup();primaryArray.push(marker1084);var marker1085 = L.circleMarker([54.3709,-5.78903], {color:"#525C65", title:"THE HOLY FAMILY PRIMARY SCHOOL"}).addTo(schoolmap);marker1085.bindPopup("<b>THE HOLY FAMILY PRIMARY SCHOOL</b><br />190 pupils signed up").openPopup();otherArray.push(marker1085);var marker1086 = L.circleMarker([54.353,-5.87538], {color:"#525C65", title:"CHRIST THE KING PRIMARY SCHOOL"}).addTo(schoolmap);marker1086.bindPopup("<b>CHRIST THE KING PRIMARY SCHOOL</b><br />76 pupils signed up").openPopup();otherArray.push(marker1086);var marker1087 = L.circleMarker([52.2523,-7.12679], {color:"#525C65", title:"PRESENTATION SECONDARY SCHOOL"}).addTo(schoolmap);marker1087.bindPopup("<b>PRESENTATION SECONDARY SCHOOL</b><br />425 pupils signed up").openPopup();otherArray.push(marker1087);var marker1088 = L.circleMarker([52.44494606382858,-9.485021837289366], {color:"#525C65", title:"Listowel Youthreach"}).addTo(schoolmap);marker1088.bindPopup("<b>Listowel Youthreach</b><br />25 pupils signed up").openPopup();otherArray.push(marker1088);var marker1089 = L.circleMarker([52.2819,-7.74062], {color:"#525C65", title:"BALLYMACARBERRY N S"}).addTo(schoolmap);marker1089.bindPopup("<b>BALLYMACARBERRY N S</b><br />150 pupils signed up").openPopup();otherArray.push(marker1089);var marker1090 = L.circleMarker([52.8297,-6.91191], {color:"#525C65", title:"GAELSCOIL EOGHAIN UÍ THUAIRISC"}).addTo(schoolmap);marker1090.bindPopup("<b>GAELSCOIL EOGHAIN UÍ THUAIRISC</b><br />470 pupils signed up").openPopup();otherArray.push(marker1090);var marker1091 = L.circleMarker([53.3369,-6.4021], {color:"#525C65", title:"ST PETER APOSTLE SEN NS"}).addTo(schoolmap);marker1091.bindPopup("<b>ST PETER APOSTLE SEN NS</b><br />26 pupils signed up").openPopup();otherArray.push(marker1091);var marker1092 = L.circleMarker([54.49,-5.47145], {color:"#525C65", title:"GLASTRY COLLEGE"}).addTo(schoolmap);marker1092.bindPopup("<b>GLASTRY COLLEGE</b><br />230 pupils signed up").openPopup();otherArray.push(marker1092);var marker1093 = L.circleMarker([53.7602,-9.2274], {color:"#525C65", title:"CLOGHER NS"}).addTo(schoolmap);marker1093.bindPopup("<b>CLOGHER NS</b><br />48 pupils signed up").openPopup();otherArray.push(marker1093);var marker1094 = L.circleMarker([54.2553,-5.93778], {color:"#525C65", title:"BUNSCOIL BHEANNA BOIRCHE"}).addTo(schoolmap);marker1094.bindPopup("<b>BUNSCOIL BHEANNA BOIRCHE</b><br />160 pupils signed up").openPopup();otherArray.push(marker1094);var marker1095 = L.circleMarker([53.3369,-6.4021], {color:"#525C65", title:"ST PETER APOSTLE SEN NS"}).addTo(schoolmap);marker1095.bindPopup("<b>ST PETER APOSTLE SEN NS</b><br />20 pupils signed up").openPopup();otherArray.push(marker1095);var marker1096 = L.circleMarker([51.8736,-8.44376], {color:"#ff6961", title:"ST COLUMBAS G.N.S with Facility for Deaf Children", students:"377"}).addTo(schoolmap);marker1096.bindPopup("<b>ST COLUMBAS G.N.S with Facility for Deaf Children</b><br />377 pupils signed up").openPopup();primaryArray.push(marker1096);var marker1097 = L.circleMarker([53.3105,-6.25001], {color:"#525C65", title:"ALEXANDRA COLLEGE"}).addTo(schoolmap);marker1097.bindPopup("<b>ALEXANDRA COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker1097);var marker1098 = L.circleMarker([52.4734,-8.43479], {color:"#525C65", title:"JOHN THE BAPTIST COMMUNITY SCHOOL"}).addTo(schoolmap);marker1098.bindPopup("<b>JOHN THE BAPTIST COMMUNITY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker1098);var marker1099 = L.circleMarker([53.3844,-6.06893], {color:"#525C65", title:"SCOIL MHUIRE MXD"}).addTo(schoolmap);marker1099.bindPopup("<b>SCOIL MHUIRE MXD</b><br />350 pupils signed up").openPopup();otherArray.push(marker1099);var marker1100 = L.circleMarker([53.9654,-7.32165], {color:"#525C65", title:"S N CRUABANAI"}).addTo(schoolmap);marker1100.bindPopup("<b>S N CRUABANAI</b><br />19 pupils signed up").openPopup();otherArray.push(marker1100);var marker1101 = L.circleMarker([53.3921,-6.32281], {color:"#525C65", title:"NEW CROSS COLLEGE"}).addTo(schoolmap);marker1101.bindPopup("<b>NEW CROSS COLLEGE</b><br />450 pupils signed up").openPopup();otherArray.push(marker1101);var marker1102 = L.circleMarker([53.0551,-6.69877], {color:"#525C65", title:"SN NICOLAIS NAOFA"}).addTo(schoolmap);marker1102.bindPopup("<b>SN NICOLAIS NAOFA</b><br />250 pupils signed up").openPopup();otherArray.push(marker1102);var marker1103 = L.circleMarker([53.5732,-9.22432], {color:"#525C65", title:"S N NA HAILLE"}).addTo(schoolmap);marker1103.bindPopup("<b>S N NA HAILLE</b><br />140 pupils signed up").openPopup();otherArray.push(marker1103);var marker1104 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"PRESENTATION PRIMARY SCHOOL"}).addTo(schoolmap);marker1104.bindPopup("<b>PRESENTATION PRIMARY SCHOOL</b><br />440 pupils signed up").openPopup();otherArray.push(marker1104);var marker1105 = L.circleMarker([54.212857178897735,-6.492919921875001], {color:"#ff6961", title:"St. Michael's P.S, 29 Killean School Road, Killean Co. Armagh", students:"140"}).addTo(schoolmap);marker1105.bindPopup("<b>St. Michael's P.S, 29 Killean School Road, Killean Co. Armagh</b><br />140 pupils signed up").openPopup();primaryArray.push(marker1105);var marker1106 = L.circleMarker([52.9801,-6.06451], {color:"#525C65", title:"WICKLOW EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1106.bindPopup("<b>WICKLOW EDUCATE TOGETHER NS</b><br />350 pupils signed up").openPopup();otherArray.push(marker1106);var marker1107 = L.circleMarker([53.3834,-6.38323], {color:"#525C65", title:"ST FRANCIS XAVIER J N S"}).addTo(schoolmap);marker1107.bindPopup("<b>ST FRANCIS XAVIER J N S</b><br />380 pupils signed up").openPopup();otherArray.push(marker1107);var marker1108 = L.circleMarker([53.39309242285236,-6.2645507863967875], {color:"#525C65", title:"ROSMINI COMMUNITY SCHOOL"}).addTo(schoolmap);marker1108.bindPopup("<b>ROSMINI COMMUNITY SCHOOL</b><br />80 pupils signed up").openPopup();otherArray.push(marker1108);var marker1109 = L.circleMarker([54.9996,-7.30549], {color:"#525C65", title:"OAKGROVE INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker1109.bindPopup("<b>OAKGROVE INTEGRATED PRIMARY SCHOOL</b><br />350 pupils signed up").openPopup();otherArray.push(marker1109);var marker1110 = L.circleMarker([54.2608,-7.45361], {color:"#525C65", title:"ST RONAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1110.bindPopup("<b>ST RONAN'S PRIMARY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1110);var marker1111 = L.circleMarker([54.2651,-9.79778], {color:"#525C65", title:"S N POL A TSOMAIS"}).addTo(schoolmap);marker1111.bindPopup("<b>S N POL A TSOMAIS</b><br />27 pupils signed up").openPopup();otherArray.push(marker1111);var marker1112 = L.circleMarker([52.2968,-6.77027], {color:"#525C65", title:"CLONGEEN MXD N S"}).addTo(schoolmap);marker1112.bindPopup("<b>CLONGEEN MXD N S</b><br />95 pupils signed up").openPopup();otherArray.push(marker1112);var marker1113 = L.circleMarker([54.7695,-7.2562], {color:"#525C65", title:"ST PETER'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1113.bindPopup("<b>ST PETER'S PRIMARY SCHOOL</b><br />93 pupils signed up").openPopup();otherArray.push(marker1113);var marker1114 = L.circleMarker([52.5094,-7.8852], {color:"#525C65", title:"CASHEL DEANERY"}).addTo(schoolmap);marker1114.bindPopup("<b>CASHEL DEANERY</b><br />15 pupils signed up").openPopup();otherArray.push(marker1114);var marker1115 = L.circleMarker([53.2766,-7.48579], {color:"#525C65", title:"SACRED HEART SECONDARY SCHOOL"}).addTo(schoolmap);marker1115.bindPopup("<b>SACRED HEART SECONDARY SCHOOL</b><br />600 pupils signed up").openPopup();otherArray.push(marker1115);var marker1116 = L.circleMarker([52.6813,-7.81165], {color:"#525C65", title:"SCOIL ANGELA"}).addTo(schoolmap);marker1116.bindPopup("<b>SCOIL ANGELA</b><br />19 pupils signed up").openPopup();otherArray.push(marker1116);var marker1117 = L.circleMarker([54.0742,-7.07458], {color:"#525C65", title:"ST MICHAELS NATIONAL SCHOOL"}).addTo(schoolmap);marker1117.bindPopup("<b>ST MICHAELS NATIONAL SCHOOL</b><br />240 pupils signed up").openPopup();otherArray.push(marker1117);var marker1118 = L.circleMarker([52.4797,-8.4329], {color:"#525C65", title:"HOSPITAL NS"}).addTo(schoolmap);marker1118.bindPopup("<b>HOSPITAL NS</b><br />24 pupils signed up").openPopup();otherArray.push(marker1118);var marker1119 = L.circleMarker([54.2178,-7.04113], {color:"#525C65", title:"THREEMILEHOUSE N S"}).addTo(schoolmap);marker1119.bindPopup("<b>THREEMILEHOUSE N S</b><br />141 pupils signed up").openPopup();otherArray.push(marker1119);var marker1120 = L.circleMarker([52.7193,-7.57961], {color:"#525C65", title:"SCOIL AN CHROÍ RÓ-NAOFA"}).addTo(schoolmap);marker1120.bindPopup("<b>SCOIL AN CHROÍ RÓ-NAOFA</b><br />24 pupils signed up").openPopup();otherArray.push(marker1120);var marker1121 = L.circleMarker([52.3604,-7.71654], {color:"#525C65", title:"ST OLIVER PLUNKETTS NS"}).addTo(schoolmap);marker1121.bindPopup("<b>ST OLIVER PLUNKETTS NS</b><br />320 pupils signed up").openPopup();otherArray.push(marker1121);var marker1122 = L.circleMarker([53.0318,-7.293], {color:"#525C65", title:"ST FRANCIS S S"}).addTo(schoolmap);marker1122.bindPopup("<b>ST FRANCIS S S</b><br />127 pupils signed up").openPopup();otherArray.push(marker1122);var marker1123 = L.circleMarker([53.52482393599229,-7.0974922450605185], {color:"#ff6961", title:"Raharney N.S", students:"61"}).addTo(schoolmap);marker1123.bindPopup("<b>Raharney N.S</b><br />61 pupils signed up").openPopup();primaryArray.push(marker1123);var marker1124 = L.circleMarker([52.5569,-8.40585], {color:"#525C65", title:"CLOVERFIELD N S"}).addTo(schoolmap);marker1124.bindPopup("<b>CLOVERFIELD N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker1124);var marker1125 = L.circleMarker([52.63740341489242,-8.651915788650513], {color:"#525C65", title:"SCOIL PHOIL NAOFA"}).addTo(schoolmap);marker1125.bindPopup("<b>SCOIL PHOIL NAOFA</b><br />650 pupils signed up").openPopup();otherArray.push(marker1125);var marker1126 = L.circleMarker([53.388,-6.20398], {color:"#525C65", title:"CHANEL COLLEGE"}).addTo(schoolmap);marker1126.bindPopup("<b>CHANEL COLLEGE</b><br />430 pupils signed up").openPopup();otherArray.push(marker1126);var marker1127 = L.circleMarker([54.3307,-5.71969], {color:"#525C65", title:"DOWN HIGH SCHOOL"}).addTo(schoolmap);marker1127.bindPopup("<b>DOWN HIGH SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1127);var marker1128 = L.circleMarker([53.56640398796458,-7.767848950956249], {color:"#525C65", title:"Youthreach Ballymahon"}).addTo(schoolmap);marker1128.bindPopup("<b>Youthreach Ballymahon</b><br />30 pupils signed up").openPopup();otherArray.push(marker1128);var marker1129 = L.circleMarker([52.0875,-7.61918], {color:"#525C65", title:"ARD SCOIL NA NDEISE"}).addTo(schoolmap);marker1129.bindPopup("<b>ARD SCOIL NA NDEISE</b><br />250 pupils signed up").openPopup();otherArray.push(marker1129);var marker1130 = L.circleMarker([54.9925,-5.99092], {color:"#525C65", title:"CARNLOUGH CONTROLLED INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker1130.bindPopup("<b>CARNLOUGH CONTROLLED INTEGRATED PRIMARY SCHOOL</b><br />35 pupils signed up").openPopup();otherArray.push(marker1130);var marker1131 = L.circleMarker([54.1777,-9.0273], {color:"#525C65", title:"STOKANE NS"}).addTo(schoolmap);marker1131.bindPopup("<b>STOKANE NS</b><br />30 pupils signed up").openPopup();otherArray.push(marker1131);var marker1132 = L.circleMarker([54.353,-5.87538], {color:"#525C65", title:"CHRIST THE KING PRIMARY SCHOOL"}).addTo(schoolmap);marker1132.bindPopup("<b>CHRIST THE KING PRIMARY SCHOOL</b><br />76 pupils signed up").openPopup();otherArray.push(marker1132);var marker1133 = L.circleMarker([52.0539,-7.89182], {color:"#525C65", title:"KNOCKANORE N S"}).addTo(schoolmap);marker1133.bindPopup("<b>KNOCKANORE N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker1133);var marker1134 = L.circleMarker([54.353,-5.87538], {color:"#525C65", title:"CHRIST THE KING PRIMARY SCHOOL"}).addTo(schoolmap);marker1134.bindPopup("<b>CHRIST THE KING PRIMARY SCHOOL</b><br />76 pupils signed up").openPopup();otherArray.push(marker1134);var marker1135 = L.circleMarker([54.0892,-6.41577], {color:"#525C65", title:"DROMINTEE PRIMARY SCHOOL"}).addTo(schoolmap);marker1135.bindPopup("<b>DROMINTEE PRIMARY SCHOOL</b><br />160 pupils signed up").openPopup();otherArray.push(marker1135);var marker1136 = L.circleMarker([53.3488,-6.54941], {color:"#525C65", title:"AGHARDS N S"}).addTo(schoolmap);marker1136.bindPopup("<b>AGHARDS N S</b><br />700 pupils signed up").openPopup();otherArray.push(marker1136);var marker1137 = L.circleMarker([53.729,-9.22059], {color:"#525C65", title:"BURRISCARRA N S"}).addTo(schoolmap);marker1137.bindPopup("<b>BURRISCARRA N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker1137);var marker1138 = L.circleMarker([52.64091635293295,-8.728474263735857], {color:"#ff6961", title:"St Joseph's National School Ballybrown", students:"30"}).addTo(schoolmap);marker1138.bindPopup("<b>St Joseph's National School Ballybrown</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1138);var marker1139 = L.circleMarker([53.293,-6.34539], {color:"#525C65", title:"ST ROSES SPECIAL SCHOOL"}).addTo(schoolmap);marker1139.bindPopup("<b>ST ROSES SPECIAL SCHOOL</b><br />63 pupils signed up").openPopup();otherArray.push(marker1139);var marker1140 = L.circleMarker([55.0216,-7.34531], {color:"#525C65", title:"GAELSCOIL NA DAROIGE"}).addTo(schoolmap);marker1140.bindPopup("<b>GAELSCOIL NA DAROIGE</b><br />140 pupils signed up").openPopup();otherArray.push(marker1140);var marker1141 = L.circleMarker([52.7193,-7.57961], {color:"#525C65", title:"SCOIL AN CHROÍ RÓ-NAOFA"}).addTo(schoolmap);marker1141.bindPopup("<b>SCOIL AN CHROÍ RÓ-NAOFA</b><br />24 pupils signed up").openPopup();otherArray.push(marker1141);var marker1142 = L.circleMarker([52.6029,-8.24523], {color:"#525C65", title:"DOON CONVENT N S"}).addTo(schoolmap);marker1142.bindPopup("<b>DOON CONVENT N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker1142);var marker1143 = L.circleMarker([54.8115,-7.4569], {color:"#525C65", title:"STRABANE ACADEMY"}).addTo(schoolmap);marker1143.bindPopup("<b>STRABANE ACADEMY</b><br />500 pupils signed up").openPopup();otherArray.push(marker1143);var marker1144 = L.circleMarker([53.4018,-6.19341], {color:"#525C65", title:"OUR LADY IMMAC SEN N S"}).addTo(schoolmap);marker1144.bindPopup("<b>OUR LADY IMMAC SEN N S</b><br />180 pupils signed up").openPopup();otherArray.push(marker1144);var marker1145 = L.circleMarker([55.1391,-6.68376], {color:"#525C65", title:"D H CHRISTIE MEMORIAL PRIMARY SCHOOL"}).addTo(schoolmap);marker1145.bindPopup("<b>D H CHRISTIE MEMORIAL PRIMARY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1145);var marker1146 = L.circleMarker([52.8376,-6.9456], {color:"#525C65", title:"S.N. NAOMH FHIACH"}).addTo(schoolmap);marker1146.bindPopup("<b>S.N. NAOMH FHIACH</b><br />570 pupils signed up").openPopup();otherArray.push(marker1146);var marker1147 = L.circleMarker([52.5702,-7.67536], {color:"#525C65", title:"KILLENAULE N S"}).addTo(schoolmap);marker1147.bindPopup("<b>KILLENAULE N S</b><br />140 pupils signed up").openPopup();otherArray.push(marker1147);var marker1148 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"CELBRIDGE COMMUNITY SCHOOL"}).addTo(schoolmap);marker1148.bindPopup("<b>CELBRIDGE COMMUNITY SCHOOL</b><br />750 pupils signed up").openPopup();otherArray.push(marker1148);var marker1149 = L.circleMarker([52.9307,-8.23889], {color:"#525C65", title:"KILADANGAN N S"}).addTo(schoolmap);marker1149.bindPopup("<b>KILADANGAN N S</b><br />34 pupils signed up").openPopup();otherArray.push(marker1149);var marker1150 = L.circleMarker([53.7507,-6.95455], {color:"#525C65", title:"CARNAROSS N S"}).addTo(schoolmap);marker1150.bindPopup("<b>CARNAROSS N S</b><br />180 pupils signed up").openPopup();otherArray.push(marker1150);var marker1151 = L.circleMarker([52.4593,-8.76359], {color:"#525C65", title:"GRANAGH NATIONAL SCHOOL"}).addTo(schoolmap);marker1151.bindPopup("<b>GRANAGH NATIONAL SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker1151);var marker1152 = L.circleMarker([53.3016,-6.18968], {color:"#525C65", title:"DOMINICAN COLLEGE"}).addTo(schoolmap);marker1152.bindPopup("<b>DOMINICAN COLLEGE</b><br />521 pupils signed up").openPopup();otherArray.push(marker1152);var marker1153 = L.circleMarker([52.3743,-7.46623], {color:"#525C65", title:"BALLYNEALE N S"}).addTo(schoolmap);marker1153.bindPopup("<b>BALLYNEALE N S</b><br />77 pupils signed up").openPopup();otherArray.push(marker1153);var marker1154 = L.circleMarker([52.5539,-6.34218], {color:"#525C65", title:"COURT N S"}).addTo(schoolmap);marker1154.bindPopup("<b>COURT N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker1154);var marker1155 = L.circleMarker([52.2604,-7.12439], {color:"#ff6961", title:"Realt na Mara N.S Dunmore East", students:"200"}).addTo(schoolmap);marker1155.bindPopup("<b>Realt na Mara N.S Dunmore East</b><br />200 pupils signed up").openPopup();primaryArray.push(marker1155);var marker1156 = L.circleMarker([54.9935,-7.80938], {color:"#525C65", title:"SCOIL NAOMH SEOSAMH"}).addTo(schoolmap);marker1156.bindPopup("<b>SCOIL NAOMH SEOSAMH</b><br />24 pupils signed up").openPopup();otherArray.push(marker1156);var marker1157 = L.circleMarker([53.16391019335717,-8.563645362199166], {color:"#ff6961", title:"Kilnadeema N.S", students:"147"}).addTo(schoolmap);marker1157.bindPopup("<b>Kilnadeema N.S</b><br />147 pupils signed up").openPopup();primaryArray.push(marker1157);var marker1158 = L.circleMarker([53.24864787841963,-9.205545008280074], {color:"#ff6961", title:"Scoil na bhForbacha", students:"240"}).addTo(schoolmap);marker1158.bindPopup("<b>Scoil na bhForbacha</b><br />240 pupils signed up").openPopup();primaryArray.push(marker1158);var marker1159 = L.circleMarker([52.6061,-8.57229], {color:"#525C65", title:"KNOCKEA NATIONAL SCHOOL"}).addTo(schoolmap);marker1159.bindPopup("<b>KNOCKEA NATIONAL SCHOOL</b><br />29 pupils signed up").openPopup();otherArray.push(marker1159);var marker1160 = L.circleMarker([51.6957,-9.72069], {color:"#525C65", title:"ADRIGOLE N S"}).addTo(schoolmap);marker1160.bindPopup("<b>ADRIGOLE N S</b><br />15 pupils signed up").openPopup();otherArray.push(marker1160);var marker1161 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"GAELSCOIL NA NDEISE"}).addTo(schoolmap);marker1161.bindPopup("<b>GAELSCOIL NA NDEISE</b><br />224 pupils signed up").openPopup();otherArray.push(marker1161);var marker1162 = L.circleMarker([52.0878,-7.62293], {color:"#525C65", title:"SCOIL NAOMH SEOSAMH"}).addTo(schoolmap);marker1162.bindPopup("<b>SCOIL NAOMH SEOSAMH</b><br />150 pupils signed up").openPopup();otherArray.push(marker1162);var marker1163 = L.circleMarker([54.1854,-6.35032], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1163.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1163);var marker1164 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"GAELSCOIL NA NDEISE"}).addTo(schoolmap);marker1164.bindPopup("<b>GAELSCOIL NA NDEISE</b><br />224 pupils signed up").openPopup();otherArray.push(marker1164);var marker1165 = L.circleMarker([52.85222872245012,-9.407481193149577], {color:"#ff6961", title:"St. Joseph's National School Miltown Malbay", students:"133"}).addTo(schoolmap);marker1165.bindPopup("<b>St. Joseph's National School Miltown Malbay</b><br />133 pupils signed up").openPopup();primaryArray.push(marker1165);var marker1166 = L.circleMarker([53.2898,-9.08322], {color:"#525C65", title:"BUSHY PARK N S"}).addTo(schoolmap);marker1166.bindPopup("<b>BUSHY PARK N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker1166);var marker1167 = L.circleMarker([54.2943,-6.37593], {color:"#525C65", title:"ST JOSEPHS AND ST JAMES PRIMARY SCHOOL"}).addTo(schoolmap);marker1167.bindPopup("<b>ST JOSEPHS AND ST JAMES PRIMARY SCHOOL</b><br />112 pupils signed up").openPopup();otherArray.push(marker1167);var marker1168 = L.circleMarker([53.8128,-6.955], {color:"#525C65", title:"ST KILLIANS N S"}).addTo(schoolmap);marker1168.bindPopup("<b>ST KILLIANS N S</b><br />21 pupils signed up").openPopup();otherArray.push(marker1168);var marker1169 = L.circleMarker([52.65083354659197,-7.259330746019261], {color:"#525C65", title:"SCOIL IOGNAID DE RIS"}).addTo(schoolmap);marker1169.bindPopup("<b>SCOIL IOGNAID DE RIS</b><br />278 pupils signed up").openPopup();otherArray.push(marker1169);var marker1170 = L.circleMarker([54.1887,-6.57548], {color:"#525C65", title:"ST MICHAEL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1170.bindPopup("<b>ST MICHAEL'S PRIMARY SCHOOL</b><br />74 pupils signed up").openPopup();otherArray.push(marker1170);var marker1171 = L.circleMarker([53.8011,-9.51279], {color:"#525C65", title:"RICE COLLEGE"}).addTo(schoolmap);marker1171.bindPopup("<b>RICE COLLEGE</b><br />615 pupils signed up").openPopup();otherArray.push(marker1171);var marker1172 = L.circleMarker([53.41247865568326,-9.50097642838955], {color:"#ff6961", title:"Scoil Chroi Iosa", students:"135"}).addTo(schoolmap);marker1172.bindPopup("<b>Scoil Chroi Iosa</b><br />135 pupils signed up").openPopup();primaryArray.push(marker1172);var marker1173 = L.circleMarker([53.6261,-6.91386], {color:"#525C65", title:"ATHBOY COMMUNITY SCHOOL"}).addTo(schoolmap);marker1173.bindPopup("<b>ATHBOY COMMUNITY SCHOOL</b><br />681 pupils signed up").openPopup();otherArray.push(marker1173);var marker1174 = L.circleMarker([52.5681,-6.67818], {color:"#525C65", title:"BALLINDAGGIN N S"}).addTo(schoolmap);marker1174.bindPopup("<b>BALLINDAGGIN N S</b><br />117 pupils signed up").openPopup();otherArray.push(marker1174);var marker1175 = L.circleMarker([55.1302,-6.31574], {color:"#525C65", title:"ST OLCAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1175.bindPopup("<b>ST OLCAN'S PRIMARY SCHOOL</b><br />78 pupils signed up").openPopup();otherArray.push(marker1175);var marker1176 = L.circleMarker([54.0485,-8.0464], {color:"#525C65", title:"DRUMSHANBO VOCATIONAL SCHOOL"}).addTo(schoolmap);marker1176.bindPopup("<b>DRUMSHANBO VOCATIONAL SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker1176);var marker1177 = L.circleMarker([55.134,-6.68377], {color:"#525C65", title:"COLERAINE COLLEGE"}).addTo(schoolmap);marker1177.bindPopup("<b>COLERAINE COLLEGE</b><br />400 pupils signed up").openPopup();otherArray.push(marker1177);var marker1178 = L.circleMarker([53.6261,-6.91386], {color:"#525C65", title:"ATHBOY COMMUNITY SCHOOL"}).addTo(schoolmap);marker1178.bindPopup("<b>ATHBOY COMMUNITY SCHOOL</b><br />681 pupils signed up").openPopup();otherArray.push(marker1178);var marker1179 = L.circleMarker([53.854091386942855,-9.293434874747286], {color:"#ff6961", title:"Castlebar Primary School - (20562H)", students:"868"}).addTo(schoolmap);marker1179.bindPopup("<b>Castlebar Primary School - (20562H)</b><br />868 pupils signed up").openPopup();primaryArray.push(marker1179);var marker1180 = L.circleMarker([54.5797,-5.9115], {color:"#525C65", title:"ST MICHAEL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1180.bindPopup("<b>ST MICHAEL'S PRIMARY SCHOOL</b><br />416 pupils signed up").openPopup();otherArray.push(marker1180);var marker1181 = L.circleMarker([52.5922,-7.18244], {color:"#525C65", title:"BENNETTSBRIDGE NATIONAL SCHOOL"}).addTo(schoolmap);marker1181.bindPopup("<b>BENNETTSBRIDGE NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1181);var marker1182 = L.circleMarker([54.6119,-6.55859], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1182.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />230 pupils signed up").openPopup();otherArray.push(marker1182);var marker1183 = L.circleMarker([53.37767220624056,-9.546754360198971], {color:"#ff6961", title:"Scoil Chamuis", students:"18"}).addTo(schoolmap);marker1183.bindPopup("<b>Scoil Chamuis</b><br />18 pupils signed up").openPopup();primaryArray.push(marker1183);var marker1184 = L.circleMarker([53.177409643771824,-8.561370845418423], {color:"#ff6961", title:"Kilnadeema N.S", students:"147"}).addTo(schoolmap);marker1184.bindPopup("<b>Kilnadeema N.S</b><br />147 pupils signed up").openPopup();primaryArray.push(marker1184);var marker1185 = L.circleMarker([54.1305,-6.89893], {color:"#525C65", title:"SCOIL ÉANNA"}).addTo(schoolmap);marker1185.bindPopup("<b>SCOIL ÉANNA</b><br />210 pupils signed up").openPopup();otherArray.push(marker1185);var marker1186 = L.circleMarker([53.094,-8.22016], {color:"#525C65", title:"PORTUMNA COMMUNITY SCHOOL"}).addTo(schoolmap);marker1186.bindPopup("<b>PORTUMNA COMMUNITY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1186);var marker1187 = L.circleMarker([53.1661,-8.67488], {color:"#525C65", title:"KILCHREEST CENTRAL SCH"}).addTo(schoolmap);marker1187.bindPopup("<b>KILCHREEST CENTRAL SCH</b><br />110 pupils signed up").openPopup();otherArray.push(marker1187);var marker1188 = L.circleMarker([54.03635875426565,-6.350097656250001], {color:"#ff6961", title:"St Brigid's PS Glassdrummond", students:"21"}).addTo(schoolmap);marker1188.bindPopup("<b>St Brigid's PS Glassdrummond</b><br />21 pupils signed up").openPopup();primaryArray.push(marker1188);var marker1189 = L.circleMarker([53.4489,-6.15296], {color:"#525C65", title:"ST ANDREWS N S"}).addTo(schoolmap);marker1189.bindPopup("<b>ST ANDREWS N S</b><br />206 pupils signed up").openPopup();otherArray.push(marker1189);var marker1190 = L.circleMarker([52.8642,-7.11235], {color:"#525C65", title:"SCOIL NAOMH ABBAN"}).addTo(schoolmap);marker1190.bindPopup("<b>SCOIL NAOMH ABBAN</b><br />73 pupils signed up").openPopup();otherArray.push(marker1190);var marker1191 = L.circleMarker([52.2631,-8.26644], {color:"#525C65", title:"SCOIL NA MBRAITHRE"}).addTo(schoolmap);marker1191.bindPopup("<b>SCOIL NA MBRAITHRE</b><br />177 pupils signed up").openPopup();otherArray.push(marker1191);var marker1192 = L.circleMarker([52.3311,-6.45411], {color:"#525C65", title:"FAYTHE CONVENT"}).addTo(schoolmap);marker1192.bindPopup("<b>FAYTHE CONVENT</b><br />250 pupils signed up").openPopup();otherArray.push(marker1192);var marker1193 = L.circleMarker([52.7004,-6.95979], {color:"#525C65", title:"ST MARYS N S"}).addTo(schoolmap);marker1193.bindPopup("<b>ST MARYS N S</b><br />120 pupils signed up").openPopup();otherArray.push(marker1193);var marker1194 = L.circleMarker([52.566,-7.76085], {color:"#525C65", title:"S N BAILE AN IUBHAIR"}).addTo(schoolmap);marker1194.bindPopup("<b>S N BAILE AN IUBHAIR</b><br />19 pupils signed up").openPopup();otherArray.push(marker1194);var marker1195 = L.circleMarker([54.1378,-7.31204], {color:"#525C65", title:"S N COMHGHALL"}).addTo(schoolmap);marker1195.bindPopup("<b>S N COMHGHALL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1195);var marker1196 = L.circleMarker([52.6784,-8.64906], {color:"#525C65", title:"THOMOND COMMUNITY COLLEGE"}).addTo(schoolmap);marker1196.bindPopup("<b>THOMOND COMMUNITY COLLEGE</b><br />350 pupils signed up").openPopup();otherArray.push(marker1196);var marker1197 = L.circleMarker([52.4192,-8.012], {color:"#525C65", title:"TANKERSTOWN N S"}).addTo(schoolmap);marker1197.bindPopup("<b>TANKERSTOWN N S</b><br />13 pupils signed up").openPopup();otherArray.push(marker1197);var marker1198 = L.circleMarker([54.0775,-6.15458], {color:"#525C65", title:"KILLOWEN PRIMARY SCHOOL"}).addTo(schoolmap);marker1198.bindPopup("<b>KILLOWEN PRIMARY SCHOOL</b><br />26 pupils signed up").openPopup();otherArray.push(marker1198);var marker1199 = L.circleMarker([53.3952,-6.18367], {color:"#525C65", title:"ST PAULS SEN NS"}).addTo(schoolmap);marker1199.bindPopup("<b>ST PAULS SEN NS</b><br />30 pupils signed up").openPopup();otherArray.push(marker1199);var marker1200 = L.circleMarker([54.4471,-6.69946], {color:"#525C65", title:"MOY REGIONAL PRIMARY SCHOOL"}).addTo(schoolmap);marker1200.bindPopup("<b>MOY REGIONAL PRIMARY SCHOOL</b><br />15 pupils signed up").openPopup();otherArray.push(marker1200);var marker1201 = L.circleMarker([53.9593,-6.64926], {color:"#525C65", title:"SCOIL NAOIMH EANNA"}).addTo(schoolmap);marker1201.bindPopup("<b>SCOIL NAOIMH EANNA</b><br />29 pupils signed up").openPopup();otherArray.push(marker1201);var marker1202 = L.circleMarker([54.9234,-6.97051], {color:"#525C65", title:"ST JOHN'S PRIMARY SCHOOL DERNAFLAW"}).addTo(schoolmap);marker1202.bindPopup("<b>ST JOHN'S PRIMARY SCHOOL DERNAFLAW</b><br />150 pupils signed up").openPopup();otherArray.push(marker1202);var marker1203 = L.circleMarker([52.6738,-6.28741], {color:"#525C65", title:"GOREY COMMUNITY SCHOOL"}).addTo(schoolmap);marker1203.bindPopup("<b>GOREY COMMUNITY SCHOOL</b><br />1570 pupils signed up").openPopup();otherArray.push(marker1203);var marker1204 = L.circleMarker([52.2354,-9.45584], {color:"#525C65", title:"NAOMH CHARTHAIGH"}).addTo(schoolmap);marker1204.bindPopup("<b>NAOMH CHARTHAIGH</b><br />55 pupils signed up").openPopup();otherArray.push(marker1204);var marker1205 = L.circleMarker([53.61636935362279,-6.192258613467898], {color:"#FFFD77", title:"Coláiste Ghlór na Mara"}).addTo(schoolmap);marker1205.bindPopup("<b>Coláiste Ghlór na Mara</b><br />600 pupils signed up").openPopup();secondaryArray.push(marker1205);var marker1206 = L.circleMarker([52.6382,-6.23417], {color:"#525C65", title:"RIVERCHAPEL N S"}).addTo(schoolmap);marker1206.bindPopup("<b>RIVERCHAPEL N S</b><br />303 pupils signed up").openPopup();otherArray.push(marker1206);var marker1207 = L.circleMarker([54.78259345238246,-7.764503359794616], {color:"#FFFD77", title:"Glencovitt National School"}).addTo(schoolmap);marker1207.bindPopup("<b>Glencovitt National School</b><br />57 pupils signed up").openPopup();secondaryArray.push(marker1207);var marker1208 = L.circleMarker([52.0623,-9.06896], {color:"#525C65", title:"MILLSTREET COMMUNITY SCHOOL"}).addTo(schoolmap);marker1208.bindPopup("<b>MILLSTREET COMMUNITY SCHOOL</b><br />350 pupils signed up").openPopup();otherArray.push(marker1208);var marker1209 = L.circleMarker([51.8234,-8.23553], {color:"#525C65", title:"WHITEGATE MIXED N S"}).addTo(schoolmap);marker1209.bindPopup("<b>WHITEGATE MIXED N S</b><br />89 pupils signed up").openPopup();otherArray.push(marker1209);var marker1210 = L.circleMarker([52.33491130802733,-7.1147632598876935], {color:"#ff6961", title:"St. Colmcille's N.S.", students:"20"}).addTo(schoolmap);marker1210.bindPopup("<b>St. Colmcille's N.S.</b><br />20 pupils signed up").openPopup();primaryArray.push(marker1210);var marker1211 = L.circleMarker([53.32690861934674,-9.001464620232582], {color:"#ff6961", title:"Claddagh NS", students:"30"}).addTo(schoolmap);marker1211.bindPopup("<b>Claddagh NS</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1211);var marker1212 = L.circleMarker([53.37,-6.23049], {color:"#525C65", title:"ST VINCENTS CONVENT INF N S"}).addTo(schoolmap);marker1212.bindPopup("<b>ST VINCENTS CONVENT INF N S</b><br />334 pupils signed up").openPopup();otherArray.push(marker1212);var marker1213 = L.circleMarker([53.9093,-6.80442], {color:"#525C65", title:"COLÁISTE DÚN AN RÍ"}).addTo(schoolmap);marker1213.bindPopup("<b>COLÁISTE DÚN AN RÍ</b><br />37 pupils signed up").openPopup();otherArray.push(marker1213);var marker1214 = L.circleMarker([53.4908,-10.018], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1214.bindPopup("<b>SCOIL MHUIRE</b><br />14 pupils signed up").openPopup();otherArray.push(marker1214);var marker1215 = L.circleMarker([53.3569,-6.26204], {color:"#525C65", title:"TEMPLE ST CHILDREN'S HOSPITAL N S"}).addTo(schoolmap);marker1215.bindPopup("<b>TEMPLE ST CHILDREN'S HOSPITAL N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1215);var marker1216 = L.circleMarker([53.3804,-6.09515], {color:"#525C65", title:"ST FINTANS NS"}).addTo(schoolmap);marker1216.bindPopup("<b>ST FINTANS NS</b><br />460 pupils signed up").openPopup();otherArray.push(marker1216);var marker1217 = L.circleMarker([52.3311,-6.45411], {color:"#525C65", title:"FAYTHE CONVENT"}).addTo(schoolmap);marker1217.bindPopup("<b>FAYTHE CONVENT</b><br />250 pupils signed up").openPopup();otherArray.push(marker1217);var marker1218 = L.circleMarker([53.8574,-9.30814], {color:"#525C65", title:"ST. GERALDS COLLEGE"}).addTo(schoolmap);marker1218.bindPopup("<b>ST. GERALDS COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker1218);var marker1219 = L.circleMarker([52.3627,-9.1635], {color:"#525C65", title:"GLENGURT N S"}).addTo(schoolmap);marker1219.bindPopup("<b>GLENGURT N S</b><br />117 pupils signed up").openPopup();otherArray.push(marker1219);var marker1220 = L.circleMarker([53.6433,-6.35267], {color:"#525C65", title:"S N NAOMH TREASA"}).addTo(schoolmap);marker1220.bindPopup("<b>S N NAOMH TREASA</b><br />30 pupils signed up").openPopup();otherArray.push(marker1220);var marker1221 = L.circleMarker([52.3379,-6.47126], {color:"#525C65", title:"S N CLOCHAR MHUIRE"}).addTo(schoolmap);marker1221.bindPopup("<b>S N CLOCHAR MHUIRE</b><br />370 pupils signed up").openPopup();otherArray.push(marker1221);var marker1222 = L.circleMarker([54.524,-7.09057], {color:"#525C65", title:"ST BRIGID'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1222.bindPopup("<b>ST BRIGID'S PRIMARY SCHOOL</b><br />56 pupils signed up").openPopup();otherArray.push(marker1222);var marker1223 = L.circleMarker([54.326,-5.56289], {color:"#525C65", title:"ST MALACHY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1223.bindPopup("<b>ST MALACHY'S PRIMARY SCHOOL</b><br />40 pupils signed up").openPopup();otherArray.push(marker1223);var marker1224 = L.circleMarker([54.2444,-8.5402], {color:"#525C65", title:"RANSBORO NEW CENTRAL"}).addTo(schoolmap);marker1224.bindPopup("<b>RANSBORO NEW CENTRAL</b><br />248 pupils signed up").openPopup();otherArray.push(marker1224);var marker1225 = L.circleMarker([52.80741021488092,-7.286132946610451], {color:"#ff6961", title:"St Colman's NS Comahy", students:"20"}).addTo(schoolmap);marker1225.bindPopup("<b>St Colman's NS Comahy</b><br />20 pupils signed up").openPopup();primaryArray.push(marker1225);var marker1226 = L.circleMarker([53.2691,-9.06632], {color:"#ff6961", title:"S N FHURSA", students:"28"}).addTo(schoolmap);marker1226.bindPopup("<b>S N FHURSA</b><br />28 pupils signed up").openPopup();primaryArray.push(marker1226);var marker1227 = L.circleMarker([53.7369,-6.42399], {color:"#525C65", title:"S N TULACH ALUINN"}).addTo(schoolmap);marker1227.bindPopup("<b>S N TULACH ALUINN</b><br />412 pupils signed up").openPopup();otherArray.push(marker1227);var marker1228 = L.circleMarker([51.9296,-7.9223], {color:"#525C65", title:"CLONPRIEST N S"}).addTo(schoolmap);marker1228.bindPopup("<b>CLONPRIEST N S</b><br />141 pupils signed up").openPopup();otherArray.push(marker1228);var marker1229 = L.circleMarker([53.283702652072236,-6.438684582726636], {color:"#ff6961", title:"Gaelscoil Lir", students:"52"}).addTo(schoolmap);marker1229.bindPopup("<b>Gaelscoil Lir</b><br />52 pupils signed up").openPopup();primaryArray.push(marker1229);var marker1230 = L.circleMarker([53.3006,-6.35769], {color:"#525C65", title:"ST KEVINS BOYS"}).addTo(schoolmap);marker1230.bindPopup("<b>ST KEVINS BOYS</b><br />290 pupils signed up").openPopup();otherArray.push(marker1230);var marker1231 = L.circleMarker([53.6596,-9.07494], {color:"#525C65", title:"LEHINCH N S"}).addTo(schoolmap);marker1231.bindPopup("<b>LEHINCH N S</b><br />8 pupils signed up").openPopup();otherArray.push(marker1231);var marker1232 = L.circleMarker([53.281172498915396,-6.25558465719223], {color:"#ff6961", title:"Saint Attracta's Senior National School", students:"371"}).addTo(schoolmap);marker1232.bindPopup("<b>Saint Attracta's Senior National School</b><br />371 pupils signed up").openPopup();primaryArray.push(marker1232);var marker1233 = L.circleMarker([54.07189814892274,-6.538941264152525], {color:"#ff6961", title:"St Brigid's Primary School Glassdrummond", students:"34"}).addTo(schoolmap);marker1233.bindPopup("<b>St Brigid's Primary School Glassdrummond</b><br />34 pupils signed up").openPopup();primaryArray.push(marker1233);var marker1234 = L.circleMarker([53.4525,-6.22552], {color:"#525C65", title:"COLÁISTE CHOILM"}).addTo(schoolmap);marker1234.bindPopup("<b>COLÁISTE CHOILM</b><br />423 pupils signed up").openPopup();otherArray.push(marker1234);var marker1235 = L.circleMarker([53.2971,-6.18304], {color:"#525C65", title:"CARYSFORT NS"}).addTo(schoolmap);marker1235.bindPopup("<b>CARYSFORT NS</b><br />30 pupils signed up").openPopup();otherArray.push(marker1235);var marker1236 = L.circleMarker([51.8619,-8.12709], {color:"#525C65", title:"CLOYNE NATIONAL SCHOOL"}).addTo(schoolmap);marker1236.bindPopup("<b>CLOYNE NATIONAL SCHOOL</b><br />23 pupils signed up").openPopup();otherArray.push(marker1236);var marker1237 = L.circleMarker([53.3649,-6.26476], {color:"#525C65", title:"LINDSAY ROAD N S"}).addTo(schoolmap);marker1237.bindPopup("<b>LINDSAY ROAD N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker1237);var marker1238 = L.circleMarker([53.9205,-9.25705], {color:"#525C65", title:"CRIMLIN N S"}).addTo(schoolmap);marker1238.bindPopup("<b>CRIMLIN N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker1238);var marker1239 = L.circleMarker([54.0534,-8.76003], {color:"#525C65", title:"ST ATTRACTA'S COMMUNITY SCHOOL"}).addTo(schoolmap);marker1239.bindPopup("<b>ST ATTRACTA'S COMMUNITY SCHOOL</b><br />104 pupils signed up").openPopup();otherArray.push(marker1239);var marker1240 = L.circleMarker([53.8069,-9.13772], {color:"#525C65", title:"BALLA SECONDARY SCHOOL"}).addTo(schoolmap);marker1240.bindPopup("<b>BALLA SECONDARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1240);var marker1241 = L.circleMarker([54.8541,-6.36615], {color:"#525C65", title:"FOURTOWNS PRIMARY SCHOOL"}).addTo(schoolmap);marker1241.bindPopup("<b>FOURTOWNS PRIMARY SCHOOL</b><br />29 pupils signed up").openPopup();otherArray.push(marker1241);var marker1242 = L.circleMarker([54.4939,-7.32842], {color:"#525C65", title:"ST LAWRENCE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1242.bindPopup("<b>ST LAWRENCE'S PRIMARY SCHOOL</b><br />225 pupils signed up").openPopup();otherArray.push(marker1242);var marker1243 = L.circleMarker([53.0474,-7.55383], {color:"#525C65", title:"CILL AN IUBHAIR N S"}).addTo(schoolmap);marker1243.bindPopup("<b>CILL AN IUBHAIR N S</b><br />11 pupils signed up").openPopup();otherArray.push(marker1243);var marker1244 = L.circleMarker([53.6071,-6.20384], {color:"#525C65", title:"ST GEORGES N S"}).addTo(schoolmap);marker1244.bindPopup("<b>ST GEORGES N S</b><br />350 pupils signed up").openPopup();otherArray.push(marker1244);var marker1245 = L.circleMarker([53.5049,-6.38688], {color:"#525C65", title:"GAELSCOIL NA CILLE"}).addTo(schoolmap);marker1245.bindPopup("<b>GAELSCOIL NA CILLE</b><br />227 pupils signed up").openPopup();otherArray.push(marker1245);var marker1246 = L.circleMarker([53.3968,-8.78954], {color:"#525C65", title:"CRUMLIN N S"}).addTo(schoolmap);marker1246.bindPopup("<b>CRUMLIN N S</b><br />70 pupils signed up").openPopup();otherArray.push(marker1246);var marker1247 = L.circleMarker([54.184213183153815,-6.488505005836486], {color:"#ff6961", title:"St. Laurence O'Toole's Primary School", students:"71"}).addTo(schoolmap);marker1247.bindPopup("<b>St. Laurence O'Toole's Primary School</b><br />71 pupils signed up").openPopup();primaryArray.push(marker1247);var marker1248 = L.circleMarker([53.5242,-7.3345], {color:"#525C65", title:"MULLINGAR COMMUNITY COLLEGE"}).addTo(schoolmap);marker1248.bindPopup("<b>MULLINGAR COMMUNITY COLLEGE</b><br />350 pupils signed up").openPopup();otherArray.push(marker1248);var marker1249 = L.circleMarker([53.5833,-6.1345], {color:"#525C65", title:"SKERRIES EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker1249.bindPopup("<b>SKERRIES EDUCATE TOGETHER NATIONAL SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker1249);var marker1250 = L.circleMarker([53.1905,-6.80832], {color:"#525C65", title:"SCOIL NA NAOMH UILIG"}).addTo(schoolmap);marker1250.bindPopup("<b>SCOIL NA NAOMH UILIG</b><br />26 pupils signed up").openPopup();otherArray.push(marker1250);var marker1251 = L.circleMarker([52.483134507828396,-6.6951677949195], {color:"#ff6961", title:"Courtnacuddy N.S.", students:"115"}).addTo(schoolmap);marker1251.bindPopup("<b>Courtnacuddy N.S.</b><br />115 pupils signed up").openPopup();primaryArray.push(marker1251);var marker1252 = L.circleMarker([53.4466,-6.20044], {color:"#525C65", title:"GAELSCOIL AN DUINNINIGH"}).addTo(schoolmap);marker1252.bindPopup("<b>GAELSCOIL AN DUINNINIGH</b><br />30 pupils signed up").openPopup();otherArray.push(marker1252);var marker1253 = L.circleMarker([52.4075,-9.52545], {color:"#525C65", title:"DROMCLOUGH N S"}).addTo(schoolmap);marker1253.bindPopup("<b>DROMCLOUGH N S</b><br />193 pupils signed up").openPopup();otherArray.push(marker1253);var marker1254 = L.circleMarker([52.4342,-6.60866], {color:"#525C65", title:"S N SEOSAMH NFA"}).addTo(schoolmap);marker1254.bindPopup("<b>S N SEOSAMH NFA</b><br />230 pupils signed up").openPopup();otherArray.push(marker1254);var marker1255 = L.circleMarker([52.639,-7.24744], {color:"#525C65", title:"PRESENTATION SECONDARY SCHOOL"}).addTo(schoolmap);marker1255.bindPopup("<b>PRESENTATION SECONDARY SCHOOL</b><br />977 pupils signed up").openPopup();otherArray.push(marker1255);var marker1256 = L.circleMarker([54.716,-6.18274], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1256.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />350 pupils signed up").openPopup();otherArray.push(marker1256);var marker1257 = L.circleMarker([51.9805,-8.83743], {color:"#525C65", title:"RYLANE N S"}).addTo(schoolmap);marker1257.bindPopup("<b>RYLANE N S</b><br />54 pupils signed up").openPopup();otherArray.push(marker1257);var marker1258 = L.circleMarker([53.2543,-6.13473], {color:"#525C65", title:"SCOIL CHOLMCILLE JUNIOR NS"}).addTo(schoolmap);marker1258.bindPopup("<b>SCOIL CHOLMCILLE JUNIOR NS</b><br />128 pupils signed up").openPopup();otherArray.push(marker1258);var marker1259 = L.circleMarker([53.8698,-8.40973], {color:"#525C65", title:"S N PADRAIG NAOFA"}).addTo(schoolmap);marker1259.bindPopup("<b>S N PADRAIG NAOFA</b><br />106 pupils signed up").openPopup();otherArray.push(marker1259);var marker1260 = L.circleMarker([53.3601,-6.43507], {color:"#525C65", title:"ST ANDREWS N S"}).addTo(schoolmap);marker1260.bindPopup("<b>ST ANDREWS N S</b><br />400 pupils signed up").openPopup();otherArray.push(marker1260);var marker1261 = L.circleMarker([53.275,-6.25799], {color:"#525C65", title:"NA MAIGHDINE MUIRE GIRL"}).addTo(schoolmap);marker1261.bindPopup("<b>NA MAIGHDINE MUIRE GIRL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1261);var marker1262 = L.circleMarker([55.0216,-7.34531], {color:"#525C65", title:"GAELSCOIL NA DAROIGE"}).addTo(schoolmap);marker1262.bindPopup("<b>GAELSCOIL NA DAROIGE</b><br />140 pupils signed up").openPopup();otherArray.push(marker1262);var marker1263 = L.circleMarker([51.9776,-8.92508], {color:"#525C65", title:"BALLINGREE MXD N S"}).addTo(schoolmap);marker1263.bindPopup("<b>BALLINGREE MXD N S</b><br />68 pupils signed up").openPopup();otherArray.push(marker1263);var marker1264 = L.circleMarker([53.2949,-6.21003], {color:"#ff6961", title:"S N SAN TREASA", students:"450"}).addTo(schoolmap);marker1264.bindPopup("<b>S N SAN TREASA</b><br />450 pupils signed up").openPopup();primaryArray.push(marker1264);var marker1265 = L.circleMarker([53.2833,-9.0334], {color:"#525C65", title:"GALWAY COMMUNITY COLLEGE"}).addTo(schoolmap);marker1265.bindPopup("<b>GALWAY COMMUNITY COLLEGE</b><br />25 pupils signed up").openPopup();otherArray.push(marker1265);var marker1266 = L.circleMarker([52.8454,-7.39793], {color:"#525C65", title:"OUR LADYS MEADOW NATIONAL SCHOO"}).addTo(schoolmap);marker1266.bindPopup("<b>OUR LADYS MEADOW NATIONAL SCHOO</b><br />200 pupils signed up").openPopup();otherArray.push(marker1266);var marker1267 = L.circleMarker([51.6208,-8.89161], {color:"#525C65", title:"SCOIL NA MBUACHAILLI"}).addTo(schoolmap);marker1267.bindPopup("<b>SCOIL NA MBUACHAILLI</b><br />230 pupils signed up").openPopup();otherArray.push(marker1267);var marker1268 = L.circleMarker([52.106,-9.64241], {color:"#525C65", title:"FAHA NATIONAL SCHOOL"}).addTo(schoolmap);marker1268.bindPopup("<b>FAHA NATIONAL SCHOOL</b><br />230 pupils signed up").openPopup();otherArray.push(marker1268);var marker1269 = L.circleMarker([52.1617,-7.16081], {color:"#525C65", title:"ARD SCOIL NA MARA"}).addTo(schoolmap);marker1269.bindPopup("<b>ARD SCOIL NA MARA</b><br />1200 pupils signed up").openPopup();otherArray.push(marker1269);var marker1270 = L.circleMarker([53.1595,-6.90218], {color:"#525C65", title:"KILDARE TOWN EDUCATE TOGETHER"}).addTo(schoolmap);marker1270.bindPopup("<b>KILDARE TOWN EDUCATE TOGETHER</b><br />52 pupils signed up").openPopup();otherArray.push(marker1270);var marker1271 = L.circleMarker([53.5506,-6.78426], {color:"#525C65", title:"BOYNE COMMUNITY SCHOOL"}).addTo(schoolmap);marker1271.bindPopup("<b>BOYNE COMMUNITY SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker1271);var marker1272 = L.circleMarker([52.5672,-9.28264], {color:"#525C65", title:"ST FERGUS PRIMARY SCHOOL"}).addTo(schoolmap);marker1272.bindPopup("<b>ST FERGUS PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1272);var marker1273 = L.circleMarker([52.9763,-7.49187], {color:"#525C65", title:"CASTLETOWN N.S"}).addTo(schoolmap);marker1273.bindPopup("<b>CASTLETOWN N.S</b><br />117 pupils signed up").openPopup();otherArray.push(marker1273);var marker1274 = L.circleMarker([53.9324,-9.91424], {color:"#525C65", title:"COLÁISTE POBAIL ACLA"}).addTo(schoolmap);marker1274.bindPopup("<b>COLÁISTE POBAIL ACLA</b><br />200 pupils signed up").openPopup();otherArray.push(marker1274);var marker1275 = L.circleMarker([53.2952,-6.34057], {color:"#525C65", title:"SCOIL IOSA"}).addTo(schoolmap);marker1275.bindPopup("<b>SCOIL IOSA</b><br />15 pupils signed up").openPopup();otherArray.push(marker1275);var marker1276 = L.circleMarker([52.682,-7.02362], {color:"#525C65", title:"SCOIL BHRIDE B7C"}).addTo(schoolmap);marker1276.bindPopup("<b>SCOIL BHRIDE B7C</b><br />30 pupils signed up").openPopup();otherArray.push(marker1276);var marker1277 = L.circleMarker([54.668073488632984,-6.416015625], {color:"#ff6961", title:"Radharc Na Mara", students:"30"}).addTo(schoolmap);marker1277.bindPopup("<b>Radharc Na Mara</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1277);var marker1278 = L.circleMarker([52.2542,-7.10647], {color:"#525C65", title:"S N DEAGLAN"}).addTo(schoolmap);marker1278.bindPopup("<b>S N DEAGLAN</b><br />29 pupils signed up").openPopup();otherArray.push(marker1278);var marker1279 = L.circleMarker([52.27251739313789,-9.686475992202759], {color:"#FFFD77", title:"Coláiste Gleann Li"}).addTo(schoolmap);marker1279.bindPopup("<b>Coláiste Gleann Li</b><br />290 pupils signed up").openPopup();secondaryArray.push(marker1279);var marker1280 = L.circleMarker([52.5212,-8.399], {color:"#525C65", title:"KILTEELY N S"}).addTo(schoolmap);marker1280.bindPopup("<b>KILTEELY N S</b><br />18 pupils signed up").openPopup();otherArray.push(marker1280);var marker1281 = L.circleMarker([53.3588,-6.38596], {color:"#525C65", title:"THE KINGS HOSPITAL"}).addTo(schoolmap);marker1281.bindPopup("<b>THE KINGS HOSPITAL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1281);var marker1282 = L.circleMarker([53.389,-8.05354], {color:"#525C65", title:"S N ARD CIANAIN"}).addTo(schoolmap);marker1282.bindPopup("<b>S N ARD CIANAIN</b><br />77 pupils signed up").openPopup();otherArray.push(marker1282);var marker1283 = L.circleMarker([53.0122,-7.84162], {color:"#525C65", title:"COOLDERRY CENTRAL NS"}).addTo(schoolmap);marker1283.bindPopup("<b>COOLDERRY CENTRAL NS</b><br />82 pupils signed up").openPopup();otherArray.push(marker1283);var marker1284 = L.circleMarker([54.5617,-5.9981], {color:"#525C65", title:"ST GERARD'S SCHOOL AND SUPPORT SERVICES"}).addTo(schoolmap);marker1284.bindPopup("<b>ST GERARD'S SCHOOL AND SUPPORT SERVICES</b><br />100 pupils signed up").openPopup();otherArray.push(marker1284);var marker1285 = L.circleMarker([53.5958,-7.58947], {color:"#525C65", title:"S N BHRIDE"}).addTo(schoolmap);marker1285.bindPopup("<b>S N BHRIDE</b><br />8 pupils signed up").openPopup();otherArray.push(marker1285);var marker1286 = L.circleMarker([54.2283,-9.02914], {color:"#525C65", title:"KILGLASS N S"}).addTo(schoolmap);marker1286.bindPopup("<b>KILGLASS N S</b><br />120 pupils signed up").openPopup();otherArray.push(marker1286);var marker1287 = L.circleMarker([51.93311560854764,-8.565403453817458], {color:"#ff6961", title:"Gaelscoil Mhuscraí", students:"180"}).addTo(schoolmap);marker1287.bindPopup("<b>Gaelscoil Mhuscraí</b><br />180 pupils signed up").openPopup();primaryArray.push(marker1287);var marker1288 = L.circleMarker([53.3678,-6.31448], {color:"#525C65", title:"MARY, HELP OF CHRISTIANS G.N.S."}).addTo(schoolmap);marker1288.bindPopup("<b>MARY, HELP OF CHRISTIANS G.N.S.</b><br />352 pupils signed up").openPopup();otherArray.push(marker1288);var marker1289 = L.circleMarker([53.974,-7.64682], {color:"#525C65", title:"CARRIGALLEN N S"}).addTo(schoolmap);marker1289.bindPopup("<b>CARRIGALLEN N S</b><br />28 pupils signed up").openPopup();otherArray.push(marker1289);var marker1290 = L.circleMarker([52.6578,-7.1541], {color:"#525C65", title:"S N NAOMH COLMAIN"}).addTo(schoolmap);marker1290.bindPopup("<b>S N NAOMH COLMAIN</b><br />204 pupils signed up").openPopup();otherArray.push(marker1290);var marker1291 = L.circleMarker([54.1753,-6.33473], {color:"#525C65", title:"ST CLARE'S ABBEY PRIMARY SCHOOL"}).addTo(schoolmap);marker1291.bindPopup("<b>ST CLARE'S ABBEY PRIMARY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker1291);var marker1292 = L.circleMarker([53.38,-6.36282], {color:"#525C65", title:"CASTLEKNOCK EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1292.bindPopup("<b>CASTLEKNOCK EDUCATE TOGETHER NS</b><br />375 pupils signed up").openPopup();otherArray.push(marker1292);var marker1293 = L.circleMarker([53.26185400058043,-8.900365427740073], {color:"#ff6961", title:"Scoil Chiarain Naofa ,Doorus ,Kinvarra,Co. Galway", students:"78"}).addTo(schoolmap);marker1293.bindPopup("<b>Scoil Chiarain Naofa ,Doorus ,Kinvarra,Co. Galway</b><br />78 pupils signed up").openPopup();primaryArray.push(marker1293);var marker1294 = L.circleMarker([53.3429,-6.39631], {color:"#525C65", title:"ST MARYS SEN N S"}).addTo(schoolmap);marker1294.bindPopup("<b>ST MARYS SEN N S</b><br />205 pupils signed up").openPopup();otherArray.push(marker1294);var marker1295 = L.circleMarker([54.2178,-7.04113], {color:"#525C65", title:"THREEMILEHOUSE N S"}).addTo(schoolmap);marker1295.bindPopup("<b>THREEMILEHOUSE N S</b><br />6 pupils signed up").openPopup();otherArray.push(marker1295);var marker1296 = L.circleMarker([52.7654,-6.35992], {color:"#525C65", title:"SN BAILE THOMAIS"}).addTo(schoolmap);marker1296.bindPopup("<b>SN BAILE THOMAIS</b><br />17 pupils signed up").openPopup();otherArray.push(marker1296);var marker1297 = L.circleMarker([51.8651,-8.34109], {color:"#525C65", title:"STAR OF THE SEA PRIMARY SCHOOL"}).addTo(schoolmap);marker1297.bindPopup("<b>STAR OF THE SEA PRIMARY SCHOOL</b><br />20 pupils signed up").openPopup();otherArray.push(marker1297);var marker1298 = L.circleMarker([53.1599,-8.48563], {color:"#525C65", title:"S N AINDREIS NAOFA"}).addTo(schoolmap);marker1298.bindPopup("<b>S N AINDREIS NAOFA</b><br />94 pupils signed up").openPopup();otherArray.push(marker1298);var marker1299 = L.circleMarker([53.34218463812874,-7.604166269193229], {color:"#ff6961", title:"Scoil Bhríde, Clara", students:"182"}).addTo(schoolmap);marker1299.bindPopup("<b>Scoil Bhríde, Clara</b><br />182 pupils signed up").openPopup();primaryArray.push(marker1299);var marker1300 = L.circleMarker([53.2756,-7.48538], {color:"#525C65", title:"TULLAMORE COLLEGE"}).addTo(schoolmap);marker1300.bindPopup("<b>TULLAMORE COLLEGE</b><br />726 pupils signed up").openPopup();otherArray.push(marker1300);var marker1301 = L.circleMarker([54.5872,-5.99352], {color:"#525C65", title:"HOLY TRINITY PRIMARY SCHOOL"}).addTo(schoolmap);marker1301.bindPopup("<b>HOLY TRINITY PRIMARY SCHOOL</b><br />600 pupils signed up").openPopup();otherArray.push(marker1301);var marker1302 = L.circleMarker([53.3097,-6.28205], {color:"#525C65", title:"ST JOSEPHS BOYS N S"}).addTo(schoolmap);marker1302.bindPopup("<b>ST JOSEPHS BOYS N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker1302);var marker1303 = L.circleMarker([53.2639,-6.13898], {color:"#525C65", title:"OUR LADY GOOD COUNSEL GNS"}).addTo(schoolmap);marker1303.bindPopup("<b>OUR LADY GOOD COUNSEL GNS</b><br />28 pupils signed up").openPopup();otherArray.push(marker1303);var marker1304 = L.circleMarker([52.6669,-8.54625], {color:"#525C65", title:"GAELSCOIL CHALADH AN TREOIGH"}).addTo(schoolmap);marker1304.bindPopup("<b>GAELSCOIL CHALADH AN TREOIGH</b><br />400 pupils signed up").openPopup();otherArray.push(marker1304);var marker1305 = L.circleMarker([54.5831,-5.64325], {color:"#525C65", title:"LOUGHRIES INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker1305.bindPopup("<b>LOUGHRIES INTEGRATED PRIMARY SCHOOL</b><br />58 pupils signed up").openPopup();otherArray.push(marker1305);var marker1306 = L.circleMarker([52.1352,-8.27382], {color:"#525C65", title:"SCOIL FREASTOGAIL MUIRE"}).addTo(schoolmap);marker1306.bindPopup("<b>SCOIL FREASTOGAIL MUIRE</b><br />18 pupils signed up").openPopup();otherArray.push(marker1306);var marker1307 = L.circleMarker([52.0635,-9.4897], {color:"#525C65", title:"GAELSCOIL FAITHLEANN"}).addTo(schoolmap);marker1307.bindPopup("<b>GAELSCOIL FAITHLEANN</b><br />245 pupils signed up").openPopup();otherArray.push(marker1307);var marker1308 = L.circleMarker([53.3292,-6.29588], {color:"#525C65", title:"SCOIL MHUIRE OGH 1"}).addTo(schoolmap);marker1308.bindPopup("<b>SCOIL MHUIRE OGH 1</b><br />21 pupils signed up").openPopup();otherArray.push(marker1308);var marker1309 = L.circleMarker([53.2864,-6.30017], {color:"#525C65", title:"ST PATRICK GNS"}).addTo(schoolmap);marker1309.bindPopup("<b>ST PATRICK GNS</b><br />30 pupils signed up").openPopup();otherArray.push(marker1309);var marker1310 = L.circleMarker([53.5185,-8.03432], {color:"#525C65", title:"S N AN GLEANN DUIBH"}).addTo(schoolmap);marker1310.bindPopup("<b>S N AN GLEANN DUIBH</b><br />148 pupils signed up").openPopup();otherArray.push(marker1310);var marker1311 = L.circleMarker([54.8866,-6.35255], {color:"#525C65", title:"CULLYBACKEY COLLEGE"}).addTo(schoolmap);marker1311.bindPopup("<b>CULLYBACKEY COLLEGE</b><br />400 pupils signed up").openPopup();otherArray.push(marker1311);var marker1312 = L.circleMarker([55.3616,-7.33529], {color:"#525C65", title:"SCOIL NAOMH MHUIRE"}).addTo(schoolmap);marker1312.bindPopup("<b>SCOIL NAOMH MHUIRE</b><br />54 pupils signed up").openPopup();otherArray.push(marker1312);var marker1313 = L.circleMarker([53.2751,-6.37151], {color:"#525C65", title:"ST MARTIN DE PORRES N S"}).addTo(schoolmap);marker1313.bindPopup("<b>ST MARTIN DE PORRES N S</b><br />390 pupils signed up").openPopup();otherArray.push(marker1313);var marker1314 = L.circleMarker([54.67790982506631,-5.9547457002196955], {color:"#ff6961", title:"St Mary's on the Hill Primary School", students:"355"}).addTo(schoolmap);marker1314.bindPopup("<b>St Mary's on the Hill Primary School</b><br />355 pupils signed up").openPopup();primaryArray.push(marker1314);var marker1315 = L.circleMarker([53.1355,-7.41165], {color:"#525C65", title:"ROSENALLIS N S"}).addTo(schoolmap);marker1315.bindPopup("<b>ROSENALLIS N S</b><br />75 pupils signed up").openPopup();otherArray.push(marker1315);var marker1316 = L.circleMarker([53.2733,-7.48152], {color:"#525C65", title:"CHARLEVILLE N S"}).addTo(schoolmap);marker1316.bindPopup("<b>CHARLEVILLE N S</b><br />174 pupils signed up").openPopup();otherArray.push(marker1316);var marker1317 = L.circleMarker([53.3281,-8.20118], {color:"#525C65", title:"S N MUIRE GAN SMAL"}).addTo(schoolmap);marker1317.bindPopup("<b>S N MUIRE GAN SMAL</b><br />460 pupils signed up").openPopup();otherArray.push(marker1317);var marker1318 = L.circleMarker([52.857134022935696,-6.320975171940378], {color:"#ff6961", title:"AN CHROI RO NAOFA N S", students:"223"}).addTo(schoolmap);marker1318.bindPopup("<b>AN CHROI RO NAOFA N S</b><br />223 pupils signed up").openPopup();primaryArray.push(marker1318);var marker1319 = L.circleMarker([51.9104,-8.79277], {color:"#525C65", title:"COACHFORD N S"}).addTo(schoolmap);marker1319.bindPopup("<b>COACHFORD N S</b><br />169 pupils signed up").openPopup();otherArray.push(marker1319);var marker1320 = L.circleMarker([52.4984,-6.54873], {color:"#525C65", title:"GAELSCOIL INIS CORTHAIDH"}).addTo(schoolmap);marker1320.bindPopup("<b>GAELSCOIL INIS CORTHAIDH</b><br />21 pupils signed up").openPopup();otherArray.push(marker1320);var marker1321 = L.circleMarker([53.8761,-7.28792], {color:"#525C65", title:"CROSSERLOUGH N S"}).addTo(schoolmap);marker1321.bindPopup("<b>CROSSERLOUGH N S</b><br />50 pupils signed up").openPopup();otherArray.push(marker1321);var marker1322 = L.circleMarker([53.2649,-9.1256], {color:"#525C65", title:"KNOCKNACARRA EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1322.bindPopup("<b>KNOCKNACARRA EDUCATE TOGETHER NS</b><br />208 pupils signed up").openPopup();otherArray.push(marker1322);var marker1323 = L.circleMarker([53.24611635912166,-6.156206130981446], {color:"#ff6961", title:"Cherrywood ETNS", students:"220"}).addTo(schoolmap);marker1323.bindPopup("<b>Cherrywood ETNS</b><br />220 pupils signed up").openPopup();primaryArray.push(marker1323);var marker1324 = L.circleMarker([53.7657,-8.48351], {color:"#525C65", title:"CASTLEREA COMMUNITY SCHOOL"}).addTo(schoolmap);marker1324.bindPopup("<b>CASTLEREA COMMUNITY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1324);var marker1325 = L.circleMarker([54.66144121890537,-8.411131873726845], {color:"#ff6961", title:"The Commons N.S ,The Commons,Killybegs", students:"75"}).addTo(schoolmap);marker1325.bindPopup("<b>The Commons N.S ,The Commons,Killybegs</b><br />75 pupils signed up").openPopup();primaryArray.push(marker1325);var marker1326 = L.circleMarker([53.33927433094553,-6.525928416823714], {color:"#ff6961", title:"St. Patrick’s Primary School, Celbridge", students:"374"}).addTo(schoolmap);marker1326.bindPopup("<b>St. Patrick’s Primary School, Celbridge</b><br />374 pupils signed up").openPopup();primaryArray.push(marker1326);var marker1327 = L.circleMarker([54.8172,-7.46295], {color:"#525C65", title:"GAELSCOIL UÍ DHOCHARTAIGH"}).addTo(schoolmap);marker1327.bindPopup("<b>GAELSCOIL UÍ DHOCHARTAIGH</b><br />150 pupils signed up").openPopup();otherArray.push(marker1327);var marker1328 = L.circleMarker([55.0654,-7.43419], {color:"#525C65", title:"ST MURAS N S"}).addTo(schoolmap);marker1328.bindPopup("<b>ST MURAS N S</b><br />190 pupils signed up").openPopup();otherArray.push(marker1328);var marker1329 = L.circleMarker([53.661,-8.15397], {color:"#525C65", title:"ROXBORO N S"}).addTo(schoolmap);marker1329.bindPopup("<b>ROXBORO N S</b><br />226 pupils signed up").openPopup();otherArray.push(marker1329);var marker1330 = L.circleMarker([51.6208,-8.89161], {color:"#525C65", title:"SCOIL NA MBUACHAILLI"}).addTo(schoolmap);marker1330.bindPopup("<b>SCOIL NA MBUACHAILLI</b><br />230 pupils signed up").openPopup();otherArray.push(marker1330);var marker1331 = L.circleMarker([54.74262846972914,-8.128353184780494], {color:"#525C65", title:"Scoil Mhuire Glenties"}).addTo(schoolmap);marker1331.bindPopup("<b>Scoil Mhuire Glenties</b><br />150 pupils signed up").openPopup();otherArray.push(marker1331);var marker1332 = L.circleMarker([53.9593,-6.64926], {color:"#525C65", title:"SCOIL NAOIMH EANNA"}).addTo(schoolmap);marker1332.bindPopup("<b>SCOIL NAOIMH EANNA</b><br />210 pupils signed up").openPopup();otherArray.push(marker1332);var marker1333 = L.circleMarker([51.6259,-9.29997], {color:"#525C65", title:"CAHERAGH NS"}).addTo(schoolmap);marker1333.bindPopup("<b>CAHERAGH NS</b><br />64 pupils signed up").openPopup();otherArray.push(marker1333);var marker1334 = L.circleMarker([51.6263,-8.88039], {color:"#525C65", title:"ST JOSEPH'S GIRLS NATIONAL SCHOOL"}).addTo(schoolmap);marker1334.bindPopup("<b>ST JOSEPH'S GIRLS NATIONAL SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1334);var marker1335 = L.circleMarker([51.6263,-8.88039], {color:"#525C65", title:"ST JOSEPH'S GIRLS NATIONAL SCHOOL"}).addTo(schoolmap);marker1335.bindPopup("<b>ST JOSEPH'S GIRLS NATIONAL SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1335);var marker1336 = L.circleMarker([53.5217,-8.32705], {color:"#525C65", title:"SCOIL MHUIRE GAN SMAL"}).addTo(schoolmap);marker1336.bindPopup("<b>SCOIL MHUIRE GAN SMAL</b><br />84 pupils signed up").openPopup();otherArray.push(marker1336);var marker1337 = L.circleMarker([53.9162,-8.64554], {color:"#525C65", title:"S N BRUSNA"}).addTo(schoolmap);marker1337.bindPopup("<b>S N BRUSNA</b><br />70 pupils signed up").openPopup();otherArray.push(marker1337);var marker1338 = L.circleMarker([54.5289,-6.03153], {color:"#525C65", title:"ST COLMAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1338.bindPopup("<b>ST COLMAN'S PRIMARY SCHOOL</b><br />350 pupils signed up").openPopup();otherArray.push(marker1338);var marker1339 = L.circleMarker([53.3969,-6.12765], {color:"#525C65", title:"ST MARYS SECONDARY SCHOOL"}).addTo(schoolmap);marker1339.bindPopup("<b>ST MARYS SECONDARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1339);var marker1340 = L.circleMarker([54.0856,-7.31443], {color:"#525C65", title:"SCOIL NAOMH BRID"}).addTo(schoolmap);marker1340.bindPopup("<b>SCOIL NAOMH BRID</b><br />112 pupils signed up").openPopup();otherArray.push(marker1340);var marker1341 = L.circleMarker([53.8867,-6.38998], {color:"#525C65", title:"SN CHILL SARAIN"}).addTo(schoolmap);marker1341.bindPopup("<b>SN CHILL SARAIN</b><br />161 pupils signed up").openPopup();otherArray.push(marker1341);var marker1342 = L.circleMarker([53.969,-8.29916], {color:"#525C65", title:"ABBEY COMMUNITY COLLEGE"}).addTo(schoolmap);marker1342.bindPopup("<b>ABBEY COMMUNITY COLLEGE</b><br />29 pupils signed up").openPopup();otherArray.push(marker1342);var marker1343 = L.circleMarker([53.4012,-8.14616], {color:"#525C65", title:"TAUGHMACONNELL N S"}).addTo(schoolmap);marker1343.bindPopup("<b>TAUGHMACONNELL N S</b><br />105 pupils signed up").openPopup();otherArray.push(marker1343);var marker1344 = L.circleMarker([52.3729,-6.58083], {color:"#525C65", title:"S N AN GHLEANNA"}).addTo(schoolmap);marker1344.bindPopup("<b>S N AN GHLEANNA</b><br />130 pupils signed up").openPopup();otherArray.push(marker1344);var marker1345 = L.circleMarker([52.3528,-7.32482], {color:"#525C65", title:"S N BAILE AN PHIULL"}).addTo(schoolmap);marker1345.bindPopup("<b>S N BAILE AN PHIULL</b><br />60 pupils signed up").openPopup();otherArray.push(marker1345);var marker1346 = L.circleMarker([53.9149,-8.3789], {color:"#525C65", title:"NAOMH ATRACHTA"}).addTo(schoolmap);marker1346.bindPopup("<b>NAOMH ATRACHTA</b><br />35 pupils signed up").openPopup();otherArray.push(marker1346);var marker1347 = L.circleMarker([54.099728229483475,-7.320205156212509], {color:"#ff6961", title:"ST BRIGID’S NS REDHILLS", students:"90"}).addTo(schoolmap);marker1347.bindPopup("<b>ST BRIGID’S NS REDHILLS</b><br />90 pupils signed up").openPopup();primaryArray.push(marker1347);var marker1348 = L.circleMarker([54.5019,-6.46681], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1348.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker1348);var marker1349 = L.circleMarker([51.9058,-8.44181], {color:"#525C65", title:"SCOIL EANNA"}).addTo(schoolmap);marker1349.bindPopup("<b>SCOIL EANNA</b><br />65 pupils signed up").openPopup();otherArray.push(marker1349);var marker1350 = L.circleMarker([53.5465,-6.09017], {color:"#525C65", title:"SCOIL N. BREANDAN"}).addTo(schoolmap);marker1350.bindPopup("<b>SCOIL N. BREANDAN</b><br />28 pupils signed up").openPopup();otherArray.push(marker1350);var marker1351 = L.circleMarker([51.8237,-8.46016], {color:"#525C65", title:"BALLYGARVAN N S"}).addTo(schoolmap);marker1351.bindPopup("<b>BALLYGARVAN N S</b><br />370 pupils signed up").openPopup();otherArray.push(marker1351);var marker1352 = L.circleMarker([54.5952,-5.96979], {color:"#525C65", title:"ST PAUL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1352.bindPopup("<b>ST PAUL'S PRIMARY SCHOOL</b><br />240 pupils signed up").openPopup();otherArray.push(marker1352);var marker1353 = L.circleMarker([53.8314,-6.4005], {color:"#525C65", title:"SCOIL BHRIDE MIXED N S"}).addTo(schoolmap);marker1353.bindPopup("<b>SCOIL BHRIDE MIXED N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker1353);var marker1354 = L.circleMarker([53.3051,-6.32839], {color:"#525C65", title:"RIVERVIEW EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker1354.bindPopup("<b>RIVERVIEW EDUCATE TOGETHER NATIONAL SCHOOL</b><br />25 pupils signed up").openPopup();otherArray.push(marker1354);var marker1355 = L.circleMarker([53.3507,-8.06125], {color:"#525C65", title:"CAMCLOON N S"}).addTo(schoolmap);marker1355.bindPopup("<b>CAMCLOON N S</b><br />55 pupils signed up").openPopup();otherArray.push(marker1355);var marker1356 = L.circleMarker([53.5708,-7.27303], {color:"#525C65", title:"LOCH AN GHAIR N S"}).addTo(schoolmap);marker1356.bindPopup("<b>LOCH AN GHAIR N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker1356);var marker1357 = L.circleMarker([52.8051,-7.20792], {color:"#525C65", title:"WANDESFORDE MIXED N S"}).addTo(schoolmap);marker1357.bindPopup("<b>WANDESFORDE MIXED N S</b><br />16 pupils signed up").openPopup();otherArray.push(marker1357);var marker1358 = L.circleMarker([53.3399,-6.41677], {color:"#525C65", title:"DIVINE MERCY SENIOR NATIONAL SCHOOL"}).addTo(schoolmap);marker1358.bindPopup("<b>DIVINE MERCY SENIOR NATIONAL SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1358);var marker1359 = L.circleMarker([52.17421438121562,-9.771558735249494], {color:"#525C65", title:"CASTLEDRUM N S"}).addTo(schoolmap);marker1359.bindPopup("<b>CASTLEDRUM N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1359);var marker1360 = L.circleMarker([53.4151,-7.3037], {color:"#525C65", title:"SCOIL CHROI NAOFA"}).addTo(schoolmap);marker1360.bindPopup("<b>SCOIL CHROI NAOFA</b><br />27 pupils signed up").openPopup();otherArray.push(marker1360);var marker1361 = L.circleMarker([51.8355,-10.1718], {color:"#525C65", title:"ST FINIANS"}).addTo(schoolmap);marker1361.bindPopup("<b>ST FINIANS</b><br />110 pupils signed up").openPopup();otherArray.push(marker1361);var marker1362 = L.circleMarker([53.515404456174,-6.549429595443143], {color:"#ff6961", title:"Dunshaughlin Community National School", students:"180"}).addTo(schoolmap);marker1362.bindPopup("<b>Dunshaughlin Community National School</b><br />180 pupils signed up").openPopup();primaryArray.push(marker1362);var marker1363 = L.circleMarker([52.1734,-7.26319], {color:"#525C65", title:"S N DUN AILL"}).addTo(schoolmap);marker1363.bindPopup("<b>S N DUN AILL</b><br />90 pupils signed up").openPopup();otherArray.push(marker1363);var marker1364 = L.circleMarker([53.2596,-6.21535], {color:"#525C65", title:"GAELSCOIL THAOBH NA COILLE"}).addTo(schoolmap);marker1364.bindPopup("<b>GAELSCOIL THAOBH NA COILLE</b><br />320 pupils signed up").openPopup();otherArray.push(marker1364);var marker1365 = L.circleMarker([52.5569,-8.40585], {color:"#525C65", title:"CLOVERFIELD N S"}).addTo(schoolmap);marker1365.bindPopup("<b>CLOVERFIELD N S</b><br />12 pupils signed up").openPopup();otherArray.push(marker1365);var marker1366 = L.circleMarker([52.75662961838228,-7.1759573967528105], {color:"#ff6961", title:"St Brendan’s NS Muckalee", students:"198"}).addTo(schoolmap);marker1366.bindPopup("<b>St Brendan’s NS Muckalee</b><br />198 pupils signed up").openPopup();primaryArray.push(marker1366);var marker1367 = L.circleMarker([54.6369,-5.948], {color:"#525C65", title:"CAVEHILL PRIMARY SCHOOL"}).addTo(schoolmap);marker1367.bindPopup("<b>CAVEHILL PRIMARY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1367);var marker1368 = L.circleMarker([52.9003,-7.13147], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1368.bindPopup("<b>SCOIL MHUIRE</b><br />9 pupils signed up").openPopup();otherArray.push(marker1368);var marker1369 = L.circleMarker([52.8341,-8.98392], {color:"#525C65", title:"ST FLANNAN'S COLLEGE"}).addTo(schoolmap);marker1369.bindPopup("<b>ST FLANNAN'S COLLEGE</b><br />1200 pupils signed up").openPopup();otherArray.push(marker1369);var marker1370 = L.circleMarker([54.1654,-8.14032], {color:"#525C65", title:"DRUMKEERIN CENTRAL NS"}).addTo(schoolmap);marker1370.bindPopup("<b>DRUMKEERIN CENTRAL NS</b><br />67 pupils signed up").openPopup();otherArray.push(marker1370);var marker1371 = L.circleMarker([52.4716,-8.1602], {color:"#525C65", title:"THE ABBEY SCHOOL"}).addTo(schoolmap);marker1371.bindPopup("<b>THE ABBEY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1371);var marker1372 = L.circleMarker([54.497,-6.77214], {color:"#525C65", title:"WINDMILL INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker1372.bindPopup("<b>WINDMILL INTEGRATED PRIMARY SCHOOL</b><br />211 pupils signed up").openPopup();otherArray.push(marker1372);var marker1373 = L.circleMarker([53.8475,-6.80536], {color:"#525C65", title:"KILMAINHAM WOOD N S"}).addTo(schoolmap);marker1373.bindPopup("<b>KILMAINHAM WOOD N S</b><br />118 pupils signed up").openPopup();otherArray.push(marker1373);var marker1374 = L.circleMarker([51.6626,-9.26061], {color:"#525C65", title:"DROMDHALLAGH N S"}).addTo(schoolmap);marker1374.bindPopup("<b>DROMDHALLAGH N S</b><br />60 pupils signed up").openPopup();otherArray.push(marker1374);var marker1375 = L.circleMarker([53.2393,-8.17331], {color:"#525C65", title:"BAILE MOR SIOL ANMCADHA"}).addTo(schoolmap);marker1375.bindPopup("<b>BAILE MOR SIOL ANMCADHA</b><br />100 pupils signed up").openPopup();otherArray.push(marker1375);var marker1376 = L.circleMarker([53.9013,-6.80501], {color:"#525C65", title:"ST JOSEPHS N S"}).addTo(schoolmap);marker1376.bindPopup("<b>ST JOSEPHS N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1376);var marker1377 = L.circleMarker([52.6497,-8.39783], {color:"#525C65", title:"S N MA RUA"}).addTo(schoolmap);marker1377.bindPopup("<b>S N MA RUA</b><br />142 pupils signed up").openPopup();otherArray.push(marker1377);var marker1378 = L.circleMarker([54.964,-7.72506], {color:"#525C65", title:"COLÁISTE AILIGH"}).addTo(schoolmap);marker1378.bindPopup("<b>COLÁISTE AILIGH</b><br />300 pupils signed up").openPopup();otherArray.push(marker1378);var marker1379 = L.circleMarker([52.2295,-7.06238], {color:"#525C65", title:"GAELSCOIL PHORT LAIRGE"}).addTo(schoolmap);marker1379.bindPopup("<b>GAELSCOIL PHORT LAIRGE</b><br />200 pupils signed up").openPopup();otherArray.push(marker1379);var marker1380 = L.circleMarker([54.6437,-6.87698], {color:"#ff6961", title:"ST JOSEPH'S PRIMARY SCHOOL 9 Cloughfin Rd Cookstown Co Tyrone BT45 5DU", students:"80"}).addTo(schoolmap);marker1380.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL 9 Cloughfin Rd Cookstown Co Tyrone BT45 5DU</b><br />80 pupils signed up").openPopup();primaryArray.push(marker1380);var marker1381 = L.circleMarker([54.1806,-6.42115], {color:"#525C65", title:"ST MALACHY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1381.bindPopup("<b>ST MALACHY'S PRIMARY SCHOOL</b><br />250 pupils signed up").openPopup();otherArray.push(marker1381);var marker1382 = L.circleMarker([53.2871,-6.38729], {color:"#525C65", title:"ST MARKS SEN NS"}).addTo(schoolmap);marker1382.bindPopup("<b>ST MARKS SEN NS</b><br />400 pupils signed up").openPopup();otherArray.push(marker1382);var marker1383 = L.circleMarker([53.3826,-6.38324], {color:"#ff6961", title:"ST FRANCIS XAVIER SENIOR N S", students:"30"}).addTo(schoolmap);marker1383.bindPopup("<b>ST FRANCIS XAVIER SENIOR N S</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1383);var marker1384 = L.circleMarker([55.2496480997292,-7.385141800777913], {color:"#ff6961", title:"Cloontagh N.S", students:"96"}).addTo(schoolmap);marker1384.bindPopup("<b>Cloontagh N.S</b><br />96 pupils signed up").openPopup();primaryArray.push(marker1384);var marker1385 = L.circleMarker([53.2657,-7.34003], {color:"#525C65", title:"S N SHEOSAIMH NAOFA"}).addTo(schoolmap);marker1385.bindPopup("<b>S N SHEOSAIMH NAOFA</b><br />193 pupils signed up").openPopup();otherArray.push(marker1385);var marker1386 = L.circleMarker([53.2159,-6.12109], {color:"#525C65", title:"WOODBROOK COLLEGE"}).addTo(schoolmap);marker1386.bindPopup("<b>WOODBROOK COLLEGE</b><br />500 pupils signed up").openPopup();otherArray.push(marker1386);var marker1387 = L.circleMarker([52.25407008949412,-9.734830856323244], {color:"#ff6961", title:"St. Brendan's N.S. Blennerville V92VF10", students:"208"}).addTo(schoolmap);marker1387.bindPopup("<b>St. Brendan's N.S. Blennerville V92VF10</b><br />208 pupils signed up").openPopup();primaryArray.push(marker1387);var marker1388 = L.circleMarker([54.5428,-5.9158], {color:"#525C65", title:"ST ITA'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1388.bindPopup("<b>ST ITA'S PRIMARY SCHOOL</b><br />715 pupils signed up").openPopup();otherArray.push(marker1388);var marker1389 = L.circleMarker([53.711,-6.29837], {color:"#525C65", title:"GAELSCOIL AN BHRADÁIN FEASA"}).addTo(schoolmap);marker1389.bindPopup("<b>GAELSCOIL AN BHRADÁIN FEASA</b><br />400 pupils signed up").openPopup();otherArray.push(marker1389);var marker1390 = L.circleMarker([54.2791,-8.45924], {color:"#525C65", title:"BALLINODE COLLEGE"}).addTo(schoolmap);marker1390.bindPopup("<b>BALLINODE COLLEGE</b><br />254 pupils signed up").openPopup();otherArray.push(marker1390);var marker1391 = L.circleMarker([53.372,-6.39106], {color:"#525C65", title:"CASTLEKNOCK COMMUNITY COLLEGE"}).addTo(schoolmap);marker1391.bindPopup("<b>CASTLEKNOCK COMMUNITY COLLEGE</b><br />1395 pupils signed up").openPopup();otherArray.push(marker1391);var marker1392 = L.circleMarker([51.9534,-7.94353], {color:"#525C65", title:"KYLE N S"}).addTo(schoolmap);marker1392.bindPopup("<b>KYLE N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1392);var marker1393 = L.circleMarker([51.6626,-9.26061], {color:"#525C65", title:"DROMDHALLAGH N S"}).addTo(schoolmap);marker1393.bindPopup("<b>DROMDHALLAGH N S</b><br />60 pupils signed up").openPopup();otherArray.push(marker1393);var marker1394 = L.circleMarker([53.38045463320526,-6.216387551510622], {color:"#FFFD77", title:"St David's College, Artane"}).addTo(schoolmap);marker1394.bindPopup("<b>St David's College, Artane</b><br />550 pupils signed up").openPopup();secondaryArray.push(marker1394);var marker1395 = L.circleMarker([54.6678,-5.95025], {color:"#525C65", title:"ST BERNARD'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1395.bindPopup("<b>ST BERNARD'S PRIMARY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker1395);var marker1396 = L.circleMarker([54.2501,-7.44073], {color:"#525C65", title:"MOAT PRIMARY SCHOOL"}).addTo(schoolmap);marker1396.bindPopup("<b>MOAT PRIMARY SCHOOL</b><br />130 pupils signed up").openPopup();otherArray.push(marker1396);var marker1397 = L.circleMarker([51.7415,-8.73075], {color:"#525C65", title:"GAELSCOIL DROICHEAD NA BANNDAN"}).addTo(schoolmap);marker1397.bindPopup("<b>GAELSCOIL DROICHEAD NA BANNDAN</b><br />19 pupils signed up").openPopup();otherArray.push(marker1397);var marker1398 = L.circleMarker([54.1291,-6.83067], {color:"#525C65", title:"DOOHAMLET N S"}).addTo(schoolmap);marker1398.bindPopup("<b>DOOHAMLET N S</b><br />134 pupils signed up").openPopup();otherArray.push(marker1398);var marker1399 = L.circleMarker([52.44744985103989,-9.475988929607265], {color:"#FFFD77", title:"St Michael's College"}).addTo(schoolmap);marker1399.bindPopup("<b>St Michael's College</b><br />220 pupils signed up").openPopup();secondaryArray.push(marker1399);var marker1400 = L.circleMarker([54.5795,-8.12325], {color:"#525C65", title:"ROBERTSON N S"}).addTo(schoolmap);marker1400.bindPopup("<b>ROBERTSON N S</b><br />67 pupils signed up").openPopup();otherArray.push(marker1400);var marker1401 = L.circleMarker([53.2971,-6.18304], {color:"#525C65", title:"CARYSFORT NS"}).addTo(schoolmap);marker1401.bindPopup("<b>CARYSFORT NS</b><br />500 pupils signed up").openPopup();otherArray.push(marker1401);var marker1402 = L.circleMarker([52.337,-6.469], {color:"#525C65", title:"ST IBERIUS N S"}).addTo(schoolmap);marker1402.bindPopup("<b>ST IBERIUS N S</b><br />93 pupils signed up").openPopup();otherArray.push(marker1402);var marker1403 = L.circleMarker([52.69087357714011,-8.146523237228392], {color:"#ff6961", title:"Kilcommon NS", students:"22"}).addTo(schoolmap);marker1403.bindPopup("<b>Kilcommon NS</b><br />22 pupils signed up").openPopup();primaryArray.push(marker1403);var marker1404 = L.circleMarker([54.5853,-5.95097], {color:"#525C65", title:"FANE STREET PRIMARY SCHOOL"}).addTo(schoolmap);marker1404.bindPopup("<b>FANE STREET PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1404);var marker1405 = L.circleMarker([51.6223,-9.52361], {color:"#525C65", title:"CARRIGBOY N S"}).addTo(schoolmap);marker1405.bindPopup("<b>CARRIGBOY N S</b><br />82 pupils signed up").openPopup();otherArray.push(marker1405);var marker1406 = L.circleMarker([54.52227707204099,-5.954589843749998], {color:"#ff6961", title:"St Patrick's Primary School", students:"20"}).addTo(schoolmap);marker1406.bindPopup("<b>St Patrick's Primary School</b><br />20 pupils signed up").openPopup();primaryArray.push(marker1406);var marker1407 = L.circleMarker([53.3978,-7.01498], {color:"#525C65", title:"S N CLOCH RINNCE"}).addTo(schoolmap);marker1407.bindPopup("<b>S N CLOCH RINNCE</b><br />130 pupils signed up").openPopup();otherArray.push(marker1407);var marker1408 = L.circleMarker([54.6344,-5.83421], {color:"#525C65", title:"SULLIVAN UPPER SCHOOL"}).addTo(schoolmap);marker1408.bindPopup("<b>SULLIVAN UPPER SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1408);var marker1409 = L.circleMarker([52.6309,-8.66837], {color:"#525C65", title:"SCOIL NEASSAIN"}).addTo(schoolmap);marker1409.bindPopup("<b>SCOIL NEASSAIN</b><br />26 pupils signed up").openPopup();otherArray.push(marker1409);var marker1410 = L.circleMarker([53.39803902741485,-6.20304822921753], {color:"#ff6961", title:"Saint Joseph's NS", students:"200"}).addTo(schoolmap);marker1410.bindPopup("<b>Saint Joseph's NS</b><br />200 pupils signed up").openPopup();primaryArray.push(marker1410);var marker1411 = L.circleMarker([53.1871350613701,-7.2774469232828], {color:"#ff6961", title:"Scoil Mhuire, Cloneygowan, Tullamore, Co. Offaly", students:"125"}).addTo(schoolmap);marker1411.bindPopup("<b>Scoil Mhuire, Cloneygowan, Tullamore, Co. Offaly</b><br />125 pupils signed up").openPopup();primaryArray.push(marker1411);var marker1412 = L.circleMarker([52.6578,-7.1541], {color:"#525C65", title:"S N NAOMH COLMAIN"}).addTo(schoolmap);marker1412.bindPopup("<b>S N NAOMH COLMAIN</b><br />204 pupils signed up").openPopup();otherArray.push(marker1412);var marker1413 = L.circleMarker([53.3845,-6.37402], {color:"#525C65", title:"SCOIL BRIDE C"}).addTo(schoolmap);marker1413.bindPopup("<b>SCOIL BRIDE C</b><br />220 pupils signed up").openPopup();otherArray.push(marker1413);var marker1414 = L.circleMarker([52.4528,-6.96155], {color:"#525C65", title:"THE ROWER MIXED N S"}).addTo(schoolmap);marker1414.bindPopup("<b>THE ROWER MIXED N S</b><br />120 pupils signed up").openPopup();otherArray.push(marker1414);var marker1415 = L.circleMarker([51.8619,-8.12709], {color:"#525C65", title:"CLOYNE NATIONAL SCHOOL"}).addTo(schoolmap);marker1415.bindPopup("<b>CLOYNE NATIONAL SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker1415);var marker1416 = L.circleMarker([52.6593,-8.62231], {color:"#525C65", title:"PRESENTATION PRIMARY SCHOOL"}).addTo(schoolmap);marker1416.bindPopup("<b>PRESENTATION PRIMARY SCHOOL</b><br />28 pupils signed up").openPopup();otherArray.push(marker1416);var marker1417 = L.circleMarker([53.703,-8.20569], {color:"#525C65", title:"SCOIL BHRÍDE"}).addTo(schoolmap);marker1417.bindPopup("<b>SCOIL BHRÍDE</b><br />126 pupils signed up").openPopup();otherArray.push(marker1417);var marker1418 = L.circleMarker([52.6396,-8.86774], {color:"#525C65", title:"PALLASKENRY N S"}).addTo(schoolmap);marker1418.bindPopup("<b>PALLASKENRY N S</b><br />17 pupils signed up").openPopup();otherArray.push(marker1418);var marker1419 = L.circleMarker([53.8871,-9.54325], {color:"#525C65", title:"NEWPORT CENTRAL"}).addTo(schoolmap);marker1419.bindPopup("<b>NEWPORT CENTRAL</b><br />35 pupils signed up").openPopup();otherArray.push(marker1419);var marker1420 = L.circleMarker([54.1606,-6.35853], {color:"#525C65", title:"ST MONINNA'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1420.bindPopup("<b>ST MONINNA'S PRIMARY SCHOOL</b><br />415 pupils signed up").openPopup();otherArray.push(marker1420);var marker1421 = L.circleMarker([53.4083,-6.1665], {color:"#525C65", title:"BELMAYNE EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker1421.bindPopup("<b>BELMAYNE EDUCATE TOGETHER NATIONAL SCHOOL</b><br />409 pupils signed up").openPopup();otherArray.push(marker1421);var marker1422 = L.circleMarker([53.6426,-6.64775], {color:"#525C65", title:"ST STEPHENS NS"}).addTo(schoolmap);marker1422.bindPopup("<b>ST STEPHENS NS</b><br />24 pupils signed up").openPopup();otherArray.push(marker1422);var marker1423 = L.circleMarker([52.2903,-7.24672], {color:"#525C65", title:"COLÁISTE COIS SIÚIRE"}).addTo(schoolmap);marker1423.bindPopup("<b>COLÁISTE COIS SIÚIRE</b><br />167 pupils signed up").openPopup();otherArray.push(marker1423);var marker1424 = L.circleMarker([52.1271,-10.3052], {color:"#525C65", title:"COLÁISTE ÍDE"}).addTo(schoolmap);marker1424.bindPopup("<b>COLÁISTE ÍDE</b><br />30 pupils signed up").openPopup();otherArray.push(marker1424);var marker1425 = L.circleMarker([53.1489,-6.06924], {color:"#ff6961", title:"ST PATRICK'S NATIONAL SCHOOL WICKLOW TOWN", students:"350"}).addTo(schoolmap);marker1425.bindPopup("<b>ST PATRICK'S NATIONAL SCHOOL WICKLOW TOWN</b><br />350 pupils signed up").openPopup();primaryArray.push(marker1425);var marker1426 = L.circleMarker([52.67,-8.61452], {color:"#525C65", title:"ARDSCOIL MHUIRE"}).addTo(schoolmap);marker1426.bindPopup("<b>ARDSCOIL MHUIRE</b><br />200 pupils signed up").openPopup();otherArray.push(marker1426);var marker1427 = L.circleMarker([52.5764,-6.23065], {color:"#525C65", title:"ST MARYS N S"}).addTo(schoolmap);marker1427.bindPopup("<b>ST MARYS N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker1427);var marker1428 = L.circleMarker([53.6217,-6.66594], {color:"#525C65", title:"SCOIL BHRÍDE"}).addTo(schoolmap);marker1428.bindPopup("<b>SCOIL BHRÍDE</b><br />285 pupils signed up").openPopup();otherArray.push(marker1428);var marker1429 = L.circleMarker([52.8043,-8.44473], {color:"#525C65", title:"KILLALOE BOYS N S"}).addTo(schoolmap);marker1429.bindPopup("<b>KILLALOE BOYS N S</b><br />104 pupils signed up").openPopup();otherArray.push(marker1429);var marker1430 = L.circleMarker([51.4986,-9.35218], {color:"#525C65", title:"RATHMORE N S"}).addTo(schoolmap);marker1430.bindPopup("<b>RATHMORE N S</b><br />120 pupils signed up").openPopup();otherArray.push(marker1430);var marker1431 = L.circleMarker([51.8619,-8.12709], {color:"#525C65", title:"CLOYNE NATIONAL SCHOOL"}).addTo(schoolmap);marker1431.bindPopup("<b>CLOYNE NATIONAL SCHOOL</b><br />27 pupils signed up").openPopup();otherArray.push(marker1431);var marker1432 = L.circleMarker([52.802,-8.36766], {color:"#525C65", title:"BOHER N S"}).addTo(schoolmap);marker1432.bindPopup("<b>BOHER N S</b><br />100 pupils signed up").openPopup();otherArray.push(marker1432);var marker1433 = L.circleMarker([52.7038,-9.4939], {color:"#525C65", title:"SCOIL AN SRAITH S N"}).addTo(schoolmap);marker1433.bindPopup("<b>SCOIL AN SRAITH S N</b><br />15 pupils signed up").openPopup();otherArray.push(marker1433);var marker1434 = L.circleMarker([52.0086,-7.77218], {color:"#525C65", title:"BALLYCURRANE N S"}).addTo(schoolmap);marker1434.bindPopup("<b>BALLYCURRANE N S</b><br />12 pupils signed up").openPopup();otherArray.push(marker1434);var marker1435 = L.circleMarker([53.59311611567938,-6.141357421875], {color:"#ff6961", title:"St. Brendan's loughshinny, skerries, co. Dublin", students:"18"}).addTo(schoolmap);marker1435.bindPopup("<b>St. Brendan's loughshinny, skerries, co. Dublin</b><br />18 pupils signed up").openPopup();primaryArray.push(marker1435);var marker1436 = L.circleMarker([53.9724,-8.29496], {color:"#ff6961", title:"Abbey Primary School, Boyle Co.Roscommon", students:"30"}).addTo(schoolmap);marker1436.bindPopup("<b>Abbey Primary School, Boyle Co.Roscommon</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1436);var marker1437 = L.circleMarker([52.8823,-8.35319], {color:"#525C65", title:"PORTROE N S"}).addTo(schoolmap);marker1437.bindPopup("<b>PORTROE N S</b><br />137 pupils signed up").openPopup();otherArray.push(marker1437);var marker1438 = L.circleMarker([54.9324,-7.6956], {color:"#525C65", title:"ST PATRICKS N S"}).addTo(schoolmap);marker1438.bindPopup("<b>ST PATRICKS N S</b><br />429 pupils signed up").openPopup();otherArray.push(marker1438);var marker1439 = L.circleMarker([52.6488,-7.25287], {color:"#525C65", title:"COLÁISTE POBAIL OSRAÍ"}).addTo(schoolmap);marker1439.bindPopup("<b>COLÁISTE POBAIL OSRAÍ</b><br />235 pupils signed up").openPopup();otherArray.push(marker1439);var marker1440 = L.circleMarker([53.3402,-6.55441], {color:"#525C65", title:"SCOIL NA MAINISTREACH"}).addTo(schoolmap);marker1440.bindPopup("<b>SCOIL NA MAINISTREACH</b><br />470 pupils signed up").openPopup();otherArray.push(marker1440);var marker1441 = L.circleMarker([51.9038,-8.95816], {color:"#525C65", title:"ST MARY'S SECONDARY SCHOOL"}).addTo(schoolmap);marker1441.bindPopup("<b>ST MARY'S SECONDARY SCHOOL</b><br />60 pupils signed up").openPopup();otherArray.push(marker1441);var marker1442 = L.circleMarker([52.8539,-8.97553], {color:"#525C65", title:"ST ANNES S S"}).addTo(schoolmap);marker1442.bindPopup("<b>ST ANNES S S</b><br />140 pupils signed up").openPopup();otherArray.push(marker1442);var marker1443 = L.circleMarker([54.5911,-5.97275], {color:"#525C65", title:"COLAISTE FEIRSTE"}).addTo(schoolmap);marker1443.bindPopup("<b>COLAISTE FEIRSTE</b><br />800 pupils signed up").openPopup();otherArray.push(marker1443);var marker1444 = L.circleMarker([53.3038,-6.22918], {color:"#525C65", title:"ST KILIAN'S DEUTSCHE SCHULE"}).addTo(schoolmap);marker1444.bindPopup("<b>ST KILIAN'S DEUTSCHE SCHULE</b><br />200 pupils signed up").openPopup();otherArray.push(marker1444);var marker1445 = L.circleMarker([52.7119,-6.50433], {color:"#525C65", title:"CARNEW N S"}).addTo(schoolmap);marker1445.bindPopup("<b>CARNEW N S</b><br />185 pupils signed up").openPopup();otherArray.push(marker1445);var marker1446 = L.circleMarker([52.9015,-6.05066], {color:"#525C65", title:"BRITTAS BAY MXD N S"}).addTo(schoolmap);marker1446.bindPopup("<b>BRITTAS BAY MXD N S</b><br />130 pupils signed up").openPopup();otherArray.push(marker1446);var marker1447 = L.circleMarker([52.6728,-7.71072], {color:"#525C65", title:"TWO MILE BORRIS N S"}).addTo(schoolmap);marker1447.bindPopup("<b>TWO MILE BORRIS N S</b><br />150 pupils signed up").openPopup();otherArray.push(marker1447);var marker1448 = L.circleMarker([53.3966,-7.72609], {color:"#525C65", title:"MOATE COMMUNITY SCHOOL"}).addTo(schoolmap);marker1448.bindPopup("<b>MOATE COMMUNITY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1448);var marker1449 = L.circleMarker([51.72766612390987,-9.371337890625], {color:"#ff6961", title:"Dromclough NS", students:"51"}).addTo(schoolmap);marker1449.bindPopup("<b>Dromclough NS</b><br />51 pupils signed up").openPopup();primaryArray.push(marker1449);var marker1450 = L.circleMarker([52.1639,-7.14994], {color:"#525C65", title:"TRAMORE EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker1450.bindPopup("<b>TRAMORE EDUCATE TOGETHER NATIONAL SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1450);var marker1451 = L.circleMarker([52.6341,-8.58931], {color:"#525C65", title:"DONOUGHMORE N S"}).addTo(schoolmap);marker1451.bindPopup("<b>DONOUGHMORE N S</b><br />140 pupils signed up").openPopup();otherArray.push(marker1451);var marker1452 = L.circleMarker([52.7969,-6.15737], {color:"#525C65", title:"ST MARYS COLLEGE"}).addTo(schoolmap);marker1452.bindPopup("<b>ST MARYS COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker1452);var marker1453 = L.circleMarker([53.3972,-7.12182], {color:"#525C65", title:"CASTLEJORDAN CENTRAL NS"}).addTo(schoolmap);marker1453.bindPopup("<b>CASTLEJORDAN CENTRAL NS</b><br />79 pupils signed up").openPopup();otherArray.push(marker1453);var marker1454 = L.circleMarker([51.8619,-8.12709], {color:"#525C65", title:"CLOYNE NATIONAL SCHOOL"}).addTo(schoolmap);marker1454.bindPopup("<b>CLOYNE NATIONAL SCHOOL</b><br />21 pupils signed up").openPopup();otherArray.push(marker1454);var marker1455 = L.circleMarker([51.7415,-8.73075], {color:"#525C65", title:"GAELSCOIL DROICHEAD NA BANNDAN"}).addTo(schoolmap);marker1455.bindPopup("<b>GAELSCOIL DROICHEAD NA BANNDAN</b><br />170 pupils signed up").openPopup();otherArray.push(marker1455);var marker1456 = L.circleMarker([53.29873826325792,-8.823515289822037], {color:"#ff6961", title:"Lisheenkyle N.S Galway", students:"228"}).addTo(schoolmap);marker1456.bindPopup("<b>Lisheenkyle N.S Galway</b><br />228 pupils signed up").openPopup();primaryArray.push(marker1456);var marker1457 = L.circleMarker([54.420570578092395,-7.821044011959304], {color:"#ff6961", title:"St.Patrick's Primary School, Derrygonnelly", students:"131"}).addTo(schoolmap);marker1457.bindPopup("<b>St.Patrick's Primary School, Derrygonnelly</b><br />131 pupils signed up").openPopup();primaryArray.push(marker1457);var marker1458 = L.circleMarker([54.9655,-7.26744], {color:"#525C65", title:"GLENDERMOTT PRIMARY SCHOOL"}).addTo(schoolmap);marker1458.bindPopup("<b>GLENDERMOTT PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1458);var marker1459 = L.circleMarker([53.4684,-6.53468], {color:"#525C65", title:"S N RATH RIAGAIN"}).addTo(schoolmap);marker1459.bindPopup("<b>S N RATH RIAGAIN</b><br />92 pupils signed up").openPopup();otherArray.push(marker1459);var marker1460 = L.circleMarker([52.7384,-6.76888], {color:"#525C65", title:"S N PEADAR AGUS POL"}).addTo(schoolmap);marker1460.bindPopup("<b>S N PEADAR AGUS POL</b><br />270 pupils signed up").openPopup();otherArray.push(marker1460);var marker1461 = L.circleMarker([51.8619,-8.12709], {color:"#525C65", title:"CLOYNE NATIONAL SCHOOL"}).addTo(schoolmap);marker1461.bindPopup("<b>CLOYNE NATIONAL SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker1461);var marker1462 = L.circleMarker([51.8619,-8.12709], {color:"#525C65", title:"CLOYNE NATIONAL SCHOOL"}).addTo(schoolmap);marker1462.bindPopup("<b>CLOYNE NATIONAL SCHOOL</b><br />29 pupils signed up").openPopup();otherArray.push(marker1462);var marker1463 = L.circleMarker([52.98277315002326,-6.048703194101108], {color:"#525C65", title:"WICKLOW EDUCATE TOGETHER SECONDARY SCHOOL"}).addTo(schoolmap);marker1463.bindPopup("<b>WICKLOW EDUCATE TOGETHER SECONDARY SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker1463);var marker1464 = L.circleMarker([52.14525921748131,-8.39949184597906], {color:"#ff6961", title:"Scoil Mhuire, Ballyhooly", students:"14"}).addTo(schoolmap);marker1464.bindPopup("<b>Scoil Mhuire, Ballyhooly</b><br />14 pupils signed up").openPopup();primaryArray.push(marker1464);var marker1465 = L.circleMarker([51.9501,-7.84301], {color:"#525C65", title:"GAELSCOIL CHORAIN,"}).addTo(schoolmap);marker1465.bindPopup("<b>GAELSCOIL CHORAIN,</b><br />260 pupils signed up").openPopup();otherArray.push(marker1465);var marker1466 = L.circleMarker([53.380422884943016,-6.311930924492936], {color:"#ff6961", title:"St Finians NS", students:"275"}).addTo(schoolmap);marker1466.bindPopup("<b>St Finians NS</b><br />275 pupils signed up").openPopup();primaryArray.push(marker1466);var marker1467 = L.circleMarker([54.4743,-6.33266], {color:"#525C65", title:"TANNAGHMORE PRIMARY SCHOOL"}).addTo(schoolmap);marker1467.bindPopup("<b>TANNAGHMORE PRIMARY SCHOOL</b><br />580 pupils signed up").openPopup();otherArray.push(marker1467);var marker1468 = L.circleMarker([53.069,-8.78276], {color:"#525C65", title:"S N CILL FHEICIN"}).addTo(schoolmap);marker1468.bindPopup("<b>S N CILL FHEICIN</b><br />21 pupils signed up").openPopup();otherArray.push(marker1468);var marker1469 = L.circleMarker([51.9077,-8.48123], {color:"#525C65", title:"SCOIL MHUIRE FATIMA BOYS SENIOR"}).addTo(schoolmap);marker1469.bindPopup("<b>SCOIL MHUIRE FATIMA BOYS SENIOR</b><br />207 pupils signed up").openPopup();otherArray.push(marker1469);var marker1470 = L.circleMarker([53.3752,-8.70714], {color:"#525C65", title:"SN MUINE MHEA"}).addTo(schoolmap);marker1470.bindPopup("<b>SN MUINE MHEA</b><br />260 pupils signed up").openPopup();otherArray.push(marker1470);var marker1471 = L.circleMarker([52.6468,-8.95185], {color:"#525C65", title:"BALLYSTEEN N S"}).addTo(schoolmap);marker1471.bindPopup("<b>BALLYSTEEN N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker1471);var marker1472 = L.circleMarker([52.4204,-9.73999], {color:"#525C65", title:"S N CILL LÚRAIGH"}).addTo(schoolmap);marker1472.bindPopup("<b>S N CILL LÚRAIGH</b><br />90 pupils signed up").openPopup();otherArray.push(marker1472);var marker1473 = L.circleMarker([52.6394,-7.24622], {color:"#ff6961", title:"GAELSCOIL OSRAI", students:"440"}).addTo(schoolmap);marker1473.bindPopup("<b>GAELSCOIL OSRAI</b><br />440 pupils signed up").openPopup();primaryArray.push(marker1473);var marker1474 = L.circleMarker([52.0627,-9.5139], {color:"#525C65", title:"HOLY CROSS PRIMARY SCHOOL"}).addTo(schoolmap);marker1474.bindPopup("<b>HOLY CROSS PRIMARY SCHOOL</b><br />390 pupils signed up").openPopup();otherArray.push(marker1474);var marker1475 = L.circleMarker([51.92,-8.41297], {color:"#525C65", title:"LOWER GLANMIRE N S"}).addTo(schoolmap);marker1475.bindPopup("<b>LOWER GLANMIRE N S</b><br />150 pupils signed up").openPopup();otherArray.push(marker1475);var marker1476 = L.circleMarker([53.1837,-6.79236], {color:"#525C65", title:"ST CONLETHS AND MARYS N S"}).addTo(schoolmap);marker1476.bindPopup("<b>ST CONLETHS AND MARYS N S</b><br />340 pupils signed up").openPopup();otherArray.push(marker1476);var marker1477 = L.circleMarker([54.7698,-8.32329], {color:"#525C65", title:"ST RIAGHANS NS"}).addTo(schoolmap);marker1477.bindPopup("<b>ST RIAGHANS NS</b><br />26 pupils signed up").openPopup();otherArray.push(marker1477);var marker1478 = L.circleMarker([53.4589,-6.23549], {color:"#525C65", title:"BRACKENSTOWN SENIOR N S"}).addTo(schoolmap);marker1478.bindPopup("<b>BRACKENSTOWN SENIOR N S</b><br />530 pupils signed up").openPopup();otherArray.push(marker1478);var marker1479 = L.circleMarker([52.5672,-9.28264], {color:"#525C65", title:"ST FERGUS PRIMARY SCHOOL"}).addTo(schoolmap);marker1479.bindPopup("<b>ST FERGUS PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1479);var marker1480 = L.circleMarker([53.2894,-6.18088], {color:"#525C65", title:"ALL SAINTS N S"}).addTo(schoolmap);marker1480.bindPopup("<b>ALL SAINTS N S</b><br />55 pupils signed up").openPopup();otherArray.push(marker1480);var marker1481 = L.circleMarker([54.9494,-8.35207], {color:"#525C65", title:"ROSSES COMMUNITY SCHOOL"}).addTo(schoolmap);marker1481.bindPopup("<b>ROSSES COMMUNITY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1481);var marker1482 = L.circleMarker([53.27647671821657,-9.017830789089201], {color:"#ff6961", title:"Scoil Chaitríona Junior", students:"30"}).addTo(schoolmap);marker1482.bindPopup("<b>Scoil Chaitríona Junior</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1482);var marker1483 = L.circleMarker([51.9681,-8.98268], {color:"#525C65", title:"S N NA MONA FLICHE"}).addTo(schoolmap);marker1483.bindPopup("<b>S N NA MONA FLICHE</b><br />45 pupils signed up").openPopup();otherArray.push(marker1483);var marker1484 = L.circleMarker([52.4704,-8.25007], {color:"#525C65", title:"SHRONELL N S"}).addTo(schoolmap);marker1484.bindPopup("<b>SHRONELL N S</b><br />58 pupils signed up").openPopup();otherArray.push(marker1484);var marker1485 = L.circleMarker([53.224484627092494,-8.380680084228514], {color:"#ff6961", title:"St Brendan’s NS Mullagh", students:"87"}).addTo(schoolmap);marker1485.bindPopup("<b>St Brendan’s NS Mullagh</b><br />87 pupils signed up").openPopup();primaryArray.push(marker1485);var marker1486 = L.circleMarker([54.6094,-5.93624], {color:"#525C65", title:"ST PATRICKS PRIMARY SCHOOL"}).addTo(schoolmap);marker1486.bindPopup("<b>ST PATRICKS PRIMARY SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker1486);var marker1487 = L.circleMarker([55.1267,-6.67551], {color:"#525C65", title:"KILLOWEN PRIMARY SCHOOL"}).addTo(schoolmap);marker1487.bindPopup("<b>KILLOWEN PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1487);var marker1488 = L.circleMarker([53.7507,-6.95455], {color:"#525C65", title:"CARNAROSS N S"}).addTo(schoolmap);marker1488.bindPopup("<b>CARNAROSS N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker1488);var marker1489 = L.circleMarker([53.8069,-9.13772], {color:"#525C65", title:"BALLA SECONDARY SCHOOL"}).addTo(schoolmap);marker1489.bindPopup("<b>BALLA SECONDARY SCHOOL</b><br />470 pupils signed up").openPopup();otherArray.push(marker1489);var marker1490 = L.circleMarker([53.4713,-6.24706], {color:"#525C65", title:"SWORDS EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1490.bindPopup("<b>SWORDS EDUCATE TOGETHER NS</b><br />24 pupils signed up").openPopup();otherArray.push(marker1490);var marker1491 = L.circleMarker([52.4474,-9.48073], {color:"#525C65", title:"REALT NA MAIDNE"}).addTo(schoolmap);marker1491.bindPopup("<b>REALT NA MAIDNE</b><br />19 pupils signed up").openPopup();otherArray.push(marker1491);var marker1492 = L.circleMarker([54.2811,-8.4839], {color:"#525C65", title:"ST BRENDANS NS"}).addTo(schoolmap);marker1492.bindPopup("<b>ST BRENDANS NS</b><br />175 pupils signed up").openPopup();otherArray.push(marker1492);var marker1493 = L.circleMarker([52.64961585856685,-7.255397915791035], {color:"#525C65", title:"Kilkenny Youthreach"}).addTo(schoolmap);marker1493.bindPopup("<b>Kilkenny Youthreach</b><br />25 pupils signed up").openPopup();otherArray.push(marker1493);var marker1494 = L.circleMarker([54.7173,-6.0001], {color:"#525C65", title:"THOMPSON PRIMARY SCHOOL"}).addTo(schoolmap);marker1494.bindPopup("<b>THOMPSON PRIMARY SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1494);var marker1495 = L.circleMarker([54.3139,-7.54288], {color:"#525C65", title:"LISBELLAW PRIMARY SCHOOL"}).addTo(schoolmap);marker1495.bindPopup("<b>LISBELLAW PRIMARY SCHOOL</b><br />170 pupils signed up").openPopup();otherArray.push(marker1495);var marker1496 = L.circleMarker([52.4103,-7.7555], {color:"#525C65", title:"S N CLEIREACHAIN"}).addTo(schoolmap);marker1496.bindPopup("<b>S N CLEIREACHAIN</b><br />200 pupils signed up").openPopup();otherArray.push(marker1496);var marker1497 = L.circleMarker([54.407,-8.40723], {color:"#525C65", title:"S N AODAIN"}).addTo(schoolmap);marker1497.bindPopup("<b>S N AODAIN</b><br />11 pupils signed up").openPopup();otherArray.push(marker1497);var marker1498 = L.circleMarker([54.263,-5.61486], {color:"#525C65", title:"ST NICHOLAS' PRIMARY SCHOOL"}).addTo(schoolmap);marker1498.bindPopup("<b>ST NICHOLAS' PRIMARY SCHOOL</b><br />148 pupils signed up").openPopup();otherArray.push(marker1498);var marker1499 = L.circleMarker([52.14309991063695,-10.14237105851862], {color:"#ff6961", title:"Scoil Naomh Eoin Baiste Lios Póil", students:"113"}).addTo(schoolmap);marker1499.bindPopup("<b>Scoil Naomh Eoin Baiste Lios Póil</b><br />113 pupils signed up").openPopup();primaryArray.push(marker1499);var marker1500 = L.circleMarker([53.2904,-6.3573], {color:"#525C65", title:"ST MARYS SCHOOL"}).addTo(schoolmap);marker1500.bindPopup("<b>ST MARYS SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1500);var marker1501 = L.circleMarker([52.2394,-6.73215], {color:"#525C65", title:"S N MHUIRE"}).addTo(schoolmap);marker1501.bindPopup("<b>S N MHUIRE</b><br />146 pupils signed up").openPopup();otherArray.push(marker1501);var marker1502 = L.circleMarker([53.8858,-7.40771], {color:"#525C65", title:"ST PATRICKS"}).addTo(schoolmap);marker1502.bindPopup("<b>ST PATRICKS</b><br />63 pupils signed up").openPopup();otherArray.push(marker1502);var marker1503 = L.circleMarker([53.5322,-6.10614], {color:"#525C65", title:"GAELSCOIL ROS EO"}).addTo(schoolmap);marker1503.bindPopup("<b>GAELSCOIL ROS EO</b><br />167 pupils signed up").openPopup();otherArray.push(marker1503);var marker1504 = L.circleMarker([54.0581,-6.01118], {color:"#525C65", title:"ST COLMAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1504.bindPopup("<b>ST COLMAN'S PRIMARY SCHOOL</b><br />235 pupils signed up").openPopup();otherArray.push(marker1504);var marker1505 = L.circleMarker([53.3298,-6.2977], {color:"#525C65", title:"LORETO COLLEGE"}).addTo(schoolmap);marker1505.bindPopup("<b>LORETO COLLEGE</b><br />350 pupils signed up").openPopup();otherArray.push(marker1505);var marker1506 = L.circleMarker([52.7561,-7.83311], {color:"#525C65", title:"LOCH MOR MAIGH N S"}).addTo(schoolmap);marker1506.bindPopup("<b>LOCH MOR MAIGH N S</b><br />87 pupils signed up").openPopup();otherArray.push(marker1506);var marker1507 = L.circleMarker([53.5124,-6.87619], {color:"#525C65", title:"SCOIL NAOMH BRIDE"}).addTo(schoolmap);marker1507.bindPopup("<b>SCOIL NAOMH BRIDE</b><br />190 pupils signed up").openPopup();otherArray.push(marker1507);var marker1508 = L.circleMarker([53.6528,-6.67658], {color:"#525C65", title:"LORETO SECONDARY SCHOOL"}).addTo(schoolmap);marker1508.bindPopup("<b>LORETO SECONDARY SCHOOL</b><br />900 pupils signed up").openPopup();otherArray.push(marker1508);var marker1509 = L.circleMarker([53.2785,-8.6817], {color:"#525C65", title:"ESKER N S"}).addTo(schoolmap);marker1509.bindPopup("<b>ESKER N S</b><br />65 pupils signed up").openPopup();otherArray.push(marker1509);var marker1510 = L.circleMarker([53.628,-8.19668], {color:"#525C65", title:"ST CÓMAN'S WOOD PRIMARY SCHOOL"}).addTo(schoolmap);marker1510.bindPopup("<b>ST CÓMAN'S WOOD PRIMARY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker1510);var marker1511 = L.circleMarker([53.5394,-7.5453], {color:"#525C65", title:"SCOIL PHADRAIG"}).addTo(schoolmap);marker1511.bindPopup("<b>SCOIL PHADRAIG</b><br />90 pupils signed up").openPopup();otherArray.push(marker1511);var marker1512 = L.circleMarker([53.3952,-6.18367], {color:"#525C65", title:"ST PAULS SEN NS"}).addTo(schoolmap);marker1512.bindPopup("<b>ST PAULS SEN NS</b><br />230 pupils signed up").openPopup();otherArray.push(marker1512);var marker1513 = L.circleMarker([53.248101669993474,-6.663894653320312], {color:"#ff6961", title:"St. Laurence's NS", students:"650"}).addTo(schoolmap);marker1513.bindPopup("<b>St. Laurence's NS</b><br />650 pupils signed up").openPopup();primaryArray.push(marker1513);var marker1514 = L.circleMarker([53.1301,-6.75079], {color:"#525C65", title:"ST BRIGIDS N S"}).addTo(schoolmap);marker1514.bindPopup("<b>ST BRIGIDS N S</b><br />600 pupils signed up").openPopup();otherArray.push(marker1514);var marker1515 = L.circleMarker([52.6578,-7.1541], {color:"#525C65", title:"S N NAOMH COLMAIN"}).addTo(schoolmap);marker1515.bindPopup("<b>S N NAOMH COLMAIN</b><br />148 pupils signed up").openPopup();otherArray.push(marker1515);var marker1516 = L.circleMarker([53.7547,-9.56421], {color:"#525C65", title:"BRACKLOON N S"}).addTo(schoolmap);marker1516.bindPopup("<b>BRACKLOON N S</b><br />145 pupils signed up").openPopup();otherArray.push(marker1516);var marker1517 = L.circleMarker([55.1824,-7.97588], {color:"#525C65", title:"DUNFANAGHY N S"}).addTo(schoolmap);marker1517.bindPopup("<b>DUNFANAGHY N S</b><br />24 pupils signed up").openPopup();otherArray.push(marker1517);var marker1518 = L.circleMarker([53.6594,-6.68491], {color:"#525C65", title:"ST PAULS N S"}).addTo(schoolmap);marker1518.bindPopup("<b>ST PAULS N S</b><br />730 pupils signed up").openPopup();otherArray.push(marker1518);var marker1519 = L.circleMarker([52.3917,-6.79582], {color:"#525C65", title:"S N RAITHIN"}).addTo(schoolmap);marker1519.bindPopup("<b>S N RAITHIN</b><br />154 pupils signed up").openPopup();otherArray.push(marker1519);var marker1520 = L.circleMarker([54.7144,-5.81551], {color:"#525C65", title:"ST NICHOLAS' PRIMARY SCHOOL"}).addTo(schoolmap);marker1520.bindPopup("<b>ST NICHOLAS' PRIMARY SCHOOL</b><br />112 pupils signed up").openPopup();otherArray.push(marker1520);var marker1521 = L.circleMarker([53.41776826187282,-6.830749427899719], {color:"#ff6961", title:"St Mary's PS, Enfield", students:"550"}).addTo(schoolmap);marker1521.bindPopup("<b>St Mary's PS, Enfield</b><br />550 pupils signed up").openPopup();primaryArray.push(marker1521);var marker1522 = L.circleMarker([54.8123196530062,-7.519283291010651], {color:"#ff6961", title:"St. Columba's NS", students:"9"}).addTo(schoolmap);marker1522.bindPopup("<b>St. Columba's NS</b><br />9 pupils signed up").openPopup();primaryArray.push(marker1522);var marker1523 = L.circleMarker([52.6372,-7.26675], {color:"#525C65", title:"SCHOOL OF THE HOLY SPIRIT SPECIAL SCHOOL"}).addTo(schoolmap);marker1523.bindPopup("<b>SCHOOL OF THE HOLY SPIRIT SPECIAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1523);var marker1524 = L.circleMarker([55.0471,-7.26268], {color:"#525C65", title:"ST PAUL'S PRIMARY SCHOOL SLIEVEMORE"}).addTo(schoolmap);marker1524.bindPopup("<b>ST PAUL'S PRIMARY SCHOOL SLIEVEMORE</b><br />213 pupils signed up").openPopup();otherArray.push(marker1524);var marker1525 = L.circleMarker([52.2561,-7.11764], {color:"#525C65", title:"MOUNT SION CBS N S"}).addTo(schoolmap);marker1525.bindPopup("<b>MOUNT SION CBS N S</b><br />22 pupils signed up").openPopup();otherArray.push(marker1525);var marker1526 = L.circleMarker([53.0373,-7.31394], {color:"#525C65", title:"SCOIL BHRIDE NS"}).addTo(schoolmap);marker1526.bindPopup("<b>SCOIL BHRIDE NS</b><br />19 pupils signed up").openPopup();otherArray.push(marker1526);var marker1527 = L.circleMarker([52.7024,-7.17018], {color:"#525C65", title:"S N TOBAIR EOIN BAISDE"}).addTo(schoolmap);marker1527.bindPopup("<b>S N TOBAIR EOIN BAISDE</b><br />45 pupils signed up").openPopup();otherArray.push(marker1527);var marker1528 = L.circleMarker([53.389020768666626,-7.375870943069458], {color:"#ff6961", title:"St Anne's NS Tyrrellspass", students:"170"}).addTo(schoolmap);marker1528.bindPopup("<b>St Anne's NS Tyrrellspass</b><br />170 pupils signed up").openPopup();primaryArray.push(marker1528);var marker1529 = L.circleMarker([53.7259,-7.79439], {color:"#ff6961", title:"ST JOSEPHS NS", students:"540"}).addTo(schoolmap);marker1529.bindPopup("<b>ST JOSEPHS NS</b><br />540 pupils signed up").openPopup();primaryArray.push(marker1529);var marker1530 = L.circleMarker([53.5211,-6.26646], {color:"#525C65", title:"BALLYBOGHILL N S"}).addTo(schoolmap);marker1530.bindPopup("<b>BALLYBOGHILL N S</b><br />250 pupils signed up").openPopup();otherArray.push(marker1530);var marker1531 = L.circleMarker([52.50677648177313,-9.653796413540839], {color:"#ff6961", title:"Scoil Íosagáin Ballybunion", students:"220"}).addTo(schoolmap);marker1531.bindPopup("<b>Scoil Íosagáin Ballybunion</b><br />220 pupils signed up").openPopup();primaryArray.push(marker1531);var marker1532 = L.circleMarker([52.5841,-6.60985], {color:"#525C65", title:"S N CAISLEAN DOCHRAILL"}).addTo(schoolmap);marker1532.bindPopup("<b>S N CAISLEAN DOCHRAILL</b><br />37 pupils signed up").openPopup();otherArray.push(marker1532);var marker1533 = L.circleMarker([53.3787,-6.26938], {color:"#525C65", title:"GLASNEVIN EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1533.bindPopup("<b>GLASNEVIN EDUCATE TOGETHER NS</b><br />420 pupils signed up").openPopup();otherArray.push(marker1533);var marker1534 = L.circleMarker([52.9901,-6.62688], {color:"#525C65", title:"DONAGHMORE N S"}).addTo(schoolmap);marker1534.bindPopup("<b>DONAGHMORE N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1534);var marker1535 = L.circleMarker([54.4758,-8.28163], {color:"#525C65", title:"ST MACARTANS CENTRAL"}).addTo(schoolmap);marker1535.bindPopup("<b>ST MACARTANS CENTRAL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1535);var marker1536 = L.circleMarker([54.2958,-7.1513], {color:"#525C65", title:"ST JOSEPHS N S"}).addTo(schoolmap);marker1536.bindPopup("<b>ST JOSEPHS N S</b><br />60 pupils signed up").openPopup();otherArray.push(marker1536);var marker1537 = L.circleMarker([54.7506,-6.00592], {color:"#525C65", title:"BALLYCLARE PRIMARY SCHOOL"}).addTo(schoolmap);marker1537.bindPopup("<b>BALLYCLARE PRIMARY SCHOOL</b><br />550 pupils signed up").openPopup();otherArray.push(marker1537);var marker1538 = L.circleMarker([53.41376029049911,-8.349093006703546], {color:"#ff6961", title:"Kilglass National School", students:"136"}).addTo(schoolmap);marker1538.bindPopup("<b>Kilglass National School</b><br />136 pupils signed up").openPopup();primaryArray.push(marker1538);var marker1539 = L.circleMarker([53.3331,-6.28323], {color:"#525C65", title:"ST CATHERINES WEST N S"}).addTo(schoolmap);marker1539.bindPopup("<b>ST CATHERINES WEST N S</b><br />120 pupils signed up").openPopup();otherArray.push(marker1539);var marker1540 = L.circleMarker([53.4713,-6.24623], {color:"#525C65", title:"GAELSCOIL BHRIAN BÓROIMHE"}).addTo(schoolmap);marker1540.bindPopup("<b>GAELSCOIL BHRIAN BÓROIMHE</b><br />400 pupils signed up").openPopup();otherArray.push(marker1540);var marker1541 = L.circleMarker([52.6081,-8.62504], {color:"#525C65", title:"SCOIL AN SPIORAID NAOMH"}).addTo(schoolmap);marker1541.bindPopup("<b>SCOIL AN SPIORAID NAOMH</b><br />30 pupils signed up").openPopup();otherArray.push(marker1541);var marker1542 = L.circleMarker([55.0177,-8.39679], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1542.bindPopup("<b>SCOIL MHUIRE</b><br />20 pupils signed up").openPopup();otherArray.push(marker1542);var marker1543 = L.circleMarker([53.20735930426028,-6.245719534077087], {color:"#ff6961", title:"St Cronan's NS", students:"320"}).addTo(schoolmap);marker1543.bindPopup("<b>St Cronan's NS</b><br />320 pupils signed up").openPopup();primaryArray.push(marker1543);var marker1544 = L.circleMarker([52.0624,-9.51919], {color:"#525C65", title:"KILLARNEY COMMUNITY COLLEGE"}).addTo(schoolmap);marker1544.bindPopup("<b>KILLARNEY COMMUNITY COLLEGE</b><br />500 pupils signed up").openPopup();otherArray.push(marker1544);var marker1545 = L.circleMarker([54.497,-6.77214], {color:"#525C65", title:"WINDMILL INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker1545.bindPopup("<b>WINDMILL INTEGRATED PRIMARY SCHOOL</b><br />211 pupils signed up").openPopup();otherArray.push(marker1545);var marker1546 = L.circleMarker([51.6642,-8.5961], {color:"#525C65", title:"BALLINSPITTLE N S"}).addTo(schoolmap);marker1546.bindPopup("<b>BALLINSPITTLE N S</b><br />192 pupils signed up").openPopup();otherArray.push(marker1546);var marker1547 = L.circleMarker([53.3892,-6.29204], {color:"#525C65", title:"ST CANICES B N S"}).addTo(schoolmap);marker1547.bindPopup("<b>ST CANICES B N S</b><br />300 pupils signed up").openPopup();otherArray.push(marker1547);var marker1548 = L.circleMarker([52.2904,-7.3152], {color:"#525C65", title:"PORTLAW N.S."}).addTo(schoolmap);marker1548.bindPopup("<b>PORTLAW N.S.</b><br />200 pupils signed up").openPopup();otherArray.push(marker1548);var marker1549 = L.circleMarker([52.2604,-7.12439], {color:"#525C65", title:"OUR LADY OF MERCY SENIOR P.S."}).addTo(schoolmap);marker1549.bindPopup("<b>OUR LADY OF MERCY SENIOR P.S.</b><br />22 pupils signed up").openPopup();otherArray.push(marker1549);var marker1550 = L.circleMarker([51.8033,-8.30135], {color:"#525C65", title:"SN CROS TSEAIN"}).addTo(schoolmap);marker1550.bindPopup("<b>SN CROS TSEAIN</b><br />214 pupils signed up").openPopup();otherArray.push(marker1550);var marker1551 = L.circleMarker([52.4192,-8.012], {color:"#525C65", title:"TANKERSTOWN N S"}).addTo(schoolmap);marker1551.bindPopup("<b>TANKERSTOWN N S</b><br />90 pupils signed up").openPopup();otherArray.push(marker1551);var marker1552 = L.circleMarker([52.5522,-9.56018], {color:"#525C65", title:"SCOIL EASA DHUIBHE"}).addTo(schoolmap);marker1552.bindPopup("<b>SCOIL EASA DHUIBHE</b><br />55 pupils signed up").openPopup();otherArray.push(marker1552);var marker1553 = L.circleMarker([51.86681942537393,-8.397419749721129], {color:"#525C65", title:"Rochestown community special school"}).addTo(schoolmap);marker1553.bindPopup("<b>Rochestown community special school</b><br />42 pupils signed up").openPopup();otherArray.push(marker1553);var marker1554 = L.circleMarker([53.8698,-8.40973], {color:"#525C65", title:"S N PADRAIG NAOFA"}).addTo(schoolmap);marker1554.bindPopup("<b>S N PADRAIG NAOFA</b><br />16 pupils signed up").openPopup();otherArray.push(marker1554);var marker1555 = L.circleMarker([53.3658,-6.50056], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1555.bindPopup("<b>SCOIL MHUIRE</b><br />300 pupils signed up").openPopup();otherArray.push(marker1555);var marker1556 = L.circleMarker([52.5539,-6.34218], {color:"#525C65", title:"COURT N S"}).addTo(schoolmap);marker1556.bindPopup("<b>COURT N S</b><br />110 pupils signed up").openPopup();otherArray.push(marker1556);var marker1557 = L.circleMarker([54.2522,-6.65379], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1557.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />98 pupils signed up").openPopup();otherArray.push(marker1557);var marker1558 = L.circleMarker([54.4337,-6.46167], {color:"#525C65", title:"ST JOHN THE BAPTIST PRIMARY SCHOOL"}).addTo(schoolmap);marker1558.bindPopup("<b>ST JOHN THE BAPTIST PRIMARY SCHOOL</b><br />485 pupils signed up").openPopup();otherArray.push(marker1558);var marker1559 = L.circleMarker([52.6589,-7.2609], {color:"#525C65", title:"LORETO SECONDARY SCHOOL"}).addTo(schoolmap);marker1559.bindPopup("<b>LORETO SECONDARY SCHOOL</b><br />997 pupils signed up").openPopup();otherArray.push(marker1559);var marker1560 = L.circleMarker([53.337005981201486,-6.401059627074573], {color:"#ff6961", title:"St. Peter Apostle JNS", students:"250"}).addTo(schoolmap);marker1560.bindPopup("<b>St. Peter Apostle JNS</b><br />250 pupils signed up").openPopup();primaryArray.push(marker1560);var marker1561 = L.circleMarker([53.7802,-7.49091], {color:"#525C65", title:"THE SACRED HEART PRIMARY N.S."}).addTo(schoolmap);marker1561.bindPopup("<b>THE SACRED HEART PRIMARY N.S.</b><br />30 pupils signed up").openPopup();otherArray.push(marker1561);var marker1562 = L.circleMarker([51.764,-9.77735], {color:"#525C65", title:"LAURAGH NATIONAL SCHOOL"}).addTo(schoolmap);marker1562.bindPopup("<b>LAURAGH NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1562);var marker1563 = L.circleMarker([53.2795,-6.16251], {color:"#525C65", title:"GAELSCOIL LAIGHEAN"}).addTo(schoolmap);marker1563.bindPopup("<b>GAELSCOIL LAIGHEAN</b><br />130 pupils signed up").openPopup();otherArray.push(marker1563);var marker1564 = L.circleMarker([53.3316,-8.22708], {color:"#525C65", title:"SCOIL AN CHROI NAOFA"}).addTo(schoolmap);marker1564.bindPopup("<b>SCOIL AN CHROI NAOFA</b><br />22 pupils signed up").openPopup();otherArray.push(marker1564);var marker1565 = L.circleMarker([52.6745,-6.31592], {color:"#525C65", title:"GAELSCOIL MHOSHIOLOG"}).addTo(schoolmap);marker1565.bindPopup("<b>GAELSCOIL MHOSHIOLOG</b><br />160 pupils signed up").openPopup();otherArray.push(marker1565);var marker1566 = L.circleMarker([53.3826,-6.38324], {color:"#525C65", title:"ST FRANCIS XAVIER SENIOR N S"}).addTo(schoolmap);marker1566.bindPopup("<b>ST FRANCIS XAVIER SENIOR N S</b><br />400 pupils signed up").openPopup();otherArray.push(marker1566);var marker1567 = L.circleMarker([52.2751,-9.786], {color:"#525C65", title:"SPA NATIONAL SCHOOL"}).addTo(schoolmap);marker1567.bindPopup("<b>SPA NATIONAL SCHOOL</b><br />220 pupils signed up").openPopup();otherArray.push(marker1567);var marker1568 = L.circleMarker([53.5349,-7.62636], {color:"#525C65", title:"MAGH MORA N S"}).addTo(schoolmap);marker1568.bindPopup("<b>MAGH MORA N S</b><br />29 pupils signed up").openPopup();otherArray.push(marker1568);var marker1569 = L.circleMarker([54.330919394901514,-5.705906265500112], {color:"#FFFD77", title:"Lecale Trinity Grammar School"}).addTo(schoolmap);marker1569.bindPopup("<b>Lecale Trinity Grammar School</b><br />1200 pupils signed up").openPopup();secondaryArray.push(marker1569);var marker1570 = L.circleMarker([54.3699,-5.55823], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1570.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />91 pupils signed up").openPopup();otherArray.push(marker1570);var marker1571 = L.circleMarker([53.298,-6.57441], {color:"#525C65", title:"ST ANNES NATIONAL SCHOOL"}).addTo(schoolmap);marker1571.bindPopup("<b>ST ANNES NATIONAL SCHOOL</b><br />360 pupils signed up").openPopup();otherArray.push(marker1571);var marker1572 = L.circleMarker([52.947,-7.30409], {color:"#525C65", title:"BALLYROAN PRIMARY SCHOOL"}).addTo(schoolmap);marker1572.bindPopup("<b>BALLYROAN PRIMARY SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1572);var marker1573 = L.circleMarker([53.2070504073271,-6.337600697530433], {color:"#ff6961", title:"St. Kilian's Junior National School", students:"290"}).addTo(schoolmap);marker1573.bindPopup("<b>St. Kilian's Junior National School</b><br />290 pupils signed up").openPopup();primaryArray.push(marker1573);var marker1574 = L.circleMarker([52.6865,-6.78009], {color:"#525C65", title:"S N FHOIRTCHEIRN/FHININ"}).addTo(schoolmap);marker1574.bindPopup("<b>S N FHOIRTCHEIRN/FHININ</b><br />115 pupils signed up").openPopup();otherArray.push(marker1574);var marker1575 = L.circleMarker([51.8022,-8.29833], {color:"#525C65", title:"S N BUN AN TSABHAIRNE"}).addTo(schoolmap);marker1575.bindPopup("<b>S N BUN AN TSABHAIRNE</b><br />200 pupils signed up").openPopup();otherArray.push(marker1575);var marker1576 = L.circleMarker([53.57022354821507,-6.2815043265748285], {color:"#ff6961", title:"Naul NS", students:"164"}).addTo(schoolmap);marker1576.bindPopup("<b>Naul NS</b><br />164 pupils signed up").openPopup();primaryArray.push(marker1576);var marker1577 = L.circleMarker([55.0307,-7.26884], {color:"#525C65", title:"ST OLIVER PLUNKETT PRIMARY SCHOOL"}).addTo(schoolmap);marker1577.bindPopup("<b>ST OLIVER PLUNKETT PRIMARY SCHOOL</b><br />190 pupils signed up").openPopup();otherArray.push(marker1577);var marker1578 = L.circleMarker([53.403,-6.67023], {color:"#525C65", title:"SCOIL DARA"}).addTo(schoolmap);marker1578.bindPopup("<b>SCOIL DARA</b><br />120 pupils signed up").openPopup();otherArray.push(marker1578);var marker1579 = L.circleMarker([54.9929,-7.32835], {color:"#525C65", title:"LONGTOWER PRIMARY SCHOOL"}).addTo(schoolmap);marker1579.bindPopup("<b>LONGTOWER PRIMARY SCHOOL</b><br />260 pupils signed up").openPopup();otherArray.push(marker1579);var marker1580 = L.circleMarker([52.66014354228898,-8.698102222655043], {color:"#ff6961", title:"Scoil Mhathair De", students:"120"}).addTo(schoolmap);marker1580.bindPopup("<b>Scoil Mhathair De</b><br />120 pupils signed up").openPopup();primaryArray.push(marker1580);var marker1581 = L.circleMarker([54.7847,-6.36773], {color:"#525C65", title:"GROGGAN PRIMARY SCHOOL"}).addTo(schoolmap);marker1581.bindPopup("<b>GROGGAN PRIMARY SCHOOL</b><br />130 pupils signed up").openPopup();otherArray.push(marker1581);var marker1582 = L.circleMarker([53.6006,-6.17912], {color:"#525C65", title:"GAELSCOIL BHAILE BRIGIN"}).addTo(schoolmap);marker1582.bindPopup("<b>GAELSCOIL BHAILE BRIGIN</b><br />300 pupils signed up").openPopup();otherArray.push(marker1582);var marker1583 = L.circleMarker([54.605,-5.93566], {color:"#525C65", title:"STANHOPE STREET NURSERY SCHOOL"}).addTo(schoolmap);marker1583.bindPopup("<b>STANHOPE STREET NURSERY SCHOOL</b><br />52 pupils signed up").openPopup();otherArray.push(marker1583);var marker1584 = L.circleMarker([53.4503,-6.3941], {color:"#525C65", title:"KILBRIDE NATIONAL SCHOOL"}).addTo(schoolmap);marker1584.bindPopup("<b>KILBRIDE NATIONAL SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1584);var marker1585 = L.circleMarker([53.7259,-7.79439], {color:"#525C65", title:"ST JOSEPHS CONVENT"}).addTo(schoolmap);marker1585.bindPopup("<b>ST JOSEPHS CONVENT</b><br />17 pupils signed up").openPopup();otherArray.push(marker1585);var marker1586 = L.circleMarker([53.5465,-6.09017], {color:"#525C65", title:"SCOIL N. BREANDAN"}).addTo(schoolmap);marker1586.bindPopup("<b>SCOIL N. BREANDAN</b><br />14 pupils signed up").openPopup();otherArray.push(marker1586);var marker1587 = L.circleMarker([53.2827,-9.03781], {color:"#525C65", title:"COLÁISTE NA COIRIBE"}).addTo(schoolmap);marker1587.bindPopup("<b>COLÁISTE NA COIRIBE</b><br />711 pupils signed up").openPopup();otherArray.push(marker1587);var marker1588 = L.circleMarker([52.3331,-6.46466], {color:"#525C65", title:"SCOIL NA MBRAITHRE"}).addTo(schoolmap);marker1588.bindPopup("<b>SCOIL NA MBRAITHRE</b><br />350 pupils signed up").openPopup();otherArray.push(marker1588);var marker1589 = L.circleMarker([52.257566912776184,-9.67016641795635], {color:"#ff6961", title:"Mercy Moyderwell Primary School, Tralee", students:"280"}).addTo(schoolmap);marker1589.bindPopup("<b>Mercy Moyderwell Primary School, Tralee</b><br />280 pupils signed up").openPopup();primaryArray.push(marker1589);var marker1590 = L.circleMarker([53.7303,-7.90545], {color:"#525C65", title:"S N MHUIRE"}).addTo(schoolmap);marker1590.bindPopup("<b>S N MHUIRE</b><br />94 pupils signed up").openPopup();otherArray.push(marker1590);var marker1591 = L.circleMarker([52.2727,-9.69877], {color:"#525C65", title:"S N MHUIRE NA MBRAITHRE"}).addTo(schoolmap);marker1591.bindPopup("<b>S N MHUIRE NA MBRAITHRE</b><br />430 pupils signed up").openPopup();otherArray.push(marker1591);var marker1592 = L.circleMarker([52.50422696441029,-7.513549720868467], {color:"#ff6961", title:"St. Michael's National School", students:"145"}).addTo(schoolmap);marker1592.bindPopup("<b>St. Michael's National School</b><br />145 pupils signed up").openPopup();primaryArray.push(marker1592);var marker1593 = L.circleMarker([54.6486,-8.11251], {color:"#525C65", title:"ABBEY VOCATIONAL SCHOOL"}).addTo(schoolmap);marker1593.bindPopup("<b>ABBEY VOCATIONAL SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker1593);var marker1594 = L.circleMarker([51.6727,-9.99975], {color:"#525C65", title:"S N OIR CHEANN"}).addTo(schoolmap);marker1594.bindPopup("<b>S N OIR CHEANN</b><br />17 pupils signed up").openPopup();otherArray.push(marker1594);var marker1595 = L.circleMarker([53.7634,-9.8002], {color:"#525C65", title:"S N PADRAIG NAOFA"}).addTo(schoolmap);marker1595.bindPopup("<b>S N PADRAIG NAOFA</b><br />145 pupils signed up").openPopup();otherArray.push(marker1595);var marker1596 = L.circleMarker([55.144,-7.45263], {color:"#525C65", title:"GAELCHOLÁISTE CHINEÁL EOGHAIN"}).addTo(schoolmap);marker1596.bindPopup("<b>GAELCHOLÁISTE CHINEÁL EOGHAIN</b><br />13 pupils signed up").openPopup();otherArray.push(marker1596);var marker1597 = L.circleMarker([53.2682,-9.07603], {color:"#525C65", title:"SCOIL NÁISIÚNTA RÓIS"}).addTo(schoolmap);marker1597.bindPopup("<b>SCOIL NÁISIÚNTA RÓIS</b><br />30 pupils signed up").openPopup();otherArray.push(marker1597);var marker1598 = L.circleMarker([52.0635,-9.4897], {color:"#525C65", title:"GAELSCOIL FAITHLEANN"}).addTo(schoolmap);marker1598.bindPopup("<b>GAELSCOIL FAITHLEANN</b><br />245 pupils signed up").openPopup();otherArray.push(marker1598);var marker1599 = L.circleMarker([54.5091,-6.75652], {color:"#525C65", title:"ST PATRICK'S COLLEGE"}).addTo(schoolmap);marker1599.bindPopup("<b>ST PATRICK'S COLLEGE</b><br />890 pupils signed up").openPopup();otherArray.push(marker1599);var marker1600 = L.circleMarker([53.3036,-6.19034], {color:"#525C65", title:"BLACKROCK COLLEGE"}).addTo(schoolmap);marker1600.bindPopup("<b>BLACKROCK COLLEGE</b><br />1050 pupils signed up").openPopup();otherArray.push(marker1600);var marker1601 = L.circleMarker([52.5122,-6.6799], {color:"#525C65", title:"SACRED HEART NATIONAL SCHOOL, CAIM"}).addTo(schoolmap);marker1601.bindPopup("<b>SACRED HEART NATIONAL SCHOOL, CAIM</b><br />85 pupils signed up").openPopup();otherArray.push(marker1601);var marker1602 = L.circleMarker([53.2885,-6.24137], {color:"#525C65", title:"HOLY CROSS N S"}).addTo(schoolmap);marker1602.bindPopup("<b>HOLY CROSS N S</b><br />260 pupils signed up").openPopup();otherArray.push(marker1602);var marker1603 = L.circleMarker([54.9251,-6.92271], {color:"#525C65", title:"GAELCHOLÁISTE DHOIRE"}).addTo(schoolmap);marker1603.bindPopup("<b>GAELCHOLÁISTE DHOIRE</b><br />300 pupils signed up").openPopup();otherArray.push(marker1603);var marker1604 = L.circleMarker([53.7249,-6.86935], {color:"#525C65", title:"OUR LADY OF MERCY NS"}).addTo(schoolmap);marker1604.bindPopup("<b>OUR LADY OF MERCY NS</b><br />380 pupils signed up").openPopup();otherArray.push(marker1604);var marker1605 = L.circleMarker([55.0026,-7.32748], {color:"#525C65", title:"LONDONDERRY MODEL PRIMARY SCHOOL"}).addTo(schoolmap);marker1605.bindPopup("<b>LONDONDERRY MODEL PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1605);var marker1606 = L.circleMarker([52.6475,-8.63156], {color:"#525C65", title:"MID WEST SCHOOL FOR THE DEAF"}).addTo(schoolmap);marker1606.bindPopup("<b>MID WEST SCHOOL FOR THE DEAF</b><br />48 pupils signed up").openPopup();otherArray.push(marker1606);var marker1607 = L.circleMarker([54.187,-9.17945], {color:"#525C65", title:"NEWTOWNWHITE EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1607.bindPopup("<b>NEWTOWNWHITE EDUCATE TOGETHER NS</b><br />60 pupils signed up").openPopup();otherArray.push(marker1607);var marker1608 = L.circleMarker([53.1109,-6.06737], {color:"#525C65", title:"KILCOOLE PRIMARY SCHOOL"}).addTo(schoolmap);marker1608.bindPopup("<b>KILCOOLE PRIMARY SCHOOL</b><br />580 pupils signed up").openPopup();otherArray.push(marker1608);var marker1609 = L.circleMarker([53.3718,-8.57104], {color:"#525C65", title:"GURTEEN CENTRAL NS"}).addTo(schoolmap);marker1609.bindPopup("<b>GURTEEN CENTRAL NS</b><br />50 pupils signed up").openPopup();otherArray.push(marker1609);var marker1610 = L.circleMarker([52.4309,-9.00958], {color:"#525C65", title:"MAHOONAGH N S"}).addTo(schoolmap);marker1610.bindPopup("<b>MAHOONAGH N S</b><br />243 pupils signed up").openPopup();otherArray.push(marker1610);var marker1611 = L.circleMarker([51.20731344322175,-9.675293192267418], {color:"#ff6961", title:"Rusnacahara NS", students:"24"}).addTo(schoolmap);marker1611.bindPopup("<b>Rusnacahara NS</b><br />24 pupils signed up").openPopup();primaryArray.push(marker1611);var marker1612 = L.circleMarker([54.952,-7.74548], {color:"#525C65", title:"ST EUNAN'S COLLEGE"}).addTo(schoolmap);marker1612.bindPopup("<b>ST EUNAN'S COLLEGE</b><br />900 pupils signed up").openPopup();otherArray.push(marker1612);var marker1613 = L.circleMarker([54.9859,-6.85823], {color:"#525C65", title:"ST MATTHEW'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1613.bindPopup("<b>ST MATTHEW'S PRIMARY SCHOOL</b><br />106 pupils signed up").openPopup();otherArray.push(marker1613);var marker1614 = L.circleMarker([55.1313,-7.45807], {color:"#525C65", title:"SCOIL MHUIRE SECONDARY SCHOOL"}).addTo(schoolmap);marker1614.bindPopup("<b>SCOIL MHUIRE SECONDARY SCHOOL</b><br />900 pupils signed up").openPopup();otherArray.push(marker1614);var marker1615 = L.circleMarker([52.3346,-6.46427], {color:"#525C65", title:"OUR LADY OF FATIMA SP S"}).addTo(schoolmap);marker1615.bindPopup("<b>OUR LADY OF FATIMA SP S</b><br />60 pupils signed up").openPopup();otherArray.push(marker1615);var marker1616 = L.circleMarker([52.4018,-6.9294], {color:"#525C65", title:"BUNSCOIL NIC AMHLAIDH"}).addTo(schoolmap);marker1616.bindPopup("<b>BUNSCOIL NIC AMHLAIDH</b><br />30 pupils signed up").openPopup();otherArray.push(marker1616);var marker1617 = L.circleMarker([53.8655,-7.19731], {color:"#525C65", title:"ST CLARE'S COLLEGE"}).addTo(schoolmap);marker1617.bindPopup("<b>ST CLARE'S COLLEGE</b><br />200 pupils signed up").openPopup();otherArray.push(marker1617);var marker1618 = L.circleMarker([52.9366,-8.15503], {color:"#525C65", title:"S N ARD CROINE"}).addTo(schoolmap);marker1618.bindPopup("<b>S N ARD CROINE</b><br />134 pupils signed up").openPopup();otherArray.push(marker1618);var marker1619 = L.circleMarker([53.7802,-7.49091], {color:"#525C65", title:"THE SACRED HEART PRIMARY N.S."}).addTo(schoolmap);marker1619.bindPopup("<b>THE SACRED HEART PRIMARY N.S.</b><br />200 pupils signed up").openPopup();otherArray.push(marker1619);var marker1620 = L.circleMarker([53.55245156486524,-6.793800001049462], {color:"#525C65", title:"Youthreach Trim Quality Centre of Education"}).addTo(schoolmap);marker1620.bindPopup("<b>Youthreach Trim Quality Centre of Education</b><br />15 pupils signed up").openPopup();otherArray.push(marker1620);var marker1621 = L.circleMarker([51.7355192332864,-8.482563540759436], {color:"#ff6961", title:"Scoil Mhuire na nGrást", students:"350"}).addTo(schoolmap);marker1621.bindPopup("<b>Scoil Mhuire na nGrást</b><br />350 pupils signed up").openPopup();primaryArray.push(marker1621);var marker1622 = L.circleMarker([53.34132822934794,-6.361083984375], {color:"#ff6961", title:"St. Mochta's NS", students:"900"}).addTo(schoolmap);marker1622.bindPopup("<b>St. Mochta's NS</b><br />900 pupils signed up").openPopup();primaryArray.push(marker1622);var marker1623 = L.circleMarker([53.2845451460052,-6.160469601007695], {color:"#525C65", title:"GAELSCOIL LAIGHEAN"}).addTo(schoolmap);marker1623.bindPopup("<b>GAELSCOIL LAIGHEAN</b><br />25 pupils signed up").openPopup();otherArray.push(marker1623);var marker1624 = L.circleMarker([53.2797,-6.69303], {color:"#525C65", title:"HEWETSONS N S"}).addTo(schoolmap);marker1624.bindPopup("<b>HEWETSONS N S</b><br />89 pupils signed up").openPopup();otherArray.push(marker1624);var marker1625 = L.circleMarker([54.0291,-6.75249], {color:"#525C65", title:"LISDOONAN N S"}).addTo(schoolmap);marker1625.bindPopup("<b>LISDOONAN N S</b><br />150 pupils signed up").openPopup();otherArray.push(marker1625);var marker1626 = L.circleMarker([53.40508127537893,-6.170006658347434], {color:"#ff6961", title:"St. Francis of Assisi PS Belmayne", students:"450"}).addTo(schoolmap);marker1626.bindPopup("<b>St. Francis of Assisi PS Belmayne</b><br />450 pupils signed up").openPopup();primaryArray.push(marker1626);var marker1627 = L.circleMarker([55.1121,-6.04532], {color:"#525C65", title:"ST CIARAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1627.bindPopup("<b>ST CIARAN'S PRIMARY SCHOOL</b><br />42 pupils signed up").openPopup();otherArray.push(marker1627);var marker1628 = L.circleMarker([53.3007,-6.23409], {color:"#525C65", title:"OUR LADY'S GROVE PRIMARY SCHOOL"}).addTo(schoolmap);marker1628.bindPopup("<b>OUR LADY'S GROVE PRIMARY SCHOOL</b><br />407 pupils signed up").openPopup();otherArray.push(marker1628);var marker1629 = L.circleMarker([53.6717,-6.57052], {color:"#525C65", title:"SCOIL NAIS AITINN BHUI"}).addTo(schoolmap);marker1629.bindPopup("<b>SCOIL NAIS AITINN BHUI</b><br />30 pupils signed up").openPopup();otherArray.push(marker1629);var marker1630 = L.circleMarker([54.3013,-7.48191], {color:"#525C65", title:"MAGUIRESBRIDGE PRIMARY SCHOOL"}).addTo(schoolmap);marker1630.bindPopup("<b>MAGUIRESBRIDGE PRIMARY SCHOOL</b><br />115 pupils signed up").openPopup();otherArray.push(marker1630);var marker1631 = L.circleMarker([53.7322,-6.34485], {color:"#525C65", title:"SCOIL OILIBHÉIR NAOFA"}).addTo(schoolmap);marker1631.bindPopup("<b>SCOIL OILIBHÉIR NAOFA</b><br />340 pupils signed up").openPopup();otherArray.push(marker1631);var marker1632 = L.circleMarker([52.76524617057433,-9.217300415039062], {color:"#ff6961", title:"Knockanean", students:"290"}).addTo(schoolmap);marker1632.bindPopup("<b>Knockanean</b><br />290 pupils signed up").openPopup();primaryArray.push(marker1632);var marker1633 = L.circleMarker([54.1995,-8.36714], {color:"#525C65", title:"BALLINTOGHER N S"}).addTo(schoolmap);marker1633.bindPopup("<b>BALLINTOGHER N S</b><br />80 pupils signed up").openPopup();otherArray.push(marker1633);var marker1634 = L.circleMarker([52.63761143664769,-7.735426425999321], {color:"#ff6961", title:"St. Kevin's National School", students:"90"}).addTo(schoolmap);marker1634.bindPopup("<b>St. Kevin's National School</b><br />90 pupils signed up").openPopup();primaryArray.push(marker1634);var marker1635 = L.circleMarker([52.3346,-6.46427], {color:"#525C65", title:"OUR LADY OF FATIMA SP S"}).addTo(schoolmap);marker1635.bindPopup("<b>OUR LADY OF FATIMA SP S</b><br />100 pupils signed up").openPopup();otherArray.push(marker1635);var marker1636 = L.circleMarker([52.0764,-9.24927], {color:"#525C65", title:"HOLY FAMILY NATIONAL SCHOOL"}).addTo(schoolmap);marker1636.bindPopup("<b>HOLY FAMILY NATIONAL SCHOOL</b><br />225 pupils signed up").openPopup();otherArray.push(marker1636);var marker1637 = L.circleMarker([52.6563,-6.64639], {color:"#525C65", title:"F.C.J. SECONDARY SCHOOL"}).addTo(schoolmap);marker1637.bindPopup("<b>F.C.J. SECONDARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1637);var marker1638 = L.circleMarker([52.3983,-6.95316], {color:"#525C65", title:"OUR LADY OF LOURDES SECONDARY SCHOOL"}).addTo(schoolmap);marker1638.bindPopup("<b>OUR LADY OF LOURDES SECONDARY SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1638);var marker1639 = L.circleMarker([51.8692,-8.37603], {color:"#525C65", title:"ST FRANCIS CAPUCHIN COLLEGE"}).addTo(schoolmap);marker1639.bindPopup("<b>ST FRANCIS CAPUCHIN COLLEGE</b><br />740 pupils signed up").openPopup();otherArray.push(marker1639);var marker1640 = L.circleMarker([53.396,-6.2306], {color:"#525C65", title:"GAELSCOIL CHOLMCILLE"}).addTo(schoolmap);marker1640.bindPopup("<b>GAELSCOIL CHOLMCILLE</b><br />30 pupils signed up").openPopup();otherArray.push(marker1640);var marker1641 = L.circleMarker([52.2608,-7.14785], {color:"#525C65", title:"WATERFORD EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1641.bindPopup("<b>WATERFORD EDUCATE TOGETHER NS</b><br />359 pupils signed up").openPopup();otherArray.push(marker1641);var marker1642 = L.circleMarker([52.5907,-6.49821], {color:"#525C65", title:"NAOMH MAODHOG N.S."}).addTo(schoolmap);marker1642.bindPopup("<b>NAOMH MAODHOG N.S.</b><br />100 pupils signed up").openPopup();otherArray.push(marker1642);var marker1643 = L.circleMarker([54.2275,-7.25827], {color:"#525C65", title:"ST MACARTAN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1643.bindPopup("<b>ST MACARTAN'S PRIMARY SCHOOL</b><br />71 pupils signed up").openPopup();otherArray.push(marker1643);var marker1644 = L.circleMarker([54.03197324570428,-8.217772766947746], {color:"#ff6961", title:"Abbey Primary School, Boyle", students:"30"}).addTo(schoolmap);marker1644.bindPopup("<b>Abbey Primary School, Boyle</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1644);var marker1645 = L.circleMarker([54.321,-5.8982], {color:"#525C65", title:"ST FRANCIS' PRIMARY SCHOOL"}).addTo(schoolmap);marker1645.bindPopup("<b>ST FRANCIS' PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker1645);var marker1646 = L.circleMarker([53.3316,-8.22708], {color:"#525C65", title:"SCOIL AN CHROI NAOFA"}).addTo(schoolmap);marker1646.bindPopup("<b>SCOIL AN CHROI NAOFA</b><br />17 pupils signed up").openPopup();otherArray.push(marker1646);var marker1647 = L.circleMarker([52.8311,-8.23832], {color:"#525C65", title:"S N LIOS AN HALLA"}).addTo(schoolmap);marker1647.bindPopup("<b>S N LIOS AN HALLA</b><br />135 pupils signed up").openPopup();otherArray.push(marker1647);var marker1648 = L.circleMarker([52.8127,-6.62919], {color:"#525C65", title:"BALLYCONNELL N S"}).addTo(schoolmap);marker1648.bindPopup("<b>BALLYCONNELL N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker1648);var marker1649 = L.circleMarker([53.2908,-6.69349], {color:"#525C65", title:"SCOIL NAISIUNTA BHRIDE"}).addTo(schoolmap);marker1649.bindPopup("<b>SCOIL NAISIUNTA BHRIDE</b><br />450 pupils signed up").openPopup();otherArray.push(marker1649);var marker1650 = L.circleMarker([53.093,-7.90975], {color:"#525C65", title:"MERCY PRIMARY SCHOOL"}).addTo(schoolmap);marker1650.bindPopup("<b>MERCY PRIMARY SCHOOL</b><br />140 pupils signed up").openPopup();otherArray.push(marker1650);var marker1651 = L.circleMarker([52.4022,-8.57994], {color:"#525C65", title:"SCOIL MOCHEALLÓG"}).addTo(schoolmap);marker1651.bindPopup("<b>SCOIL MOCHEALLÓG</b><br />18 pupils signed up").openPopup();otherArray.push(marker1651);var marker1652 = L.circleMarker([53.9,-9.05909], {color:"#525C65", title:"SCOIL NAISIUNTA THOLA"}).addTo(schoolmap);marker1652.bindPopup("<b>SCOIL NAISIUNTA THOLA</b><br />84 pupils signed up").openPopup();otherArray.push(marker1652);var marker1653 = L.circleMarker([54.1887,-6.57548], {color:"#525C65", title:"ST MICHAEL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1653.bindPopup("<b>ST MICHAEL'S PRIMARY SCHOOL</b><br />72 pupils signed up").openPopup();otherArray.push(marker1653);var marker1654 = L.circleMarker([54.1502,-6.53984], {color:"#525C65", title:"ST OLIVER'S PRIMARY SCHOOL (CARRICKROVADDY)"}).addTo(schoolmap);marker1654.bindPopup("<b>ST OLIVER'S PRIMARY SCHOOL (CARRICKROVADDY)</b><br />45 pupils signed up").openPopup();otherArray.push(marker1654);var marker1655 = L.circleMarker([53.6892,-6.24206], {color:"#525C65", title:"SCOIL AN SPIORAID NAOIMH"}).addTo(schoolmap);marker1655.bindPopup("<b>SCOIL AN SPIORAID NAOIMH</b><br />430 pupils signed up").openPopup();otherArray.push(marker1655);var marker1656 = L.circleMarker([53.9863,-6.39236], {color:"#525C65", title:"Ó FIAICH COLLEGE"}).addTo(schoolmap);marker1656.bindPopup("<b>Ó FIAICH COLLEGE</b><br />350 pupils signed up").openPopup();otherArray.push(marker1656);var marker1657 = L.circleMarker([54.0473,-8.0345], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker1657.bindPopup("<b>ST PATRICKS NS</b><br />34 pupils signed up").openPopup();otherArray.push(marker1657);var marker1658 = L.circleMarker([54.716595901502615,-7.595441937446593], {color:"#ff6961", title:"Saint Patrick's Primary School, Castlederg", students:"230"}).addTo(schoolmap);marker1658.bindPopup("<b>Saint Patrick's Primary School, Castlederg</b><br />230 pupils signed up").openPopup();primaryArray.push(marker1658);var marker1659 = L.circleMarker([53.3999,-6.67699], {color:"#525C65", title:"SCOIL UÍ RIADA"}).addTo(schoolmap);marker1659.bindPopup("<b>SCOIL UÍ RIADA</b><br />487 pupils signed up").openPopup();otherArray.push(marker1659);var marker1660 = L.circleMarker([52.8701,-8.20189], {color:"#525C65", title:"NENAGH COLLEGE"}).addTo(schoolmap);marker1660.bindPopup("<b>NENAGH COLLEGE</b><br />350 pupils signed up").openPopup();otherArray.push(marker1660);var marker1661 = L.circleMarker([53.8218,-6.55753], {color:"#525C65", title:"BAILE AN PHUSTA N S"}).addTo(schoolmap);marker1661.bindPopup("<b>BAILE AN PHUSTA N S</b><br />170 pupils signed up").openPopup();otherArray.push(marker1661);var marker1662 = L.circleMarker([51.583,-9.02573], {color:"#525C65", title:"MOUNT ST MICHAEL"}).addTo(schoolmap);marker1662.bindPopup("<b>MOUNT ST MICHAEL</b><br />340 pupils signed up").openPopup();otherArray.push(marker1662);var marker1663 = L.circleMarker([53.350463039607234,-6.276963160448513], {color:"#ff6961", title:"St. Paul's Primary School, North brunswick street, Smithfield, Dublin 7, Ireland", students:"119"}).addTo(schoolmap);marker1663.bindPopup("<b>St. Paul's Primary School, North brunswick street, Smithfield, Dublin 7, Ireland</b><br />119 pupils signed up").openPopup();primaryArray.push(marker1663);var marker1664 = L.circleMarker([53.3769,-6.2756], {color:"#525C65", title:"ST BRIGIDS CONVENT"}).addTo(schoolmap);marker1664.bindPopup("<b>ST BRIGIDS CONVENT</b><br />409 pupils signed up").openPopup();otherArray.push(marker1664);var marker1665 = L.circleMarker([53.3506,-6.27571], {color:"#525C65", title:"ST PAULS C.B.S."}).addTo(schoolmap);marker1665.bindPopup("<b>ST PAULS C.B.S.</b><br />250 pupils signed up").openPopup();otherArray.push(marker1665);var marker1666 = L.circleMarker([54.2827,-6.62298], {color:"#525C65", title:"FOLEY COUNTY PRIMARY SCHOOL"}).addTo(schoolmap);marker1666.bindPopup("<b>FOLEY COUNTY PRIMARY SCHOOL</b><br />171 pupils signed up").openPopup();otherArray.push(marker1666);var marker1667 = L.circleMarker([54.76969685900664,-7.683975205058232], {color:"#ff6961", title:"GLENEELY N S", students:"45"}).addTo(schoolmap);marker1667.bindPopup("<b>GLENEELY N S</b><br />45 pupils signed up").openPopup();primaryArray.push(marker1667);var marker1668 = L.circleMarker([53.0373,-7.31394], {color:"#525C65", title:"SCOIL BHRIDE NS"}).addTo(schoolmap);marker1668.bindPopup("<b>SCOIL BHRIDE NS</b><br />730 pupils signed up").openPopup();otherArray.push(marker1668);var marker1669 = L.circleMarker([52.262000453751995,-7.003046254870049], {color:"#ff6961", title:"Faithlegg N.S.", students:"195"}).addTo(schoolmap);marker1669.bindPopup("<b>Faithlegg N.S.</b><br />195 pupils signed up").openPopup();primaryArray.push(marker1669);var marker1670 = L.circleMarker([53.37465374629758,-6.45211793396275], {color:"#525C65", title:"Scoil Chiarain Special School St. Canice's road Glasnevin Dublin 11"}).addTo(schoolmap);marker1670.bindPopup("<b>Scoil Chiarain Special School St. Canice's road Glasnevin Dublin 11</b><br />100 pupils signed up").openPopup();otherArray.push(marker1670);var marker1671 = L.circleMarker([53.5668,-7.76825], {color:"#525C65", title:"ST MATTHEWS MIXED N.S"}).addTo(schoolmap);marker1671.bindPopup("<b>ST MATTHEWS MIXED N.S</b><br />370 pupils signed up").openPopup();otherArray.push(marker1671);var marker1672 = L.circleMarker([52.4794,-8.16235], {color:"#525C65", title:"ST JOSEPHS PRIMARY SCHOOL"}).addTo(schoolmap);marker1672.bindPopup("<b>ST JOSEPHS PRIMARY SCHOOL</b><br />190 pupils signed up").openPopup();otherArray.push(marker1672);var marker1673 = L.circleMarker([53.3201,-6.30691], {color:"#525C65", title:"SCOIL EOIN"}).addTo(schoolmap);marker1673.bindPopup("<b>SCOIL EOIN</b><br />143 pupils signed up").openPopup();otherArray.push(marker1673);var marker1674 = L.circleMarker([53.4637,-6.34472], {color:"#525C65", title:"CILL COSCAIN"}).addTo(schoolmap);marker1674.bindPopup("<b>CILL COSCAIN</b><br />110 pupils signed up").openPopup();otherArray.push(marker1674);var marker1675 = L.circleMarker([52.763,-6.23441], {color:"#525C65", title:"S N CUL GREINE"}).addTo(schoolmap);marker1675.bindPopup("<b>S N CUL GREINE</b><br />115 pupils signed up").openPopup();otherArray.push(marker1675);var marker1676 = L.circleMarker([52.2596,-6.80422], {color:"#525C65", title:"ST LEONARDS N S"}).addTo(schoolmap);marker1676.bindPopup("<b>ST LEONARDS N S</b><br />112 pupils signed up").openPopup();otherArray.push(marker1676);var marker1677 = L.circleMarker([53.3853,-6.15258], {color:"#525C65", title:"NORTH BAY EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1677.bindPopup("<b>NORTH BAY EDUCATE TOGETHER NS</b><br />200 pupils signed up").openPopup();otherArray.push(marker1677);var marker1678 = L.circleMarker([52.2431,-7.10603], {color:"#525C65", title:"SCOIL LORCAIN BNS"}).addTo(schoolmap);marker1678.bindPopup("<b>SCOIL LORCAIN BNS</b><br />350 pupils signed up").openPopup();otherArray.push(marker1678);var marker1679 = L.circleMarker([53.30535882925389,-9.774703502327611], {color:"#ff6961", title:"SN Aird Mhóir", students:"20"}).addTo(schoolmap);marker1679.bindPopup("<b>SN Aird Mhóir</b><br />20 pupils signed up").openPopup();primaryArray.push(marker1679);var marker1680 = L.circleMarker([52.339,-7.82436], {color:"#525C65", title:"S N AN GRAINSEACH"}).addTo(schoolmap);marker1680.bindPopup("<b>S N AN GRAINSEACH</b><br />140 pupils signed up").openPopup();otherArray.push(marker1680);var marker1681 = L.circleMarker([53.3892,-6.11795], {color:"#525C65", title:"ST. FINTAN'S HIGH SCHOOL"}).addTo(schoolmap);marker1681.bindPopup("<b>ST. FINTAN'S HIGH SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker1681);var marker1682 = L.circleMarker([54.0401,-6.05822], {color:"#525C65", title:"GRANGE PRIMARY SCHOOL"}).addTo(schoolmap);marker1682.bindPopup("<b>GRANGE PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker1682);var marker1683 = L.circleMarker([53.0802,-7.89607], {color:"#525C65", title:"CROINCHOILL N S"}).addTo(schoolmap);marker1683.bindPopup("<b>CROINCHOILL N S</b><br />240 pupils signed up").openPopup();otherArray.push(marker1683);var marker1684 = L.circleMarker([54.07933278889382,-6.514892578124999], {color:"#ff6961", title:"St. Patrick's P.S. Crossmaglen", students:"380"}).addTo(schoolmap);marker1684.bindPopup("<b>St. Patrick's P.S. Crossmaglen</b><br />380 pupils signed up").openPopup();primaryArray.push(marker1684);var marker1685 = L.circleMarker([54.7938,-6.43087], {color:"#525C65", title:"MILLQUARTER PRIMARY SCHOOL"}).addTo(schoolmap);marker1685.bindPopup("<b>MILLQUARTER PRIMARY SCHOOL</b><br />128 pupils signed up").openPopup();otherArray.push(marker1685);var marker1686 = L.circleMarker([53.37595480086324,-6.2717644628532625], {color:"#FFFD77", title:"St.Marys HFG Glasnevin"}).addTo(schoolmap);marker1686.bindPopup("<b>St.Marys HFG Glasnevin</b><br />800 pupils signed up").openPopup();secondaryArray.push(marker1686);var marker1687 = L.circleMarker([54.17368894125633,-9.166991785168648], {color:"#ff6961", title:"Currabaggan NS", students:"19"}).addTo(schoolmap);marker1687.bindPopup("<b>Currabaggan NS</b><br />19 pupils signed up").openPopup();primaryArray.push(marker1687);var marker1688 = L.circleMarker([51.8786,-8.52888], {color:"#525C65", title:"SCOIL AN SPIORAID NAOMH (BOYS)"}).addTo(schoolmap);marker1688.bindPopup("<b>SCOIL AN SPIORAID NAOMH (BOYS)</b><br />400 pupils signed up").openPopup();otherArray.push(marker1688);var marker1689 = L.circleMarker([52.5087,-6.28839], {color:"#525C65", title:"ST JOSEPHS N S"}).addTo(schoolmap);marker1689.bindPopup("<b>ST JOSEPHS N S</b><br />193 pupils signed up").openPopup();otherArray.push(marker1689);var marker1690 = L.circleMarker([53.3242,-6.33372], {color:"#525C65", title:"MEANSCOIL IOGNÁID RÍS"}).addTo(schoolmap);marker1690.bindPopup("<b>MEANSCOIL IOGNÁID RÍS</b><br />600 pupils signed up").openPopup();otherArray.push(marker1690);var marker1691 = L.circleMarker([53.397846369068645,-6.378815454891245], {color:"#ff6961", title:"St Patrick's JNS, Corduff", students:"150"}).addTo(schoolmap);marker1691.bindPopup("<b>St Patrick's JNS, Corduff</b><br />150 pupils signed up").openPopup();primaryArray.push(marker1691);var marker1692 = L.circleMarker([52.3732,-7.78373], {color:"#525C65", title:"S N RATH CHAOMHGHIN"}).addTo(schoolmap);marker1692.bindPopup("<b>S N RATH CHAOMHGHIN</b><br />143 pupils signed up").openPopup();otherArray.push(marker1692);var marker1693 = L.circleMarker([51.8796,-8.51259], {color:"#525C65", title:"GAELSCOIL UI RIADA"}).addTo(schoolmap);marker1693.bindPopup("<b>GAELSCOIL UI RIADA</b><br />255 pupils signed up").openPopup();otherArray.push(marker1693);var marker1694 = L.circleMarker([54.6622,-5.631], {color:"#525C65", title:"ST COLUMBANUS' COLLEGE"}).addTo(schoolmap);marker1694.bindPopup("<b>ST COLUMBANUS' COLLEGE</b><br />300 pupils signed up").openPopup();otherArray.push(marker1694);var marker1695 = L.circleMarker([54.6571,-5.70442], {color:"#525C65", title:"RATHMORE PRIMARY SCHOOL"}).addTo(schoolmap);marker1695.bindPopup("<b>RATHMORE PRIMARY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker1695);var marker1696 = L.circleMarker([53.963,-7.25784], {color:"#525C65", title:"KILLYCONNAN N S"}).addTo(schoolmap);marker1696.bindPopup("<b>KILLYCONNAN N S</b><br />72 pupils signed up").openPopup();otherArray.push(marker1696);var marker1697 = L.circleMarker([53.3491,-6.4486], {color:"#525C65", title:"SCOIL AINE NAOFA"}).addTo(schoolmap);marker1697.bindPopup("<b>SCOIL AINE NAOFA</b><br />614 pupils signed up").openPopup();otherArray.push(marker1697);var marker1698 = L.circleMarker([54.3162,-7.40226], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1698.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />70 pupils signed up").openPopup();otherArray.push(marker1698);var marker1699 = L.circleMarker([53.1977,-8.5627], {color:"#525C65", title:"ST RAPHAELS COLLEGE"}).addTo(schoolmap);marker1699.bindPopup("<b>ST RAPHAELS COLLEGE</b><br />750 pupils signed up").openPopup();otherArray.push(marker1699);var marker1700 = L.circleMarker([52.2791,-9.86324], {color:"#525C65", title:"ST BRENDANS N S"}).addTo(schoolmap);marker1700.bindPopup("<b>ST BRENDANS N S</b><br />43 pupils signed up").openPopup();otherArray.push(marker1700);var marker1701 = L.circleMarker([54.5753950514825,-5.96832275390625], {color:"#ff6961", title:"St Joseph's Primary 8 Knockbracken Drive", students:"180"}).addTo(schoolmap);marker1701.bindPopup("<b>St Joseph's Primary 8 Knockbracken Drive</b><br />180 pupils signed up").openPopup();primaryArray.push(marker1701);var marker1702 = L.circleMarker([52.70564196354391,-8.876336452160187], {color:"#525C65", title:"GAELSCOIL DONNCHA RUA"}).addTo(schoolmap);marker1702.bindPopup("<b>GAELSCOIL DONNCHA RUA</b><br />16 pupils signed up").openPopup();otherArray.push(marker1702);var marker1703 = L.circleMarker([53.62258842731583,-8.198064565658568], {color:"#525C65", title:"Roscommon Town Youthreach"}).addTo(schoolmap);marker1703.bindPopup("<b>Roscommon Town Youthreach</b><br />20 pupils signed up").openPopup();otherArray.push(marker1703);var marker1704 = L.circleMarker([53.3149,-6.61225], {color:"#525C65", title:"STRAFFAN N S"}).addTo(schoolmap);marker1704.bindPopup("<b>STRAFFAN N S</b><br />401 pupils signed up").openPopup();otherArray.push(marker1704);var marker1705 = L.circleMarker([53.9289,-9.92859], {color:"#525C65", title:"ACHILL SOUND CONVENT NS"}).addTo(schoolmap);marker1705.bindPopup("<b>ACHILL SOUND CONVENT NS</b><br />20 pupils signed up").openPopup();otherArray.push(marker1705);var marker1706 = L.circleMarker([54.4849,-5.53798], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1706.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />140 pupils signed up").openPopup();otherArray.push(marker1706);var marker1707 = L.circleMarker([53.3779,-6.17831], {color:"#525C65", title:"NAISCOIL IDE"}).addTo(schoolmap);marker1707.bindPopup("<b>NAISCOIL IDE</b><br />300 pupils signed up").openPopup();otherArray.push(marker1707);var marker1708 = L.circleMarker([54.8713,-7.30918], {color:"#525C65", title:"ST MICHAEL'S PRIMARY SCHOOL, DUNAMANAGH"}).addTo(schoolmap);marker1708.bindPopup("<b>ST MICHAEL'S PRIMARY SCHOOL, DUNAMANAGH</b><br />80 pupils signed up").openPopup();otherArray.push(marker1708);var marker1709 = L.circleMarker([54.9778,-7.27596], {color:"#525C65", title:"DRUMAHOE PRIMARY SCHOOL"}).addTo(schoolmap);marker1709.bindPopup("<b>DRUMAHOE PRIMARY SCHOOL</b><br />290 pupils signed up").openPopup();otherArray.push(marker1709);var marker1710 = L.circleMarker([54.4548,-5.83079], {color:"#525C65", title:"ACADEMY PRIMARY SCHOOL"}).addTo(schoolmap);marker1710.bindPopup("<b>ACADEMY PRIMARY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1710);var marker1711 = L.circleMarker([52.355,-8.6857], {color:"#525C65", title:"SCOIL NAOMH AINE GIRLS SENIOR SCHOOL"}).addTo(schoolmap);marker1711.bindPopup("<b>SCOIL NAOMH AINE GIRLS SENIOR SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1711);var marker1712 = L.circleMarker([54.582347040804336,-5.956478118896484], {color:"#525C65", title:"FANE STREET PRIMARY SCHOOL"}).addTo(schoolmap);marker1712.bindPopup("<b>FANE STREET PRIMARY SCHOOL</b><br />250 pupils signed up").openPopup();otherArray.push(marker1712);var marker1713 = L.circleMarker([51.9104,-8.79277], {color:"#525C65", title:"COACHFORD N S"}).addTo(schoolmap);marker1713.bindPopup("<b>COACHFORD N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1713);var marker1714 = L.circleMarker([53.367856780908284,-6.313964520131575], {color:"#ff6961", title:"St. John Bosco Senior Boys' School Dublin 7", students:"290"}).addTo(schoolmap);marker1714.bindPopup("<b>St. John Bosco Senior Boys' School Dublin 7</b><br />290 pupils signed up").openPopup();primaryArray.push(marker1714);var marker1715 = L.circleMarker([53.2689,-6.16925], {color:"#525C65", title:"ST BRIGIDS BOYS N S"}).addTo(schoolmap);marker1715.bindPopup("<b>ST BRIGIDS BOYS N S</b><br />406 pupils signed up").openPopup();otherArray.push(marker1715);var marker1716 = L.circleMarker([53.6915,-6.24379], {color:"#525C65", title:"SCOIL OILIBHEIR NAOFA"}).addTo(schoolmap);marker1716.bindPopup("<b>SCOIL OILIBHEIR NAOFA</b><br />398 pupils signed up").openPopup();otherArray.push(marker1716);var marker1717 = L.circleMarker([52.1385,-7.92577], {color:"#525C65", title:"BUN SCOIL BHOTHAR NA NAOMH"}).addTo(schoolmap);marker1717.bindPopup("<b>BUN SCOIL BHOTHAR NA NAOMH</b><br />300 pupils signed up").openPopup();otherArray.push(marker1717);var marker1718 = L.circleMarker([54.5971,-5.87549], {color:"#525C65", title:"STRANDTOWN PRIMARY SCHOOL"}).addTo(schoolmap);marker1718.bindPopup("<b>STRANDTOWN PRIMARY SCHOOL</b><br />997 pupils signed up").openPopup();otherArray.push(marker1718);var marker1719 = L.circleMarker([53.27677548218327,-6.381736993789673], {color:"#ff6961", title:"Sacred Heart JNS", students:"200"}).addTo(schoolmap);marker1719.bindPopup("<b>Sacred Heart JNS</b><br />200 pupils signed up").openPopup();primaryArray.push(marker1719);var marker1720 = L.circleMarker([54.8516,-5.81607], {color:"#525C65", title:"ST MACNISSI'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1720.bindPopup("<b>ST MACNISSI'S PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1720);var marker1721 = L.circleMarker([52.3872,-9.29582], {color:"#525C65", title:"CONVENT OF MERCY N S"}).addTo(schoolmap);marker1721.bindPopup("<b>CONVENT OF MERCY N S</b><br />113 pupils signed up").openPopup();otherArray.push(marker1721);var marker1722 = L.circleMarker([52.7902,-6.16428], {color:"#525C65", title:"CARYSFORT MXD N S"}).addTo(schoolmap);marker1722.bindPopup("<b>CARYSFORT MXD N S</b><br />196 pupils signed up").openPopup();otherArray.push(marker1722);var marker1723 = L.circleMarker([53.4237,-7.95394], {color:"#525C65", title:"SN DEAGHAN O CEALLAIGH"}).addTo(schoolmap);marker1723.bindPopup("<b>SN DEAGHAN O CEALLAIGH</b><br />80 pupils signed up").openPopup();otherArray.push(marker1723);var marker1724 = L.circleMarker([54.5749,-5.92501], {color:"#525C65", title:"HOLY ROSARY PRIMARY SCHOOL"}).addTo(schoolmap);marker1724.bindPopup("<b>HOLY ROSARY PRIMARY SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker1724);var marker1725 = L.circleMarker([52.4116,-8.22627], {color:"#525C65", title:"LISVERNANE N S"}).addTo(schoolmap);marker1725.bindPopup("<b>LISVERNANE N S</b><br />130 pupils signed up").openPopup();otherArray.push(marker1725);var marker1726 = L.circleMarker([52.09424381845372,-8.973161477108878], {color:"#ff6961", title:"St Brendan's NS Rathcoole", students:"76"}).addTo(schoolmap);marker1726.bindPopup("<b>St Brendan's NS Rathcoole</b><br />76 pupils signed up").openPopup();primaryArray.push(marker1726);var marker1727 = L.circleMarker([53.86765160905301,-6.53886438939285], {color:"#ff6961", title:"Scoil Mhuire na Trocaire", students:"330"}).addTo(schoolmap);marker1727.bindPopup("<b>Scoil Mhuire na Trocaire</b><br />330 pupils signed up").openPopup();primaryArray.push(marker1727);var marker1728 = L.circleMarker([53.4322,-7.93904], {color:"#525C65", title:"ATHLONE N S"}).addTo(schoolmap);marker1728.bindPopup("<b>ATHLONE N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1728);var marker1729 = L.circleMarker([53.323088022039144,-6.332463741367974], {color:"#ff6961", title:"Assumption Senior Girls National School", students:"230"}).addTo(schoolmap);marker1729.bindPopup("<b>Assumption Senior Girls National School</b><br />230 pupils signed up").openPopup();primaryArray.push(marker1729);var marker1730 = L.circleMarker([54.8712,-7.60544], {color:"#525C65", title:"SCOIL ADHAMHNAIN"}).addTo(schoolmap);marker1730.bindPopup("<b>SCOIL ADHAMHNAIN</b><br />160 pupils signed up").openPopup();otherArray.push(marker1730);var marker1731 = L.circleMarker([53.34338546832393,-6.317158939316868], {color:"#525C65", title:"MUIRE NA DEA COIRLE GIRLS SENIOR"}).addTo(schoolmap);marker1731.bindPopup("<b>MUIRE NA DEA COIRLE GIRLS SENIOR</b><br />100 pupils signed up").openPopup();otherArray.push(marker1731);var marker1732 = L.circleMarker([53.293,-6.34539], {color:"#525C65", title:"ST ROSES SPECIAL SCHOOL"}).addTo(schoolmap);marker1732.bindPopup("<b>ST ROSES SPECIAL SCHOOL</b><br />8 pupils signed up").openPopup();otherArray.push(marker1732);var marker1733 = L.circleMarker([53.28843100943027,-6.181874871253966], {color:"#ff6961", title:"Saint Augustine's Special School", students:"13"}).addTo(schoolmap);marker1733.bindPopup("<b>Saint Augustine's Special School</b><br />13 pupils signed up").openPopup();primaryArray.push(marker1733);var marker1734 = L.circleMarker([54.3418,-6.66148], {color:"#525C65", title:"CHRISTIAN BROTHERS' PRIMARY SCHOOL"}).addTo(schoolmap);marker1734.bindPopup("<b>CHRISTIAN BROTHERS' PRIMARY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker1734);var marker1735 = L.circleMarker([54.5158,-6.56556], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1735.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />51 pupils signed up").openPopup();otherArray.push(marker1735);var marker1736 = L.circleMarker([52.1655,-10.4082], {color:"#525C65", title:"SCOIL AN FHIRTEARAIGH"}).addTo(schoolmap);marker1736.bindPopup("<b>SCOIL AN FHIRTEARAIGH</b><br />41 pupils signed up").openPopup();otherArray.push(marker1736);var marker1737 = L.circleMarker([54.6166,-5.97143], {color:"#525C65", title:"MERCY PRIMARY SCHOOL"}).addTo(schoolmap);marker1737.bindPopup("<b>MERCY PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1737);var marker1738 = L.circleMarker([53.758,-6.27092], {color:"#525C65", title:"SCOIL NÁISÍUNTA NAOMH FEICHÍN"}).addTo(schoolmap);marker1738.bindPopup("<b>SCOIL NÁISÍUNTA NAOMH FEICHÍN</b><br />26 pupils signed up").openPopup();otherArray.push(marker1738);var marker1739 = L.circleMarker([55.016,-7.27927], {color:"#525C65", title:"OAKGROVE INTEGRATED COLLEGE"}).addTo(schoolmap);marker1739.bindPopup("<b>OAKGROVE INTEGRATED COLLEGE</b><br />460 pupils signed up").openPopup();otherArray.push(marker1739);var marker1740 = L.circleMarker([53.60997385776096,-6.188470423221586], {color:"#525C65", title:"SS Peter and Paul's JNS Balbriggan"}).addTo(schoolmap);marker1740.bindPopup("<b>SS Peter and Paul's JNS Balbriggan</b><br />380 pupils signed up").openPopup();otherArray.push(marker1740);var marker1741 = L.circleMarker([53.3016,-6.24993], {color:"#525C65", title:"OUR LADYS N S"}).addTo(schoolmap);marker1741.bindPopup("<b>OUR LADYS N S</b><br />140 pupils signed up").openPopup();otherArray.push(marker1741);var marker1742 = L.circleMarker([53.349994146770854,-6.397424698137911], {color:"#ff6961", title:"St. Bernadette's S.N.S.", students:"193"}).addTo(schoolmap);marker1742.bindPopup("<b>St. Bernadette's S.N.S.</b><br />193 pupils signed up").openPopup();primaryArray.push(marker1742);var marker1743 = L.circleMarker([53.6737,-7.98767], {color:"#525C65", title:"LANESBOROUGH PRIMARY SCHOOL"}).addTo(schoolmap);marker1743.bindPopup("<b>LANESBOROUGH PRIMARY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker1743);var marker1744 = L.circleMarker([53.2796,-6.17549], {color:"#525C65", title:"ST PATRICKS GNS"}).addTo(schoolmap);marker1744.bindPopup("<b>ST PATRICKS GNS</b><br />478 pupils signed up").openPopup();otherArray.push(marker1744);var marker1745 = L.circleMarker([53.6793,-7.87902], {color:"#525C65", title:"NAOMH EARNAIN N S"}).addTo(schoolmap);marker1745.bindPopup("<b>NAOMH EARNAIN N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker1745);var marker1746 = L.circleMarker([53.22927201801954,-8.452434539794922], {color:"#ff6961", title:"Kilrickle NS", students:"69"}).addTo(schoolmap);marker1746.bindPopup("<b>Kilrickle NS</b><br />69 pupils signed up").openPopup();primaryArray.push(marker1746);var marker1747 = L.circleMarker([54.6763,-5.90624], {color:"#525C65", title:"ST JAMES' PRIMARY SCHOOL AND NURSERY UNIT"}).addTo(schoolmap);marker1747.bindPopup("<b>ST JAMES' PRIMARY SCHOOL AND NURSERY UNIT</b><br />242 pupils signed up").openPopup();otherArray.push(marker1747);var marker1748 = L.circleMarker([53.96457157545606,-6.379065513610839], {color:"#ff6961", title:"St Francis National School, Blackrock", students:"440"}).addTo(schoolmap);marker1748.bindPopup("<b>St Francis National School, Blackrock</b><br />440 pupils signed up").openPopup();primaryArray.push(marker1748);var marker1749 = L.circleMarker([53.8522,-9.35725], {color:"#525C65", title:"S N B CURNANOOL"}).addTo(schoolmap);marker1749.bindPopup("<b>S N B CURNANOOL</b><br />70 pupils signed up").openPopup();otherArray.push(marker1749);var marker1750 = L.circleMarker([53.3063,-6.37035], {color:"#525C65", title:"ST KILIANS SENIOR N S"}).addTo(schoolmap);marker1750.bindPopup("<b>ST KILIANS SENIOR N S</b><br />290 pupils signed up").openPopup();otherArray.push(marker1750);var marker1751 = L.circleMarker([52.8297,-6.91191], {color:"#525C65", title:"GAELSCOIL EOGHAIN UÍ THUAIRISC"}).addTo(schoolmap);marker1751.bindPopup("<b>GAELSCOIL EOGHAIN UÍ THUAIRISC</b><br />470 pupils signed up").openPopup();otherArray.push(marker1751);var marker1752 = L.circleMarker([53.9444,-6.8732], {color:"#525C65", title:"CORLEA N S"}).addTo(schoolmap);marker1752.bindPopup("<b>CORLEA N S</b><br />9 pupils signed up").openPopup();otherArray.push(marker1752);var marker1753 = L.circleMarker([54.3166,-5.71312], {color:"#525C65", title:"ST COLMCILLE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1753.bindPopup("<b>ST COLMCILLE'S PRIMARY SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker1753);var marker1754 = L.circleMarker([52.7923,-6.17442], {color:"#525C65", title:"GAELSCOIL AN INBHIR MHOIR"}).addTo(schoolmap);marker1754.bindPopup("<b>GAELSCOIL AN INBHIR MHOIR</b><br />242 pupils signed up").openPopup();otherArray.push(marker1754);var marker1755 = L.circleMarker([53.6877,-9.61167], {color:"#525C65", title:"S N COILL MOR"}).addTo(schoolmap);marker1755.bindPopup("<b>S N COILL MOR</b><br />6 pupils signed up").openPopup();otherArray.push(marker1755);var marker1756 = L.circleMarker([54.3562,-6.41536], {color:"#525C65", title:"TANDRAGEE PRIMARY SCHOOL"}).addTo(schoolmap);marker1756.bindPopup("<b>TANDRAGEE PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1756);var marker1757 = L.circleMarker([53.2825,-6.39214], {color:"#525C65", title:"ST MAELRUAINS N S"}).addTo(schoolmap);marker1757.bindPopup("<b>ST MAELRUAINS N S</b><br />153 pupils signed up").openPopup();otherArray.push(marker1757);var marker1758 = L.circleMarker([53.3843,-6.19619], {color:"#525C65", title:"SCOIL BHREANDAIN"}).addTo(schoolmap);marker1758.bindPopup("<b>SCOIL BHREANDAIN</b><br />138 pupils signed up").openPopup();otherArray.push(marker1758);var marker1759 = L.circleMarker([54.0584,-6.70001], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker1759.bindPopup("<b>ST PATRICKS NS</b><br />140 pupils signed up").openPopup();otherArray.push(marker1759);var marker1760 = L.circleMarker([52.1399,-7.64578], {color:"#525C65", title:"SCOIL NAOMH GOBNAIT"}).addTo(schoolmap);marker1760.bindPopup("<b>SCOIL NAOMH GOBNAIT</b><br />107 pupils signed up").openPopup();otherArray.push(marker1760);var marker1761 = L.circleMarker([53.7768,-6.48305], {color:"#525C65", title:"SCOIL NAOMH FAINCHE"}).addTo(schoolmap);marker1761.bindPopup("<b>SCOIL NAOMH FAINCHE</b><br />30 pupils signed up").openPopup();otherArray.push(marker1761);var marker1762 = L.circleMarker([53.1343,-6.06654], {color:"#525C65", title:"GREYSTONES COMMUNITY NS"}).addTo(schoolmap);marker1762.bindPopup("<b>GREYSTONES COMMUNITY NS</b><br />412 pupils signed up").openPopup();otherArray.push(marker1762);var marker1763 = L.circleMarker([53.3097,-6.28205], {color:"#525C65", title:"ST JOSEPHS BOYS N S"}).addTo(schoolmap);marker1763.bindPopup("<b>ST JOSEPHS BOYS N S</b><br />420 pupils signed up").openPopup();otherArray.push(marker1763);var marker1764 = L.circleMarker([53.3561,-6.35501], {color:"#525C65", title:"ST MICHAELS SPEC SCHOOL"}).addTo(schoolmap);marker1764.bindPopup("<b>ST MICHAELS SPEC SCHOOL</b><br />170 pupils signed up").openPopup();otherArray.push(marker1764);var marker1765 = L.circleMarker([53.5138,-9.45129], {color:"#525C65", title:"COLÁISTE NAOMH FEICHÍN"}).addTo(schoolmap);marker1765.bindPopup("<b>COLÁISTE NAOMH FEICHÍN</b><br />62 pupils signed up").openPopup();otherArray.push(marker1765);var marker1766 = L.circleMarker([54.91510602698949,-7.261962890625001], {color:"#ff6961", title:"St Peter's Primary School Plumbridge", students:"93"}).addTo(schoolmap);marker1766.bindPopup("<b>St Peter's Primary School Plumbridge</b><br />93 pupils signed up").openPopup();primaryArray.push(marker1766);var marker1767 = L.circleMarker([54.5735,-6.00597], {color:"#525C65", title:"BUNSCOIL PHOBAL FEIRSTE"}).addTo(schoolmap);marker1767.bindPopup("<b>BUNSCOIL PHOBAL FEIRSTE</b><br />30 pupils signed up").openPopup();otherArray.push(marker1767);var marker1768 = L.circleMarker([53.2795,-6.16251], {color:"#525C65", title:"GAELSCOIL LAIGHEAN"}).addTo(schoolmap);marker1768.bindPopup("<b>GAELSCOIL LAIGHEAN</b><br />30 pupils signed up").openPopup();otherArray.push(marker1768);var marker1769 = L.circleMarker([53.4196,-6.4704], {color:"#525C65", title:"DUNBOYNE JUNIOR N S"}).addTo(schoolmap);marker1769.bindPopup("<b>DUNBOYNE JUNIOR N S</b><br />400 pupils signed up").openPopup();otherArray.push(marker1769);var marker1770 = L.circleMarker([53.3204835336081,-6.159667968749997], {color:"#ff6961", title:"Gaelscoil Laighean", students:"33"}).addTo(schoolmap);marker1770.bindPopup("<b>Gaelscoil Laighean</b><br />33 pupils signed up").openPopup();primaryArray.push(marker1770);var marker1771 = L.circleMarker([54.8092,-6.5195], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1771.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1771);var marker1772 = L.circleMarker([54.6164,-5.93072], {color:"#525C65", title:"CURRIE PRIMARY SCHOOL"}).addTo(schoolmap);marker1772.bindPopup("<b>CURRIE PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1772);var marker1773 = L.circleMarker([53.35255586099268,-6.368507116447605], {color:"#ff6961", title:"St. Lorcan's BNS, Palmerstown, Dublin 20", students:"322"}).addTo(schoolmap);marker1773.bindPopup("<b>St. Lorcan's BNS, Palmerstown, Dublin 20</b><br />322 pupils signed up").openPopup();primaryArray.push(marker1773);var marker1774 = L.circleMarker([52.5122,-6.6799], {color:"#525C65", title:"SACRED HEART NATIONAL SCHOOL, CAIM"}).addTo(schoolmap);marker1774.bindPopup("<b>SACRED HEART NATIONAL SCHOOL, CAIM</b><br />90 pupils signed up").openPopup();otherArray.push(marker1774);var marker1775 = L.circleMarker([53.6939,-6.99605], {color:"#525C65", title:"KILSKYRE MIXED N S"}).addTo(schoolmap);marker1775.bindPopup("<b>KILSKYRE MIXED N S</b><br />80 pupils signed up").openPopup();otherArray.push(marker1775);var marker1776 = L.circleMarker([52.22161569138342,-7.38942265906145], {color:"#ff6961", title:"Scoil an Bhaile Nua", students:"100"}).addTo(schoolmap);marker1776.bindPopup("<b>Scoil an Bhaile Nua</b><br />100 pupils signed up").openPopup();primaryArray.push(marker1776);var marker1777 = L.circleMarker([51.8692,-8.37603], {color:"#525C65", title:"ST FRANCIS CAPUCHIN COLLEGE"}).addTo(schoolmap);marker1777.bindPopup("<b>ST FRANCIS CAPUCHIN COLLEGE</b><br />740 pupils signed up").openPopup();otherArray.push(marker1777);var marker1778 = L.circleMarker([53.2763,-6.22605], {color:"#525C65", title:"QUEEN OF ANGELS PRIMARY SCHOOL"}).addTo(schoolmap);marker1778.bindPopup("<b>QUEEN OF ANGELS PRIMARY SCHOOL</b><br />230 pupils signed up").openPopup();otherArray.push(marker1778);var marker1779 = L.circleMarker([52.7479,-7.95921], {color:"#525C65", title:"SCOIL NAOMH CUALÁN"}).addTo(schoolmap);marker1779.bindPopup("<b>SCOIL NAOMH CUALÁN</b><br />190 pupils signed up").openPopup();otherArray.push(marker1779);var marker1780 = L.circleMarker([51.895,-8.48077], {color:"#525C65", title:"SCOIL NAOMH MHUIRE"}).addTo(schoolmap);marker1780.bindPopup("<b>SCOIL NAOMH MHUIRE</b><br />310 pupils signed up").openPopup();otherArray.push(marker1780);var marker1781 = L.circleMarker([53.39378755871854,-6.4205007580301325], {color:"#525C65", title:"ST CIARANS N S"}).addTo(schoolmap);marker1781.bindPopup("<b>ST CIARANS N S</b><br />500 pupils signed up").openPopup();otherArray.push(marker1781);var marker1782 = L.circleMarker([52.372,-7.66369], {color:"#525C65", title:"POWERSTOWN N S"}).addTo(schoolmap);marker1782.bindPopup("<b>POWERSTOWN N S</b><br />430 pupils signed up").openPopup();otherArray.push(marker1782);var marker1783 = L.circleMarker([52.6963,-6.64881], {color:"#525C65", title:"S N CLUAIN NA GALL"}).addTo(schoolmap);marker1783.bindPopup("<b>S N CLUAIN NA GALL</b><br />145 pupils signed up").openPopup();otherArray.push(marker1783);var marker1784 = L.circleMarker([54.2155,-7.39271], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1784.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />77 pupils signed up").openPopup();otherArray.push(marker1784);var marker1785 = L.circleMarker([53.269812140146655,-7.040038928389548], {color:"#ff6961", title:"Scoil Naomh Mhuire Staplestown", students:"106"}).addTo(schoolmap);marker1785.bindPopup("<b>Scoil Naomh Mhuire Staplestown</b><br />106 pupils signed up").openPopup();primaryArray.push(marker1785);var marker1786 = L.circleMarker([54.8687,-6.2854], {color:"#525C65", title:"ST COLMCILLE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1786.bindPopup("<b>ST COLMCILLE'S PRIMARY SCHOOL</b><br />420 pupils signed up").openPopup();otherArray.push(marker1786);var marker1787 = L.circleMarker([52.4022,-8.57994], {color:"#525C65", title:"SCOIL MOCHEALLÓG"}).addTo(schoolmap);marker1787.bindPopup("<b>SCOIL MOCHEALLÓG</b><br />260 pupils signed up").openPopup();otherArray.push(marker1787);var marker1788 = L.circleMarker([53.4723,-6.23373], {color:"#525C65", title:"THORNLEIGH EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker1788.bindPopup("<b>THORNLEIGH EDUCATE TOGETHER NATIONAL SCHOOL</b><br />315 pupils signed up").openPopup();otherArray.push(marker1788);var marker1789 = L.circleMarker([53.3636,-6.28525], {color:"#525C65", title:"CHRIST THE KING B N S"}).addTo(schoolmap);marker1789.bindPopup("<b>CHRIST THE KING B N S</b><br />87 pupils signed up").openPopup();otherArray.push(marker1789);var marker1790 = L.circleMarker([52.7383,-9.17701], {color:"#525C65", title:"LISSYCASEY N S"}).addTo(schoolmap);marker1790.bindPopup("<b>LISSYCASEY N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker1790);var marker1791 = L.circleMarker([53.8569,-9.30191], {color:"#525C65", title:"CASTLEBAR EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker1791.bindPopup("<b>CASTLEBAR EDUCATE TOGETHER NATIONAL SCHOOL</b><br />110 pupils signed up").openPopup();otherArray.push(marker1791);var marker1792 = L.circleMarker([54.1291,-6.83067], {color:"#525C65", title:"DOOHAMLET N S"}).addTo(schoolmap);marker1792.bindPopup("<b>DOOHAMLET N S</b><br />136 pupils signed up").openPopup();otherArray.push(marker1792);var marker1793 = L.circleMarker([53.3106,-6.28814], {color:"#525C65", title:"PRESENTATION PRIMARY SCHOOL"}).addTo(schoolmap);marker1793.bindPopup("<b>PRESENTATION PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1793);var marker1794 = L.circleMarker([52.5522,-9.56018], {color:"#525C65", title:"SCOIL EASA DHUIBHE"}).addTo(schoolmap);marker1794.bindPopup("<b>SCOIL EASA DHUIBHE</b><br />55 pupils signed up").openPopup();otherArray.push(marker1794);var marker1795 = L.circleMarker([53.2834,-9.07179], {color:"#525C65", title:"ST JOSEPHS SPECIAL SCH"}).addTo(schoolmap);marker1795.bindPopup("<b>ST JOSEPHS SPECIAL SCH</b><br />80 pupils signed up").openPopup();otherArray.push(marker1795);var marker1796 = L.circleMarker([53.9914,-6.85804], {color:"#525C65", title:"CORCREAGH N S"}).addTo(schoolmap);marker1796.bindPopup("<b>CORCREAGH N S</b><br />34 pupils signed up").openPopup();otherArray.push(marker1796);var marker1797 = L.circleMarker([54.5749,-5.92501], {color:"#525C65", title:"HOLY ROSARY PRIMARY SCHOOL"}).addTo(schoolmap);marker1797.bindPopup("<b>HOLY ROSARY PRIMARY SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker1797);var marker1798 = L.circleMarker([51.9511,-8.43052], {color:"#525C65", title:"UPPER GLANMIRE N S"}).addTo(schoolmap);marker1798.bindPopup("<b>UPPER GLANMIRE N S</b><br />300 pupils signed up").openPopup();otherArray.push(marker1798);var marker1799 = L.circleMarker([53.13478510910437,-6.616705655833356], {color:"#ff6961", title:"Scoil Mhuire, Ballymore Eustace", students:"215"}).addTo(schoolmap);marker1799.bindPopup("<b>Scoil Mhuire, Ballymore Eustace</b><br />215 pupils signed up").openPopup();primaryArray.push(marker1799);var marker1800 = L.circleMarker([53.3706,-6.48735], {color:"#525C65", title:"SAN CARLO JUNIOR NS"}).addTo(schoolmap);marker1800.bindPopup("<b>SAN CARLO JUNIOR NS</b><br />22 pupils signed up").openPopup();otherArray.push(marker1800);var marker1801 = L.circleMarker([53.3506,-6.27571], {color:"#525C65", title:"ST PAULS C.B.S."}).addTo(schoolmap);marker1801.bindPopup("<b>ST PAULS C.B.S.</b><br />119 pupils signed up").openPopup();otherArray.push(marker1801);var marker1802 = L.circleMarker([52.6593,-8.62231], {color:"#525C65", title:"PRESENTATION PRIMARY SCHOOL"}).addTo(schoolmap);marker1802.bindPopup("<b>PRESENTATION PRIMARY SCHOOL</b><br />288 pupils signed up").openPopup();otherArray.push(marker1802);var marker1803 = L.circleMarker([54.938345709395975,-7.710204843431711], {color:"#ff6961", title:"Woodland N.S.", students:"460"}).addTo(schoolmap);marker1803.bindPopup("<b>Woodland N.S.</b><br />460 pupils signed up").openPopup();primaryArray.push(marker1803);var marker1804 = L.circleMarker([54.1912,-6.99], {color:"#525C65", title:"CORCAGHAN N S"}).addTo(schoolmap);marker1804.bindPopup("<b>CORCAGHAN N S</b><br />93 pupils signed up").openPopup();otherArray.push(marker1804);var marker1805 = L.circleMarker([54.2684,-8.47023], {color:"#525C65", title:"OUR LADY OF MERCY N S"}).addTo(schoolmap);marker1805.bindPopup("<b>OUR LADY OF MERCY N S</b><br />450 pupils signed up").openPopup();otherArray.push(marker1805);var marker1806 = L.circleMarker([53.369,-6.38737], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker1806.bindPopup("<b>ST PATRICKS NS</b><br />120 pupils signed up").openPopup();otherArray.push(marker1806);var marker1807 = L.circleMarker([53.27909712748266,-6.410200695219777], {color:"#FFFD77", title:"Mount Seskin Community College"}).addTo(schoolmap);marker1807.bindPopup("<b>Mount Seskin Community College</b><br />350 pupils signed up").openPopup();secondaryArray.push(marker1807);var marker1808 = L.circleMarker([53.1494558768847,-6.068964232431677], {color:"#ff6961", title:"St.Patrick’s N.S. Greystones, Wicklow", students:"26"}).addTo(schoolmap);marker1808.bindPopup("<b>St.Patrick’s N.S. Greystones, Wicklow</b><br />26 pupils signed up").openPopup();primaryArray.push(marker1808);var marker1809 = L.circleMarker([54.9607,-7.70624], {color:"#525C65", title:"LETTERKENNY EDUCATE TOGETHER"}).addTo(schoolmap);marker1809.bindPopup("<b>LETTERKENNY EDUCATE TOGETHER</b><br />310 pupils signed up").openPopup();otherArray.push(marker1809);var marker1810 = L.circleMarker([52.0635,-9.4897], {color:"#525C65", title:"GAELSCOIL FAITHLEANN"}).addTo(schoolmap);marker1810.bindPopup("<b>GAELSCOIL FAITHLEANN</b><br />250 pupils signed up").openPopup();otherArray.push(marker1810);var marker1811 = L.circleMarker([53.3706,-6.48735], {color:"#525C65", title:"SAN CARLO JUNIOR NS"}).addTo(schoolmap);marker1811.bindPopup("<b>SAN CARLO JUNIOR NS</b><br />270 pupils signed up").openPopup();otherArray.push(marker1811);var marker1812 = L.circleMarker([53.9926,-7.35557], {color:"#525C65", title:"GAELSCOIL BHREIFNE"}).addTo(schoolmap);marker1812.bindPopup("<b>GAELSCOIL BHREIFNE</b><br />193 pupils signed up").openPopup();otherArray.push(marker1812);var marker1813 = L.circleMarker([53.8273,-8.76375], {color:"#525C65", title:"S N BRIGHDE"}).addTo(schoolmap);marker1813.bindPopup("<b>S N BRIGHDE</b><br />106 pupils signed up").openPopup();otherArray.push(marker1813);var marker1814 = L.circleMarker([55.1338,-7.45587], {color:"#525C65", title:"BUNCRANA N S"}).addTo(schoolmap);marker1814.bindPopup("<b>BUNCRANA N S</b><br />26 pupils signed up").openPopup();otherArray.push(marker1814);var marker1815 = L.circleMarker([51.9089,-8.26348], {color:"#525C65", title:"SCOIL MHUIRE NAOFA"}).addTo(schoolmap);marker1815.bindPopup("<b>SCOIL MHUIRE NAOFA</b><br />400 pupils signed up").openPopup();otherArray.push(marker1815);var marker1816 = L.circleMarker([55.0471,-6.95159], {color:"#525C65", title:"TERMONCANICE PRIMARY SCHOOL"}).addTo(schoolmap);marker1816.bindPopup("<b>TERMONCANICE PRIMARY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker1816);var marker1817 = L.circleMarker([54.1975,-6.40568], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1817.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker1817);var marker1818 = L.circleMarker([54.2706,-8.49203], {color:"#525C65", title:"S N URSULA"}).addTo(schoolmap);marker1818.bindPopup("<b>S N URSULA</b><br />447 pupils signed up").openPopup();otherArray.push(marker1818);var marker1819 = L.circleMarker([51.5888,-9.20088], {color:"#525C65", title:"MAULATRAHANE CENTRAL NS"}).addTo(schoolmap);marker1819.bindPopup("<b>MAULATRAHANE CENTRAL NS</b><br />31 pupils signed up").openPopup();otherArray.push(marker1819);var marker1820 = L.circleMarker([53.6073,-6.20791], {color:"#525C65", title:"COLÁISTE GHLÓR NA MARA"}).addTo(schoolmap);marker1820.bindPopup("<b>COLÁISTE GHLÓR NA MARA</b><br />500 pupils signed up").openPopup();otherArray.push(marker1820);var marker1821 = L.circleMarker([53.3587,-6.24227], {color:"#525C65", title:"ST COLUMBAS N S MXD"}).addTo(schoolmap);marker1821.bindPopup("<b>ST COLUMBAS N S MXD</b><br />30 pupils signed up").openPopup();otherArray.push(marker1821);var marker1822 = L.circleMarker([52.1363,-8.27838], {color:"#525C65", title:"COLÁISTE CHOLMÁIN"}).addTo(schoolmap);marker1822.bindPopup("<b>COLÁISTE CHOLMÁIN</b><br />30 pupils signed up").openPopup();otherArray.push(marker1822);var marker1823 = L.circleMarker([53.3975,-6.43711], {color:"#525C65", title:"SCOIL GHRAINNE COMMUNITY NATIONAL SCHOOL"}).addTo(schoolmap);marker1823.bindPopup("<b>SCOIL GHRAINNE COMMUNITY NATIONAL SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker1823);var marker1824 = L.circleMarker([51.9103,-8.16747], {color:"#525C65", title:"ST COLMAN'S COMMUNITY COLLEGE"}).addTo(schoolmap);marker1824.bindPopup("<b>ST COLMAN'S COMMUNITY COLLEGE</b><br />1150 pupils signed up").openPopup();otherArray.push(marker1824);var marker1825 = L.circleMarker([54.1754,-7.36427], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1825.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1825);var marker1826 = L.circleMarker([52.857,-8.97862], {color:"#525C65", title:"ST CLARES SPECIAL SCH"}).addTo(schoolmap);marker1826.bindPopup("<b>ST CLARES SPECIAL SCH</b><br />107 pupils signed up").openPopup();otherArray.push(marker1826);var marker1827 = L.circleMarker([53.6499,-7.21803], {color:"#525C65", title:"BAILE NA GCEALLACH N S"}).addTo(schoolmap);marker1827.bindPopup("<b>BAILE NA GCEALLACH N S</b><br />163 pupils signed up").openPopup();otherArray.push(marker1827);var marker1828 = L.circleMarker([52.7995,-6.73231], {color:"#525C65", title:"TULLOW COMMUNITY SCHOOL"}).addTo(schoolmap);marker1828.bindPopup("<b>TULLOW COMMUNITY SCHOOL</b><br />850 pupils signed up").openPopup();otherArray.push(marker1828);var marker1829 = L.circleMarker([54.8447,-6.68117], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL (GLENVIEW)"}).addTo(schoolmap);marker1829.bindPopup("<b>ST MARY'S PRIMARY SCHOOL (GLENVIEW)</b><br />120 pupils signed up").openPopup();otherArray.push(marker1829);var marker1830 = L.circleMarker([52.0623,-9.51744], {color:"#525C65", title:"MUIRE NA MAINISTREACH"}).addTo(schoolmap);marker1830.bindPopup("<b>MUIRE NA MAINISTREACH</b><br />40 pupils signed up").openPopup();otherArray.push(marker1830);var marker1831 = L.circleMarker([52.9158,-6.11237], {color:"#525C65", title:"S N MUIRE MXD"}).addTo(schoolmap);marker1831.bindPopup("<b>S N MUIRE MXD</b><br />30 pupils signed up").openPopup();otherArray.push(marker1831);var marker1832 = L.circleMarker([53.1703,-6.53943], {color:"#525C65", title:"BLESSINGTON COMMUNITY COLLEGE"}).addTo(schoolmap);marker1832.bindPopup("<b>BLESSINGTON COMMUNITY COLLEGE</b><br />750 pupils signed up").openPopup();otherArray.push(marker1832);var marker1833 = L.circleMarker([54.2241,-7.64502], {color:"#525C65", title:"ST NAILE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1833.bindPopup("<b>ST NAILE'S PRIMARY SCHOOL</b><br />104 pupils signed up").openPopup();otherArray.push(marker1833);var marker1834 = L.circleMarker([52.86093385737121,-8.741184410762482], {color:"#FFFD77", title:"St Joseph's Secondary School Tulla Co. Clare"}).addTo(schoolmap);marker1834.bindPopup("<b>St Joseph's Secondary School Tulla Co. Clare</b><br />700 pupils signed up").openPopup();secondaryArray.push(marker1834);var marker1835 = L.circleMarker([52.8425,-8.98114], {color:"#525C65", title:"HOLY FAMILY JUNIOR SCHOOL"}).addTo(schoolmap);marker1835.bindPopup("<b>HOLY FAMILY JUNIOR SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1835);var marker1836 = L.circleMarker([53.4466,-7.93418], {color:"#525C65", title:"S N AN CUSAN"}).addTo(schoolmap);marker1836.bindPopup("<b>S N AN CUSAN</b><br />412 pupils signed up").openPopup();otherArray.push(marker1836);var marker1837 = L.circleMarker([54.5489,-6.25456], {color:"#525C65", title:"BALLINDERRY PRIMARY SCHOOL"}).addTo(schoolmap);marker1837.bindPopup("<b>BALLINDERRY PRIMARY SCHOOL</b><br />270 pupils signed up").openPopup();otherArray.push(marker1837);var marker1838 = L.circleMarker([54.3982,-6.39], {color:"#525C65", title:"MOYALLON PRIMARY SCHOOL"}).addTo(schoolmap);marker1838.bindPopup("<b>MOYALLON PRIMARY SCHOOL</b><br />204 pupils signed up").openPopup();otherArray.push(marker1838);var marker1839 = L.circleMarker([53.3761,-6.40884], {color:"#525C65", title:"SCOIL CHOILM COMMUNITY NS"}).addTo(schoolmap);marker1839.bindPopup("<b>SCOIL CHOILM COMMUNITY NS</b><br />700 pupils signed up").openPopup();otherArray.push(marker1839);var marker1840 = L.circleMarker([53.544,-6.61746], {color:"#525C65", title:"S N NAOMH SEOSAMH"}).addTo(schoolmap);marker1840.bindPopup("<b>S N NAOMH SEOSAMH</b><br />90 pupils signed up").openPopup();otherArray.push(marker1840);var marker1841 = L.circleMarker([53.2717,-7.49994], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1841.bindPopup("<b>SCOIL MHUIRE</b><br />260 pupils signed up").openPopup();otherArray.push(marker1841);var marker1842 = L.circleMarker([54.4712,-6.14821], {color:"#525C65", title:"MEADOW BRIDGE PRIMARY SCHOOL"}).addTo(schoolmap);marker1842.bindPopup("<b>MEADOW BRIDGE PRIMARY SCHOOL</b><br />290 pupils signed up").openPopup();otherArray.push(marker1842);var marker1843 = L.circleMarker([53.4715,-8.17574], {color:"#525C65", title:"BALLINTLEVA N S"}).addTo(schoolmap);marker1843.bindPopup("<b>BALLINTLEVA N S</b><br />46 pupils signed up").openPopup();otherArray.push(marker1843);var marker1844 = L.circleMarker([53.3642,-6.23828], {color:"#525C65", title:"ST MARYS N S"}).addTo(schoolmap);marker1844.bindPopup("<b>ST MARYS N S</b><br />215 pupils signed up").openPopup();otherArray.push(marker1844);var marker1845 = L.circleMarker([53.52209430334048,-6.091122182077259], {color:"#FFFD77", title:"St. Joseph8’s Secondary School, Rush"}).addTo(schoolmap);marker1845.bindPopup("<b>St. Joseph8’s Secondary School, Rush</b><br />955 pupils signed up").openPopup();secondaryArray.push(marker1845);var marker1846 = L.circleMarker([52.6451,-7.25374], {color:"#525C65", title:"S N PADRAIG NAOFA"}).addTo(schoolmap);marker1846.bindPopup("<b>S N PADRAIG NAOFA</b><br />231 pupils signed up").openPopup();otherArray.push(marker1846);var marker1847 = L.circleMarker([53.2873,-6.15497], {color:"#525C65", title:"DUN LAOGHAIRE ETNS"}).addTo(schoolmap);marker1847.bindPopup("<b>DUN LAOGHAIRE ETNS</b><br />176 pupils signed up").openPopup();otherArray.push(marker1847);var marker1848 = L.circleMarker([53.22970918731792,-8.736440327642987], {color:"#ff6961", title:"Craughwell N.S.", students:"300"}).addTo(schoolmap);marker1848.bindPopup("<b>Craughwell N.S.</b><br />300 pupils signed up").openPopup();primaryArray.push(marker1848);var marker1849 = L.circleMarker([53.6217,-6.66594], {color:"#525C65", title:"SCOIL BHRÍDE"}).addTo(schoolmap);marker1849.bindPopup("<b>SCOIL BHRÍDE</b><br />285 pupils signed up").openPopup();otherArray.push(marker1849);var marker1850 = L.circleMarker([55.0664,-6.5213], {color:"#525C65", title:"OUR LADY OF LOURDES HIGH SCHOOL"}).addTo(schoolmap);marker1850.bindPopup("<b>OUR LADY OF LOURDES HIGH SCHOOL</b><br />414 pupils signed up").openPopup();otherArray.push(marker1850);var marker1851 = L.circleMarker([52.2429,-9.67553], {color:"#525C65", title:"NAOMH PADRAIG MEASC"}).addTo(schoolmap);marker1851.bindPopup("<b>NAOMH PADRAIG MEASC</b><br />170 pupils signed up").openPopup();otherArray.push(marker1851);var marker1852 = L.circleMarker([52.7444,-7.55944], {color:"#525C65", title:"COLÁISTE MHUIRE"}).addTo(schoolmap);marker1852.bindPopup("<b>COLÁISTE MHUIRE</b><br />650 pupils signed up").openPopup();otherArray.push(marker1852);var marker1853 = L.circleMarker([54.5196,-6.06767], {color:"#525C65", title:"KILLOWEN PRIMARY SCHOOL"}).addTo(schoolmap);marker1853.bindPopup("<b>KILLOWEN PRIMARY SCHOOL</b><br />420 pupils signed up").openPopup();otherArray.push(marker1853);var marker1854 = L.circleMarker([54.9502,-7.74364], {color:"#525C65", title:"SCOIL CHOILMCILLE"}).addTo(schoolmap);marker1854.bindPopup("<b>SCOIL CHOILMCILLE</b><br />670 pupils signed up").openPopup();otherArray.push(marker1854);var marker1855 = L.circleMarker([53.3751,-6.36218], {color:"#525C65", title:"ST BRIGIDS MXD N S"}).addTo(schoolmap);marker1855.bindPopup("<b>ST BRIGIDS MXD N S</b><br />950 pupils signed up").openPopup();otherArray.push(marker1855);var marker1856 = L.circleMarker([54.7824,-6.80362], {color:"#525C65", title:"ST COLUMBA'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1856.bindPopup("<b>ST COLUMBA'S PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1856);var marker1857 = L.circleMarker([54.80761073801196,-8.184814453125], {color:"#ff6961", title:"scoil cholmcille", students:"670"}).addTo(schoolmap);marker1857.bindPopup("<b>scoil cholmcille</b><br />670 pupils signed up").openPopup();primaryArray.push(marker1857);var marker1858 = L.circleMarker([53.3701,-6.23041], {color:"#525C65", title:"ST VINCENT DE PAULS GIRLS SENIOR SCHOOL"}).addTo(schoolmap);marker1858.bindPopup("<b>ST VINCENT DE PAULS GIRLS SENIOR SCHOOL</b><br />250 pupils signed up").openPopup();otherArray.push(marker1858);var marker1859 = L.circleMarker([51.737166687806734,-8.937746574300213], {color:"#ff6961", title:"St. Mary's Central School", students:"200"}).addTo(schoolmap);marker1859.bindPopup("<b>St. Mary's Central School</b><br />200 pupils signed up").openPopup();primaryArray.push(marker1859);var marker1860 = L.circleMarker([53.3853,-6.15258], {color:"#525C65", title:"NORTH BAY EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1860.bindPopup("<b>NORTH BAY EDUCATE TOGETHER NS</b><br />208 pupils signed up").openPopup();otherArray.push(marker1860);var marker1861 = L.circleMarker([51.9478,-7.84403], {color:"#525C65", title:"BUN SCOIL MUIRE"}).addTo(schoolmap);marker1861.bindPopup("<b>BUN SCOIL MUIRE</b><br />490 pupils signed up").openPopup();otherArray.push(marker1861);var marker1862 = L.circleMarker([51.8869,-8.49872], {color:"#525C65", title:"SCOIL MHUIRE GAN SMAL B"}).addTo(schoolmap);marker1862.bindPopup("<b>SCOIL MHUIRE GAN SMAL B</b><br />30 pupils signed up").openPopup();otherArray.push(marker1862);var marker1863 = L.circleMarker([54.3393,-5.71454], {color:"#525C65", title:"BLACKWATER INTEGRATED COLLEGE"}).addTo(schoolmap);marker1863.bindPopup("<b>BLACKWATER INTEGRATED COLLEGE</b><br />180 pupils signed up").openPopup();otherArray.push(marker1863);var marker1864 = L.circleMarker([53.2625714340046,-6.161141395568846], {color:"#ff6961", title:"St Brigid's GNS The Park Cabinteely Dublin 18", students:"22"}).addTo(schoolmap);marker1864.bindPopup("<b>St Brigid's GNS The Park Cabinteely Dublin 18</b><br />22 pupils signed up").openPopup();primaryArray.push(marker1864);var marker1865 = L.circleMarker([52.6531,-7.25688], {color:"#525C65", title:"MEÁNSCOIL NA MBRÁITHRE CRIOSTAÍ"}).addTo(schoolmap);marker1865.bindPopup("<b>MEÁNSCOIL NA MBRÁITHRE CRIOSTAÍ</b><br />850 pupils signed up").openPopup();otherArray.push(marker1865);var marker1866 = L.circleMarker([52.383472517951134,-8.855936532472185], {color:"#ff6961", title:"Scoil Ide Naofa, Raheenagh", students:"85"}).addTo(schoolmap);marker1866.bindPopup("<b>Scoil Ide Naofa, Raheenagh</b><br />85 pupils signed up").openPopup();primaryArray.push(marker1866);var marker1867 = L.circleMarker([53.195,-6.67378], {color:"#525C65", title:"ST DAVIDS NS"}).addTo(schoolmap);marker1867.bindPopup("<b>ST DAVIDS NS</b><br />100 pupils signed up").openPopup();otherArray.push(marker1867);var marker1868 = L.circleMarker([53.2789,-6.40323], {color:"#525C65", title:"ST THOMAS SENIOR N S"}).addTo(schoolmap);marker1868.bindPopup("<b>ST THOMAS SENIOR N S</b><br />300 pupils signed up").openPopup();otherArray.push(marker1868);var marker1869 = L.circleMarker([54.2861,-9.80266], {color:"#525C65", title:"COLAISTE CHOMAIN"}).addTo(schoolmap);marker1869.bindPopup("<b>COLAISTE CHOMAIN</b><br />29 pupils signed up").openPopup();otherArray.push(marker1869);var marker1870 = L.circleMarker([52.6794,-6.39307], {color:"#525C65", title:"St. Patrick's Special School"}).addTo(schoolmap);marker1870.bindPopup("<b>St. Patrick's Special School</b><br />139 pupils signed up").openPopup();otherArray.push(marker1870);var marker1871 = L.circleMarker([52.44526832719046,-8.825683370232584], {color:"#ff6961", title:"CBS Primary school Nenagh", students:"250"}).addTo(schoolmap);marker1871.bindPopup("<b>CBS Primary school Nenagh</b><br />250 pupils signed up").openPopup();primaryArray.push(marker1871);var marker1872 = L.circleMarker([54.46780964639004,-6.60896301269531], {color:"#525C65", title:"ORCHARD COUNTY PRIMARY SCHOOL"}).addTo(schoolmap);marker1872.bindPopup("<b>ORCHARD COUNTY PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1872);var marker1873 = L.circleMarker([53.2676,-8.93321], {color:"#525C65", title:"CALASANCTIUS COLLEGE"}).addTo(schoolmap);marker1873.bindPopup("<b>CALASANCTIUS COLLEGE</b><br />900 pupils signed up").openPopup();otherArray.push(marker1873);var marker1874 = L.circleMarker([52.65568055287352,-8.63408821820394], {color:"#525C65", title:"Youthreach, College of FET, O'Connell Avenue, Limerick, V94 W651"}).addTo(schoolmap);marker1874.bindPopup("<b>Youthreach, College of FET, O'Connell Avenue, Limerick, V94 W651</b><br />75 pupils signed up").openPopup();otherArray.push(marker1874);var marker1875 = L.circleMarker([54.2858,-6.83754], {color:"#525C65", title:"ST JOHNS PRIMARY SCHOOL"}).addTo(schoolmap);marker1875.bindPopup("<b>ST JOHNS PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1875);var marker1876 = L.circleMarker([53.3603,-6.35884], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1876.bindPopup("<b>SCOIL MHUIRE</b><br />180 pupils signed up").openPopup();otherArray.push(marker1876);var marker1877 = L.circleMarker([54.2656,-8.47948], {color:"#525C65", title:"SUMMERHILL COLLEGE"}).addTo(schoolmap);marker1877.bindPopup("<b>SUMMERHILL COLLEGE</b><br />1080 pupils signed up").openPopup();otherArray.push(marker1877);var marker1878 = L.circleMarker([53.2732,-9.09596], {color:"#525C65", title:"GAELSCOIL MHIC AMHLAIGH"}).addTo(schoolmap);marker1878.bindPopup("<b>GAELSCOIL MHIC AMHLAIGH</b><br />30 pupils signed up").openPopup();otherArray.push(marker1878);var marker1879 = L.circleMarker([52.2431,-7.10603], {color:"#525C65", title:"SCOIL LORCAIN BNS"}).addTo(schoolmap);marker1879.bindPopup("<b>SCOIL LORCAIN BNS</b><br />300 pupils signed up").openPopup();otherArray.push(marker1879);var marker1880 = L.circleMarker([52.391,-6.93285], {color:"#525C65", title:"KENNEDY COLLEGE"}).addTo(schoolmap);marker1880.bindPopup("<b>KENNEDY COLLEGE</b><br />200 pupils signed up").openPopup();otherArray.push(marker1880);var marker1881 = L.circleMarker([53.3934,-6.44268], {color:"#525C65", title:"CASTAHEANY EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1881.bindPopup("<b>CASTAHEANY EDUCATE TOGETHER NS</b><br />20 pupils signed up").openPopup();otherArray.push(marker1881);var marker1882 = L.circleMarker([53.3589,-6.43997], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1882.bindPopup("<b>SCOIL MHUIRE</b><br />600 pupils signed up").openPopup();otherArray.push(marker1882);var marker1883 = L.circleMarker([53.26448443014229,-9.596510409850453], {color:"#ff6961", title:"Scoil Mhic Dara", students:"200"}).addTo(schoolmap);marker1883.bindPopup("<b>Scoil Mhic Dara</b><br />200 pupils signed up").openPopup();primaryArray.push(marker1883);var marker1884 = L.circleMarker([52.7009,-6.97011], {color:"#525C65", title:"PRESENTATION / DE LA SALLE COLLEGE"}).addTo(schoolmap);marker1884.bindPopup("<b>PRESENTATION / DE LA SALLE COLLEGE</b><br />700 pupils signed up").openPopup();otherArray.push(marker1884);var marker1885 = L.circleMarker([52.4787,-7.21306], {color:"#525C65", title:"SCOIL AIREAGAIL"}).addTo(schoolmap);marker1885.bindPopup("<b>SCOIL AIREAGAIL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1885);var marker1886 = L.circleMarker([52.2561,-7.11687], {color:"#525C65", title:"C.B.S. MOUNT SION, WATERFORD"}).addTo(schoolmap);marker1886.bindPopup("<b>C.B.S. MOUNT SION, WATERFORD</b><br />300 pupils signed up").openPopup();otherArray.push(marker1886);var marker1887 = L.circleMarker([52.1617,-7.16081], {color:"#525C65", title:"ARD SCOIL NA MARA"}).addTo(schoolmap);marker1887.bindPopup("<b>ARD SCOIL NA MARA</b><br />1200 pupils signed up").openPopup();otherArray.push(marker1887);var marker1888 = L.circleMarker([54.5095,-6.06654], {color:"#525C65", title:"ST ALOYSIUS PRIMARY SCHOOL"}).addTo(schoolmap);marker1888.bindPopup("<b>ST ALOYSIUS PRIMARY SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker1888);var marker1889 = L.circleMarker([53.187274235202835,-9.114256873726845], {color:"#ff6961", title:"Scoil Chaitriona Junior Renmore", students:"350"}).addTo(schoolmap);marker1889.bindPopup("<b>Scoil Chaitriona Junior Renmore</b><br />350 pupils signed up").openPopup();primaryArray.push(marker1889);var marker1890 = L.circleMarker([53.4529,-6.91988], {color:"#525C65", title:"ST. NICHOLAS PRIMARY SCHOOL"}).addTo(schoolmap);marker1890.bindPopup("<b>ST. NICHOLAS PRIMARY SCHOOL</b><br />299 pupils signed up").openPopup();otherArray.push(marker1890);var marker1891 = L.circleMarker([52.6678,-7.2504], {color:"#525C65", title:"KILKENNY MIXED N S"}).addTo(schoolmap);marker1891.bindPopup("<b>KILKENNY MIXED N S</b><br />27 pupils signed up").openPopup();otherArray.push(marker1891);var marker1892 = L.circleMarker([53.46678658478018,-6.249549730243408], {color:"#ff6961", title:"Broadmeadow CNS", students:"80"}).addTo(schoolmap);marker1892.bindPopup("<b>Broadmeadow CNS</b><br />80 pupils signed up").openPopup();primaryArray.push(marker1892);var marker1893 = L.circleMarker([55.1372,-7.55716], {color:"#525C65", title:"ST GARVANS N.S."}).addTo(schoolmap);marker1893.bindPopup("<b>ST GARVANS N.S.</b><br />33 pupils signed up").openPopup();otherArray.push(marker1893);var marker1894 = L.circleMarker([52.2324,-7.26898], {color:"#525C65", title:"BALLYDUFF N S"}).addTo(schoolmap);marker1894.bindPopup("<b>BALLYDUFF N S</b><br />150 pupils signed up").openPopup();otherArray.push(marker1894);var marker1895 = L.circleMarker([53.3895,-6.37273], {color:"#525C65", title:"LE CHEILE SECONDARY SCHOOL"}).addTo(schoolmap);marker1895.bindPopup("<b>LE CHEILE SECONDARY SCHOOL</b><br />950 pupils signed up").openPopup();otherArray.push(marker1895);var marker1896 = L.circleMarker([53.8554,-7.70919], {color:"#525C65", title:"ST PATRICKS"}).addTo(schoolmap);marker1896.bindPopup("<b>ST PATRICKS</b><br />70 pupils signed up").openPopup();otherArray.push(marker1896);var marker1897 = L.circleMarker([54.2905,-5.83954], {color:"#525C65", title:"CUMRAN PRIMARY SCHOOL"}).addTo(schoolmap);marker1897.bindPopup("<b>CUMRAN PRIMARY SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1897);var marker1898 = L.circleMarker([54.5974,-7.29953], {color:"#525C65", title:"OMAGH ACADEMY"}).addTo(schoolmap);marker1898.bindPopup("<b>OMAGH ACADEMY</b><br />700 pupils signed up").openPopup();otherArray.push(marker1898);var marker1899 = L.circleMarker([52.2461,-7.11369], {color:"#525C65", title:"ST ANGELA'S SECONDARY SCHOOL"}).addTo(schoolmap);marker1899.bindPopup("<b>ST ANGELA'S SECONDARY SCHOOL</b><br />960 pupils signed up").openPopup();otherArray.push(marker1899);var marker1900 = L.circleMarker([53.3024,-6.20408], {color:"#525C65", title:"COLÁISTE ÍOSAGÁIN"}).addTo(schoolmap);marker1900.bindPopup("<b>COLÁISTE ÍOSAGÁIN</b><br />480 pupils signed up").openPopup();otherArray.push(marker1900);var marker1901 = L.circleMarker([53.6915528689421,-6.420076511982273], {color:"#ff6961", title:"Donore NS", students:"200"}).addTo(schoolmap);marker1901.bindPopup("<b>Donore NS</b><br />200 pupils signed up").openPopup();primaryArray.push(marker1901);var marker1902 = L.circleMarker([52.6,-7.30826], {color:"#525C65", title:"CHURCH HILL MIXED N S"}).addTo(schoolmap);marker1902.bindPopup("<b>CHURCH HILL MIXED N S</b><br />194 pupils signed up").openPopup();otherArray.push(marker1902);var marker1903 = L.circleMarker([54.9877,-6.68929], {color:"#525C65", title:"GARVAGH PRIMARY SCHOOL"}).addTo(schoolmap);marker1903.bindPopup("<b>GARVAGH PRIMARY SCHOOL</b><br />90 pupils signed up").openPopup();otherArray.push(marker1903);var marker1904 = L.circleMarker([53.29291742582794,-6.345598697880632], {color:"#ff6961", title:"Scoil Aonghusa Senior, Balrothery, D24", students:"220"}).addTo(schoolmap);marker1904.bindPopup("<b>Scoil Aonghusa Senior, Balrothery, D24</b><br />220 pupils signed up").openPopup();primaryArray.push(marker1904);var marker1905 = L.circleMarker([54.2335,-6.34032], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1905.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />160 pupils signed up").openPopup();otherArray.push(marker1905);var marker1906 = L.circleMarker([54.2671,-8.47677], {color:"#525C65", title:"SCOIL EOIN NAOFA"}).addTo(schoolmap);marker1906.bindPopup("<b>SCOIL EOIN NAOFA</b><br />250 pupils signed up").openPopup();otherArray.push(marker1906);var marker1907 = L.circleMarker([53.2795,-6.16251], {color:"#525C65", title:"GAELSCOIL LAIGHEAN"}).addTo(schoolmap);marker1907.bindPopup("<b>GAELSCOIL LAIGHEAN</b><br />130 pupils signed up").openPopup();otherArray.push(marker1907);var marker1908 = L.circleMarker([51.9134,-8.71976], {color:"#525C65", title:"DRIPSEY N S"}).addTo(schoolmap);marker1908.bindPopup("<b>DRIPSEY N S</b><br />100 pupils signed up").openPopup();otherArray.push(marker1908);var marker1909 = L.circleMarker([53.758,-6.27092], {color:"#525C65", title:"SCOIL NÁISÍUNTA NAOMH FEICHÍN"}).addTo(schoolmap);marker1909.bindPopup("<b>SCOIL NÁISÍUNTA NAOMH FEICHÍN</b><br />27 pupils signed up").openPopup();otherArray.push(marker1909);var marker1910 = L.circleMarker([52.9656,-7.36999], {color:"#525C65", title:"TOBAR AN LEINN"}).addTo(schoolmap);marker1910.bindPopup("<b>TOBAR AN LEINN</b><br />6 pupils signed up").openPopup();otherArray.push(marker1910);var marker1911 = L.circleMarker([51.9699,-8.26368], {color:"#525C65", title:"LEAMLARA MIXED N S"}).addTo(schoolmap);marker1911.bindPopup("<b>LEAMLARA MIXED N S</b><br />130 pupils signed up").openPopup();otherArray.push(marker1911);var marker1912 = L.circleMarker([53.38388915606052,-6.23350422113918], {color:"#ff6961", title:"St Fiachra’s Junior School", students:"600"}).addTo(schoolmap);marker1912.bindPopup("<b>St Fiachra’s Junior School</b><br />600 pupils signed up").openPopup();primaryArray.push(marker1912);var marker1913 = L.circleMarker([52.3487,-7.71723], {color:"#525C65", title:"PRESENTATION SECONDARY SCHOOL"}).addTo(schoolmap);marker1913.bindPopup("<b>PRESENTATION SECONDARY SCHOOL</b><br />475 pupils signed up").openPopup();otherArray.push(marker1913);var marker1914 = L.circleMarker([51.9672,-7.80871], {color:"#525C65", title:"S N NAOMH PARTHALAN"}).addTo(schoolmap);marker1914.bindPopup("<b>S N NAOMH PARTHALAN</b><br />53 pupils signed up").openPopup();otherArray.push(marker1914);var marker1915 = L.circleMarker([54.0503,-9.08281], {color:"#525C65", title:"SCOIL NAOMH FEICHIN"}).addTo(schoolmap);marker1915.bindPopup("<b>SCOIL NAOMH FEICHIN</b><br />26 pupils signed up").openPopup();otherArray.push(marker1915);var marker1916 = L.circleMarker([54.0473,-8.0345], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker1916.bindPopup("<b>ST PATRICKS NS</b><br />30 pupils signed up").openPopup();otherArray.push(marker1916);var marker1917 = L.circleMarker([53.3413,-6.43378], {color:"#525C65", title:"GRIFFEEN VALLEY EDUCATE TOGETHER NS"}).addTo(schoolmap);marker1917.bindPopup("<b>GRIFFEEN VALLEY EDUCATE TOGETHER NS</b><br />30 pupils signed up").openPopup();otherArray.push(marker1917);var marker1918 = L.circleMarker([53.4131,-9.17743], {color:"#525C65", title:"S N CALADH NA MUC"}).addTo(schoolmap);marker1918.bindPopup("<b>S N CALADH NA MUC</b><br />18 pupils signed up").openPopup();otherArray.push(marker1918);var marker1919 = L.circleMarker([54.3767,-7.46202], {color:"#525C65", title:"TEMPO PRIMARY SCHOOL"}).addTo(schoolmap);marker1919.bindPopup("<b>TEMPO PRIMARY SCHOOL</b><br />90 pupils signed up").openPopup();otherArray.push(marker1919);var marker1920 = L.circleMarker([54.2839,-5.71654], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1920.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />24 pupils signed up").openPopup();otherArray.push(marker1920);var marker1921 = L.circleMarker([54.4306,-6.46436], {color:"#525C65", title:"ST JOHN THE BAPTIST COLLEGE"}).addTo(schoolmap);marker1921.bindPopup("<b>ST JOHN THE BAPTIST COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker1921);var marker1922 = L.circleMarker([52.6478,-7.25447], {color:"#525C65", title:"CITY VOCATIONAL SCHOOL"}).addTo(schoolmap);marker1922.bindPopup("<b>CITY VOCATIONAL SCHOOL</b><br />320 pupils signed up").openPopup();otherArray.push(marker1922);var marker1923 = L.circleMarker([53.328,-6.24035], {color:"#525C65", title:"ST CONLETHS COLLEGE"}).addTo(schoolmap);marker1923.bindPopup("<b>ST CONLETHS COLLEGE</b><br />300 pupils signed up").openPopup();otherArray.push(marker1923);var marker1924 = L.circleMarker([52.7961,-6.17322], {color:"#525C65", title:"GLENART COLLEGE"}).addTo(schoolmap);marker1924.bindPopup("<b>GLENART COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker1924);var marker1925 = L.circleMarker([52.35540818119074,-8.681259155273436], {color:"#ff6961", title:"Charleville CBS Primary", students:"220"}).addTo(schoolmap);marker1925.bindPopup("<b>Charleville CBS Primary</b><br />220 pupils signed up").openPopup();primaryArray.push(marker1925);var marker1926 = L.circleMarker([53.1926,-6.1006], {color:"#525C65", title:"PRESENTATION COLLEGE"}).addTo(schoolmap);marker1926.bindPopup("<b>PRESENTATION COLLEGE</b><br />670 pupils signed up").openPopup();otherArray.push(marker1926);var marker1927 = L.circleMarker([54.4734,-7.64267], {color:"#525C65", title:"IRVINESTOWN PRIMARY SCHOOL"}).addTo(schoolmap);marker1927.bindPopup("<b>IRVINESTOWN PRIMARY SCHOOL</b><br />186 pupils signed up").openPopup();otherArray.push(marker1927);var marker1928 = L.circleMarker([53.3975,-6.43711], {color:"#525C65", title:"SCOIL GHRAINNE COMMUNITY NATIONAL SCHOOL"}).addTo(schoolmap);marker1928.bindPopup("<b>SCOIL GHRAINNE COMMUNITY NATIONAL SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker1928);var marker1929 = L.circleMarker([54.5172,-6.0462], {color:"#525C65", title:"FRIENDS' SCHOOL"}).addTo(schoolmap);marker1929.bindPopup("<b>FRIENDS' SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker1929);var marker1930 = L.circleMarker([53.3388,-6.27493], {color:"#525C65", title:"ST BRIGIDS PRIMARY SCHOOL"}).addTo(schoolmap);marker1930.bindPopup("<b>ST BRIGIDS PRIMARY SCHOOL</b><br />228 pupils signed up").openPopup();otherArray.push(marker1930);var marker1931 = L.circleMarker([53.7078,-6.33926], {color:"#525C65", title:"ST MARYS PARISH PRIMARY SCHOOL"}).addTo(schoolmap);marker1931.bindPopup("<b>ST MARYS PARISH PRIMARY SCHOOL</b><br />900 pupils signed up").openPopup();otherArray.push(marker1931);var marker1932 = L.circleMarker([52.44783045546336,-9.059969901121802], {color:"#ff6961", title:"scoil iósaf", students:"30"}).addTo(schoolmap);marker1932.bindPopup("<b>scoil iósaf</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1932);var marker1933 = L.circleMarker([52.391,-6.93285], {color:"#525C65", title:"KENNEDY COLLEGE"}).addTo(schoolmap);marker1933.bindPopup("<b>KENNEDY COLLEGE</b><br />180 pupils signed up").openPopup();otherArray.push(marker1933);var marker1934 = L.circleMarker([53.762,-7.7848], {color:"#525C65", title:"S N CNOC AN MHARCAIGH"}).addTo(schoolmap);marker1934.bindPopup("<b>S N CNOC AN MHARCAIGH</b><br />283 pupils signed up").openPopup();otherArray.push(marker1934);var marker1935 = L.circleMarker([51.9287,-9.02182], {color:"#525C65", title:"CLONDROHID N S"}).addTo(schoolmap);marker1935.bindPopup("<b>CLONDROHID N S</b><br />280 pupils signed up").openPopup();otherArray.push(marker1935);var marker1936 = L.circleMarker([54.98826673720478,-7.181365191936493], {color:"#ff6961", title:"Our Lady Of Fatima Primary School", students:"114"}).addTo(schoolmap);marker1936.bindPopup("<b>Our Lady Of Fatima Primary School</b><br />114 pupils signed up").openPopup();primaryArray.push(marker1936);var marker1937 = L.circleMarker([55.1168,-6.4134], {color:"#525C65", title:"BUSHVALLEY PRIMARY SCHOOL"}).addTo(schoolmap);marker1937.bindPopup("<b>BUSHVALLEY PRIMARY SCHOOL</b><br />180 pupils signed up").openPopup();otherArray.push(marker1937);var marker1938 = L.circleMarker([54.475467208539925,-8.281121837578478], {color:"#ff6961", title:"St.Macartan's N.S.", students:"277"}).addTo(schoolmap);marker1938.bindPopup("<b>St.Macartan's N.S.</b><br />277 pupils signed up").openPopup();primaryArray.push(marker1938);var marker1939 = L.circleMarker([52.1458,-7.83917], {color:"#525C65", title:"BUNSCOIL GLEANN SIDHEAIN"}).addTo(schoolmap);marker1939.bindPopup("<b>BUNSCOIL GLEANN SIDHEAIN</b><br />190 pupils signed up").openPopup();otherArray.push(marker1939);var marker1940 = L.circleMarker([53.278,-6.36298], {color:"#525C65", title:"SCOIL MAELRUAIN JUNIOR"}).addTo(schoolmap);marker1940.bindPopup("<b>SCOIL MAELRUAIN JUNIOR</b><br />380 pupils signed up").openPopup();otherArray.push(marker1940);var marker1941 = L.circleMarker([54.1155,-9.14424], {color:"#525C65", title:"ST MUREDACHS COLLEGE"}).addTo(schoolmap);marker1941.bindPopup("<b>ST MUREDACHS COLLEGE</b><br />300 pupils signed up").openPopup();otherArray.push(marker1941);var marker1942 = L.circleMarker([52.0557,-9.49282], {color:"#525C65", title:"ST OLIVERS NS"}).addTo(schoolmap);marker1942.bindPopup("<b>ST OLIVERS NS</b><br />650 pupils signed up").openPopup();otherArray.push(marker1942);var marker1943 = L.circleMarker([53.2952,-6.34057], {color:"#ff6961", title:"SCOIL IOSA", students:"100"}).addTo(schoolmap);marker1943.bindPopup("<b>SCOIL IOSA</b><br />100 pupils signed up").openPopup();primaryArray.push(marker1943);var marker1944 = L.circleMarker([53.4351,-7.90274], {color:"#525C65", title:"CORR NA MADADH N S"}).addTo(schoolmap);marker1944.bindPopup("<b>CORR NA MADADH N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker1944);var marker1945 = L.circleMarker([55.0336,-7.64959], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1945.bindPopup("<b>SCOIL MHUIRE</b><br />28 pupils signed up").openPopup();otherArray.push(marker1945);var marker1946 = L.circleMarker([53.4019,-6.37935], {color:"#525C65", title:"Youthreach Coolock"}).addTo(schoolmap);marker1946.bindPopup("<b>Youthreach Coolock</b><br />15 pupils signed up").openPopup();otherArray.push(marker1946);var marker1947 = L.circleMarker([55.1827,-6.71631], {color:"#525C65", title:"ST COLUM'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1947.bindPopup("<b>ST COLUM'S PRIMARY SCHOOL</b><br />170 pupils signed up").openPopup();otherArray.push(marker1947);var marker1948 = L.circleMarker([51.6476,-9.9136], {color:"#525C65", title:"BEARA COMMUNITY SCHOOL"}).addTo(schoolmap);marker1948.bindPopup("<b>BEARA COMMUNITY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker1948);var marker1949 = L.circleMarker([53.2371,-6.7298], {color:"#525C65", title:"CARAGH N S"}).addTo(schoolmap);marker1949.bindPopup("<b>CARAGH N S</b><br />400 pupils signed up").openPopup();otherArray.push(marker1949);var marker1950 = L.circleMarker([53.34936045840365,-6.2487916351213055], {color:"#525C65", title:"ST LAURENCE O'TOOLE'S NATIONAL SCHOOL"}).addTo(schoolmap);marker1950.bindPopup("<b>ST LAURENCE O'TOOLE'S NATIONAL SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker1950);var marker1951 = L.circleMarker([53.3506,-6.43548], {color:"#525C65", title:"GAELSCOIL NAOMH PADRAIG"}).addTo(schoolmap);marker1951.bindPopup("<b>GAELSCOIL NAOMH PADRAIG</b><br />370 pupils signed up").openPopup();otherArray.push(marker1951);var marker1952 = L.circleMarker([54.264,-6.95546], {color:"#525C65", title:"ST. MACARTAN'S COLLEGE"}).addTo(schoolmap);marker1952.bindPopup("<b>ST. MACARTAN'S COLLEGE</b><br />560 pupils signed up").openPopup();otherArray.push(marker1952);var marker1953 = L.circleMarker([53.2908,-6.69349], {color:"#525C65", title:"SCOIL NAISIUNTA BHRIDE"}).addTo(schoolmap);marker1953.bindPopup("<b>SCOIL NAISIUNTA BHRIDE</b><br />500 pupils signed up").openPopup();otherArray.push(marker1953);var marker1954 = L.circleMarker([53.397468962425535,-6.263241291111626], {color:"#525C65", title:"The Rediscovery Centre"}).addTo(schoolmap);marker1954.bindPopup("<b>The Rediscovery Centre</b><br />30 pupils signed up").openPopup();otherArray.push(marker1954);var marker1955 = L.circleMarker([54.1327,-9.1951], {color:"#525C65", title:"KNOCKANILLO N S"}).addTo(schoolmap);marker1955.bindPopup("<b>KNOCKANILLO N S</b><br />28 pupils signed up").openPopup();otherArray.push(marker1955);var marker1956 = L.circleMarker([52.802,-8.36766], {color:"#525C65", title:"BOHER N S"}).addTo(schoolmap);marker1956.bindPopup("<b>BOHER N S</b><br />120 pupils signed up").openPopup();otherArray.push(marker1956);var marker1957 = L.circleMarker([53.3896,-6.21732], {color:"#525C65", title:"ST JOHN OF GOD N S"}).addTo(schoolmap);marker1957.bindPopup("<b>ST JOHN OF GOD N S</b><br />185 pupils signed up").openPopup();otherArray.push(marker1957);var marker1958 = L.circleMarker([53.297727393634545,-6.249023303389549], {color:"#ff6961", title:"GOOD SHEPHERD NATIONAL SCHOOL", students:"215"}).addTo(schoolmap);marker1958.bindPopup("<b>GOOD SHEPHERD NATIONAL SCHOOL</b><br />215 pupils signed up").openPopup();primaryArray.push(marker1958);var marker1959 = L.circleMarker([53.2863,-6.15377], {color:"#525C65", title:"HOLY FAMILY SCHOOL"}).addTo(schoolmap);marker1959.bindPopup("<b>HOLY FAMILY SCHOOL</b><br />153 pupils signed up").openPopup();otherArray.push(marker1959);var marker1960 = L.circleMarker([54.0657,-7.55062], {color:"#525C65", title:"KILDALLON N S"}).addTo(schoolmap);marker1960.bindPopup("<b>KILDALLON N S</b><br />46 pupils signed up").openPopup();otherArray.push(marker1960);var marker1961 = L.circleMarker([54.585,-5.84194], {color:"#525C65", title:"OUR LADY AND ST PATRICK'S COLLEGE"}).addTo(schoolmap);marker1961.bindPopup("<b>OUR LADY AND ST PATRICK'S COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker1961);var marker1962 = L.circleMarker([53.2484,-6.12459], {color:"#525C65", title:"GAELSCOIL PHADRAIG"}).addTo(schoolmap);marker1962.bindPopup("<b>GAELSCOIL PHADRAIG</b><br />120 pupils signed up").openPopup();otherArray.push(marker1962);var marker1963 = L.circleMarker([55.1301,-6.68256], {color:"#525C65", title:"ST JOHN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1963.bindPopup("<b>ST JOHN'S PRIMARY SCHOOL</b><br />250 pupils signed up").openPopup();otherArray.push(marker1963);var marker1964 = L.circleMarker([54.5954,-5.87119], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1964.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />380 pupils signed up").openPopup();otherArray.push(marker1964);var marker1965 = L.circleMarker([54.8147,-7.47284], {color:"#525C65", title:"HOLY CROSS COLLEGE"}).addTo(schoolmap);marker1965.bindPopup("<b>HOLY CROSS COLLEGE</b><br />1600 pupils signed up").openPopup();otherArray.push(marker1965);var marker1966 = L.circleMarker([53.6503,-6.68766], {color:"#525C65", title:"MERCY CONVENT N S"}).addTo(schoolmap);marker1966.bindPopup("<b>MERCY CONVENT N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker1966);var marker1967 = L.circleMarker([53.369,-6.20148], {color:"#525C65", title:"CENTRAL REMEDIAL CLINIC"}).addTo(schoolmap);marker1967.bindPopup("<b>CENTRAL REMEDIAL CLINIC</b><br />10 pupils signed up").openPopup();otherArray.push(marker1967);var marker1968 = L.circleMarker([53.4316,-6.13778], {color:"#525C65", title:"PORTMARNOCK COMMUNITY SCHOOL"}).addTo(schoolmap);marker1968.bindPopup("<b>PORTMARNOCK COMMUNITY SCHOOL</b><br />900 pupils signed up").openPopup();otherArray.push(marker1968);var marker1969 = L.circleMarker([52.9674,-7.07942], {color:"#525C65", title:"BALLYADAMS N S"}).addTo(schoolmap);marker1969.bindPopup("<b>BALLYADAMS N S</b><br />124 pupils signed up").openPopup();otherArray.push(marker1969);var marker1970 = L.circleMarker([52.8679,-9.07856], {color:"#525C65", title:"KILNAMONA N S"}).addTo(schoolmap);marker1970.bindPopup("<b>KILNAMONA N S</b><br />85 pupils signed up").openPopup();otherArray.push(marker1970);var marker1971 = L.circleMarker([53.2971,-6.18304], {color:"#525C65", title:"CARYSFORT NS"}).addTo(schoolmap);marker1971.bindPopup("<b>CARYSFORT NS</b><br />575 pupils signed up").openPopup();otherArray.push(marker1971);var marker1972 = L.circleMarker([53.2676,-9.10409], {color:"#525C65", title:"ST. JOHN THE APOSTLE, KNOCKNACARRA NS"}).addTo(schoolmap);marker1972.bindPopup("<b>ST. JOHN THE APOSTLE, KNOCKNACARRA NS</b><br />440 pupils signed up").openPopup();otherArray.push(marker1972);var marker1973 = L.circleMarker([51.80851231042985,-8.382174660817984], {color:"#525C65", title:"EDMUND RICE COLLEGE"}).addTo(schoolmap);marker1973.bindPopup("<b>EDMUND RICE COLLEGE</b><br />580 pupils signed up").openPopup();otherArray.push(marker1973);var marker1974 = L.circleMarker([53.3706,-6.48735], {color:"#525C65", title:"SAN CARLO SENIOR N S"}).addTo(schoolmap);marker1974.bindPopup("<b>SAN CARLO SENIOR N S</b><br />300 pupils signed up").openPopup();otherArray.push(marker1974);var marker1975 = L.circleMarker([52.631,-8.6811], {color:"#525C65", title:"LIMERICK CITY EAST EDUCATE TOGETHER"}).addTo(schoolmap);marker1975.bindPopup("<b>LIMERICK CITY EAST EDUCATE TOGETHER</b><br />370 pupils signed up").openPopup();otherArray.push(marker1975);var marker1976 = L.circleMarker([54.7948,-8.27893], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker1976.bindPopup("<b>SCOIL MHUIRE</b><br />155 pupils signed up").openPopup();otherArray.push(marker1976);var marker1977 = L.circleMarker([53.38880701993193,-7.3756670951843235], {color:"#ff6961", title:"St Anne's NS Tyrrellspass", students:"179"}).addTo(schoolmap);marker1977.bindPopup("<b>St Anne's NS Tyrrellspass</b><br />179 pupils signed up").openPopup();primaryArray.push(marker1977);var marker1978 = L.circleMarker([52.6745,-8.65729], {color:"#525C65", title:"SCOIL CHRIOST RI B"}).addTo(schoolmap);marker1978.bindPopup("<b>SCOIL CHRIOST RI B</b><br />310 pupils signed up").openPopup();otherArray.push(marker1978);var marker1979 = L.circleMarker([54.8679,-6.28269], {color:"#525C65", title:"ST LOUIS GRAMMAR SCHOOL"}).addTo(schoolmap);marker1979.bindPopup("<b>ST LOUIS GRAMMAR SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker1979);var marker1980 = L.circleMarker([52.63900587352077,-8.685464859008789], {color:"#ff6961", title:"St Nessan's NS", students:"30"}).addTo(schoolmap);marker1980.bindPopup("<b>St Nessan's NS</b><br />30 pupils signed up").openPopup();primaryArray.push(marker1980);var marker1981 = L.circleMarker([52.6564,-8.5984], {color:"#525C65", title:"ST BRIGIDS NS"}).addTo(schoolmap);marker1981.bindPopup("<b>ST BRIGIDS NS</b><br />500 pupils signed up").openPopup();otherArray.push(marker1981);var marker1982 = L.circleMarker([52.6359,-8.65333], {color:"#525C65", title:"THE CHILDRENS ARK"}).addTo(schoolmap);marker1982.bindPopup("<b>THE CHILDRENS ARK</b><br />50 pupils signed up").openPopup();otherArray.push(marker1982);var marker1983 = L.circleMarker([53.3706,-6.48735], {color:"#525C65", title:"SAN CARLO JUNIOR NS"}).addTo(schoolmap);marker1983.bindPopup("<b>SAN CARLO JUNIOR NS</b><br />260 pupils signed up").openPopup();otherArray.push(marker1983);var marker1984 = L.circleMarker([54.1449,-6.69574], {color:"#525C65", title:"SCOIL NAOMH PADRAIG"}).addTo(schoolmap);marker1984.bindPopup("<b>SCOIL NAOMH PADRAIG</b><br />87 pupils signed up").openPopup();otherArray.push(marker1984);var marker1985 = L.circleMarker([54.3529,-6.64891], {color:"#525C65", title:"ARMSTRONG PRIMARY SCHOOL"}).addTo(schoolmap);marker1985.bindPopup("<b>ARMSTRONG PRIMARY SCHOOL</b><br />470 pupils signed up").openPopup();otherArray.push(marker1985);var marker1986 = L.circleMarker([53.27219665637884,-6.36793501082634], {color:"#ff6961", title:"castlepark dalkey", students:"400"}).addTo(schoolmap);marker1986.bindPopup("<b>castlepark dalkey</b><br />400 pupils signed up").openPopup();primaryArray.push(marker1986);var marker1987 = L.circleMarker([52.5209,-8.7133], {color:"#525C65", title:"CROOM NATIONAL SCHOOL"}).addTo(schoolmap);marker1987.bindPopup("<b>CROOM NATIONAL SCHOOL</b><br />169 pupils signed up").openPopup();otherArray.push(marker1987);var marker1988 = L.circleMarker([53.320827979730524,-8.24574839994543], {color:"#FFFD77", title:"Clonfert College"}).addTo(schoolmap);marker1988.bindPopup("<b>Clonfert College</b><br />945 pupils signed up").openPopup();secondaryArray.push(marker1988);var marker1989 = L.circleMarker([53.482554310612755,-6.188107492068498], {color:"#525C65", title:"LUSK JUNIOR NATIONAL SCHOOL ST MACCULLINS"}).addTo(schoolmap);marker1989.bindPopup("<b>LUSK JUNIOR NATIONAL SCHOOL ST MACCULLINS</b><br />380 pupils signed up").openPopup();otherArray.push(marker1989);var marker1990 = L.circleMarker([54.3162,-7.40226], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker1990.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />70 pupils signed up").openPopup();otherArray.push(marker1990);var marker1991 = L.circleMarker([52.1603,-7.16577], {color:"#525C65", title:"HOLY CROSS SCHOOL"}).addTo(schoolmap);marker1991.bindPopup("<b>HOLY CROSS SCHOOL</b><br />560 pupils signed up").openPopup();otherArray.push(marker1991);var marker1992 = L.circleMarker([51.9083,-8.45495], {color:"#525C65", title:"ST PATRICKS COLLEGE"}).addTo(schoolmap);marker1992.bindPopup("<b>ST PATRICKS COLLEGE</b><br />230 pupils signed up").openPopup();otherArray.push(marker1992);var marker1993 = L.circleMarker([53.2618,-6.19643], {color:"#525C65", title:"HOLY TRINITY NATIONAL SCHOOL"}).addTo(schoolmap);marker1993.bindPopup("<b>HOLY TRINITY NATIONAL SCHOOL</b><br />600 pupils signed up").openPopup();otherArray.push(marker1993);var marker1994 = L.circleMarker([52.5166,-8.46887], {color:"#525C65", title:"SCOIL BAILE AN AIRD"}).addTo(schoolmap);marker1994.bindPopup("<b>SCOIL BAILE AN AIRD</b><br />23 pupils signed up").openPopup();otherArray.push(marker1994);var marker1995 = L.circleMarker([53.9845,-7.36166], {color:"#525C65", title:"ROYAL SCHOOL CAVAN"}).addTo(schoolmap);marker1995.bindPopup("<b>ROYAL SCHOOL CAVAN</b><br />320 pupils signed up").openPopup();otherArray.push(marker1995);var marker1996 = L.circleMarker([52.6684,-8.52426], {color:"#525C65", title:"ST VINCENTS SP SCHOOL"}).addTo(schoolmap);marker1996.bindPopup("<b>ST VINCENTS SP SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker1996);var marker1997 = L.circleMarker([52.6475,-8.63156], {color:"#525C65", title:"MID WEST SCHOOL FOR THE DEAF"}).addTo(schoolmap);marker1997.bindPopup("<b>MID WEST SCHOOL FOR THE DEAF</b><br />30 pupils signed up").openPopup();otherArray.push(marker1997);var marker1998 = L.circleMarker([53.3877,-6.2244], {color:"#525C65", title:"ST FIACHRAS SEN N S"}).addTo(schoolmap);marker1998.bindPopup("<b>ST FIACHRAS SEN N S</b><br />614 pupils signed up").openPopup();otherArray.push(marker1998);var marker1999 = L.circleMarker([53.69111104404212,-6.418081048151384], {color:"#ff6961", title:"Donore NS", students:"200"}).addTo(schoolmap);marker1999.bindPopup("<b>Donore NS</b><br />200 pupils signed up").openPopup();primaryArray.push(marker1999);var marker2000 = L.circleMarker([54.4498,-6.36889], {color:"#525C65", title:"ST ANTHONY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2000.bindPopup("<b>ST ANTHONY'S PRIMARY SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker2000);var marker2001 = L.circleMarker([54.2626,-6.94982], {color:"#525C65", title:"GAELSCOIL ULTAIN"}).addTo(schoolmap);marker2001.bindPopup("<b>GAELSCOIL ULTAIN</b><br />372 pupils signed up").openPopup();otherArray.push(marker2001);var marker2002 = L.circleMarker([53.973,-6.48565], {color:"#525C65", title:"KNOCKBRIDGE MIXED N S"}).addTo(schoolmap);marker2002.bindPopup("<b>KNOCKBRIDGE MIXED N S</b><br />300 pupils signed up").openPopup();otherArray.push(marker2002);var marker2003 = L.circleMarker([54.69351941553518,-8.050781786441803], {color:"#ff6961", title:"S. N. Naomh Colmcille", students:"80"}).addTo(schoolmap);marker2003.bindPopup("<b>S. N. Naomh Colmcille</b><br />80 pupils signed up").openPopup();primaryArray.push(marker2003);var marker2004 = L.circleMarker([54.6486,-8.11251], {color:"#ff6961", title:"St.Baithin's NS", students:"114"}).addTo(schoolmap);marker2004.bindPopup("<b>St.Baithin's NS</b><br />114 pupils signed up").openPopup();primaryArray.push(marker2004);var marker2005 = L.circleMarker([52.5021,-6.90808], {color:"#525C65", title:"SCOIL N MOLING-GLYNN"}).addTo(schoolmap);marker2005.bindPopup("<b>SCOIL N MOLING-GLYNN</b><br />12 pupils signed up").openPopup();otherArray.push(marker2005);var marker2006 = L.circleMarker([54.115,-6.26305], {color:"#525C65", title:"ST MARK'S HIGH SCHOOL"}).addTo(schoolmap);marker2006.bindPopup("<b>ST MARK'S HIGH SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker2006);var marker2007 = L.circleMarker([52.51343452318102,-8.805261993847854], {color:"#ff6961", title:"Scoil Ciarain Kilfinny NS", students:"67"}).addTo(schoolmap);marker2007.bindPopup("<b>Scoil Ciarain Kilfinny NS</b><br />67 pupils signed up").openPopup();primaryArray.push(marker2007);var marker2008 = L.circleMarker([53.3649,-6.26476], {color:"#525C65", title:"LINDSAY ROAD N S"}).addTo(schoolmap);marker2008.bindPopup("<b>LINDSAY ROAD N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker2008);var marker2009 = L.circleMarker([52.664,-8.60651], {color:"#525C65", title:"SCOIL PADRAIG NAOFA B"}).addTo(schoolmap);marker2009.bindPopup("<b>SCOIL PADRAIG NAOFA B</b><br />205 pupils signed up").openPopup();otherArray.push(marker2009);var marker2010 = L.circleMarker([55.0279,-7.30968], {color:"#525C65", title:"STEELSTOWN PRIMARY SCHOOL"}).addTo(schoolmap);marker2010.bindPopup("<b>STEELSTOWN PRIMARY SCHOOL</b><br />420 pupils signed up").openPopup();otherArray.push(marker2010);var marker2011 = L.circleMarker([53.324536762064184,-6.267896583114855], {color:"#ff6961", title:"St. Louis Primary School", students:"593"}).addTo(schoolmap);marker2011.bindPopup("<b>St. Louis Primary School</b><br />593 pupils signed up").openPopup();primaryArray.push(marker2011);var marker2012 = L.circleMarker([52.6589,-7.2609], {color:"#525C65", title:"LORETO SECONDARY SCHOOL"}).addTo(schoolmap);marker2012.bindPopup("<b>LORETO SECONDARY SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker2012);var marker2013 = L.circleMarker([53.9975,-6.41045], {color:"#525C65", title:"DUNDALK GRAMMAR SCHOOL"}).addTo(schoolmap);marker2013.bindPopup("<b>DUNDALK GRAMMAR SCHOOL</b><br />600 pupils signed up").openPopup();otherArray.push(marker2013);var marker2014 = L.circleMarker([53.2924,-6.28378], {color:"#525C65", title:"LORETO HIGH SCHOOL"}).addTo(schoolmap);marker2014.bindPopup("<b>LORETO HIGH SCHOOL</b><br />620 pupils signed up").openPopup();otherArray.push(marker2014);var marker2015 = L.circleMarker([52.5117,-6.28649], {color:"#525C65", title:"COLÁISTE AN ÁTHA"}).addTo(schoolmap);marker2015.bindPopup("<b>COLÁISTE AN ÁTHA</b><br />300 pupils signed up").openPopup();otherArray.push(marker2015);var marker2016 = L.circleMarker([52.909,-6.8382], {color:"#525C65", title:"COLAISTE LORCAIN"}).addTo(schoolmap);marker2016.bindPopup("<b>COLAISTE LORCAIN</b><br />120 pupils signed up").openPopup();otherArray.push(marker2016);var marker2017 = L.circleMarker([52.8187,-6.94368], {color:"#525C65", title:"TYNDALL COLLEGE"}).addTo(schoolmap);marker2017.bindPopup("<b>TYNDALL COLLEGE</b><br />1100 pupils signed up").openPopup();otherArray.push(marker2017);var marker2018 = L.circleMarker([52.5972,-6.91779], {color:"#525C65", title:"BORRIS VOCATIONAL SCHOOL"}).addTo(schoolmap);marker2018.bindPopup("<b>BORRIS VOCATIONAL SCHOOL</b><br />520 pupils signed up").openPopup();otherArray.push(marker2018);var marker2019 = L.circleMarker([53.7318,-7.78626], {color:"#525C65", title:"TEMPLEMICHAEL COLLEGE"}).addTo(schoolmap);marker2019.bindPopup("<b>TEMPLEMICHAEL COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker2019);var marker2020 = L.circleMarker([53.7188,-6.30371], {color:"#525C65", title:"DROGHEDA GRAMMAR SCHOOL"}).addTo(schoolmap);marker2020.bindPopup("<b>DROGHEDA GRAMMAR SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker2020);var marker2021 = L.circleMarker([53.3639,-6.23367], {color:"#525C65", title:"ST JOSEPHS C.B.S."}).addTo(schoolmap);marker2021.bindPopup("<b>ST JOSEPHS C.B.S.</b><br />50 pupils signed up").openPopup();otherArray.push(marker2021);var marker2022 = L.circleMarker([54.6486,-8.11251], {color:"#525C65", title:"ABBEY VOCATIONAL SCHOOL"}).addTo(schoolmap);marker2022.bindPopup("<b>ABBEY VOCATIONAL SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker2022);var marker2023 = L.circleMarker([53.3203,-6.39736], {color:"#525C65", title:"MOYLE PARK COLLEGE"}).addTo(schoolmap);marker2023.bindPopup("<b>MOYLE PARK COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker2023);var marker2024 = L.circleMarker([53.06559634535819,-8.819013881112706], {color:"#FFFD77", title:"Gort Community School"}).addTo(schoolmap);marker2024.bindPopup("<b>Gort Community School</b><br />1000 pupils signed up").openPopup();secondaryArray.push(marker2024);var marker2025 = L.circleMarker([53.376,-6.23514], {color:"#525C65", title:"MARYFIELD COLLEGE"}).addTo(schoolmap);marker2025.bindPopup("<b>MARYFIELD COLLEGE</b><br />550 pupils signed up").openPopup();otherArray.push(marker2025);var marker2026 = L.circleMarker([53.4607,-6.21678], {color:"#525C65", title:"FINGAL COMMUNITY COLLEGE"}).addTo(schoolmap);marker2026.bindPopup("<b>FINGAL COMMUNITY COLLEGE</b><br />500 pupils signed up").openPopup();otherArray.push(marker2026);var marker2027 = L.circleMarker([53.5673,-7.76491], {color:"#525C65", title:"MERCY SECONDARY SCHOOL"}).addTo(schoolmap);marker2027.bindPopup("<b>MERCY SECONDARY SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker2027);var marker2028 = L.circleMarker([53.8173,-6.7419], {color:"#525C65", title:"O'CAROLAN COLLEGE"}).addTo(schoolmap);marker2028.bindPopup("<b>O'CAROLAN COLLEGE</b><br />670 pupils signed up").openPopup();otherArray.push(marker2028);var marker2029 = L.circleMarker([52.1363,-8.27838], {color:"#525C65", title:"COLÁISTE CHOLMÁIN"}).addTo(schoolmap);marker2029.bindPopup("<b>COLÁISTE CHOLMÁIN</b><br />700 pupils signed up").openPopup();otherArray.push(marker2029);var marker2030 = L.circleMarker([52.1414,-8.64133], {color:"#525C65", title:"ST MARY'S SECONDARY SCHOOL"}).addTo(schoolmap);marker2030.bindPopup("<b>ST MARY'S SECONDARY SCHOOL</b><br />720 pupils signed up").openPopup();otherArray.push(marker2030);var marker2031 = L.circleMarker([52.1363,-8.27838], {color:"#525C65", title:"COLÁISTE CHOLMÁIN"}).addTo(schoolmap);marker2031.bindPopup("<b>COLÁISTE CHOLMÁIN</b><br />30 pupils signed up").openPopup();otherArray.push(marker2031);var marker2032 = L.circleMarker([53.27414060256572,-6.398628689473067], {color:"#525C65", title:"MALAHIDE & PORTMARNOCK SECONDARY SCHOOL"}).addTo(schoolmap);marker2032.bindPopup("<b>MALAHIDE & PORTMARNOCK SECONDARY SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker2032);var marker2033 = L.circleMarker([51.9083,-8.16949], {color:"#525C65", title:"ST MARY'S HIGH SCHOOL"}).addTo(schoolmap);marker2033.bindPopup("<b>ST MARY'S HIGH SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker2033);var marker2034 = L.circleMarker([52.6738,-6.28741], {color:"#525C65", title:"GOREY COMMUNITY SCHOOL"}).addTo(schoolmap);marker2034.bindPopup("<b>GOREY COMMUNITY SCHOOL</b><br />1600 pupils signed up").openPopup();otherArray.push(marker2034);var marker2035 = L.circleMarker([52.6752,-6.31364], {color:"#525C65", title:"CREAGH COLLEGE"}).addTo(schoolmap);marker2035.bindPopup("<b>CREAGH COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker2035);var marker2036 = L.circleMarker([53.3759,-6.2726], {color:"#525C65", title:"ST MARY'S SECONDARY SCHOOL"}).addTo(schoolmap);marker2036.bindPopup("<b>ST MARY'S SECONDARY SCHOOL</b><br />850 pupils signed up").openPopup();otherArray.push(marker2036);var marker2037 = L.circleMarker([52.7048,-8.87965], {color:"#525C65", title:"SHANNON COMPREHENSIVE SCHOOL"}).addTo(schoolmap);marker2037.bindPopup("<b>SHANNON COMPREHENSIVE SCHOOL</b><br />130 pupils signed up").openPopup();otherArray.push(marker2037);var marker2038 = L.circleMarker([52.2285,-6.54978], {color:"#525C65", title:"BRIDGETOWN COLLEGE"}).addTo(schoolmap);marker2038.bindPopup("<b>BRIDGETOWN COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker2038);var marker2039 = L.circleMarker([52.1351,-7.94027], {color:"#525C65", title:"BLACKWATER COMMUNITY SCHOOL"}).addTo(schoolmap);marker2039.bindPopup("<b>BLACKWATER COMMUNITY SCHOOL</b><br />80 pupils signed up").openPopup();otherArray.push(marker2039);var marker2040 = L.circleMarker([52.7099,-6.50197], {color:"#525C65", title:"COLÁISTE BHRÍDE CARNEW"}).addTo(schoolmap);marker2040.bindPopup("<b>COLÁISTE BHRÍDE CARNEW</b><br />126 pupils signed up").openPopup();otherArray.push(marker2040);var marker2041 = L.circleMarker([53.2768,-6.48002], {color:"#525C65", title:"HOLY FAMILY COMMUNITY SCHOOL"}).addTo(schoolmap);marker2041.bindPopup("<b>HOLY FAMILY COMMUNITY SCHOOL</b><br />950 pupils signed up").openPopup();otherArray.push(marker2041);var marker2042 = L.circleMarker([53.6502,-6.68902], {color:"#525C65", title:"ST. JOSEPH'S SECONDARY SCHOOL, NAVAN,"}).addTo(schoolmap);marker2042.bindPopup("<b>ST. JOSEPH'S SECONDARY SCHOOL, NAVAN,</b><br />700 pupils signed up").openPopup();otherArray.push(marker2042);var marker2043 = L.circleMarker([53.2898,-6.1732], {color:"#525C65", title:"NEWPARK COMPREHENSIVE SCHOOL"}).addTo(schoolmap);marker2043.bindPopup("<b>NEWPARK COMPREHENSIVE SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker2043);var marker2044 = L.circleMarker([53.2696,-7.82985], {color:"#525C65", title:"GALLEN COMMUNITY SCHOOL"}).addTo(schoolmap);marker2044.bindPopup("<b>GALLEN COMMUNITY SCHOOL</b><br />90 pupils signed up").openPopup();otherArray.push(marker2044);var marker2045 = L.circleMarker([53.2709,-7.59641], {color:"#525C65", title:"KILLINA PRESENTATION SECONDARY SCHOOL"}).addTo(schoolmap);marker2045.bindPopup("<b>KILLINA PRESENTATION SECONDARY SCHOOL</b><br />750 pupils signed up").openPopup();otherArray.push(marker2045);var marker2046 = L.circleMarker([54.2286,-8.29322], {color:"#525C65", title:"DRUMLEASE N S"}).addTo(schoolmap);marker2046.bindPopup("<b>DRUMLEASE N S</b><br />160 pupils signed up").openPopup();otherArray.push(marker2046);var marker2047 = L.circleMarker([53.3598,-6.35709], {color:"#525C65", title:"MOUNT SACKVILLE SECONDARY SCHOOL"}).addTo(schoolmap);marker2047.bindPopup("<b>MOUNT SACKVILLE SECONDARY SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker2047);var marker2048 = L.circleMarker([53.2628,-9.08123], {color:"#525C65", title:"SCOIL IDE"}).addTo(schoolmap);marker2048.bindPopup("<b>SCOIL IDE</b><br />280 pupils signed up").openPopup();otherArray.push(marker2048);var marker2049 = L.circleMarker([54.32,-5.71294], {color:"#525C65", title:"KNOCKEVIN SPECIAL SCHOOL"}).addTo(schoolmap);marker2049.bindPopup("<b>KNOCKEVIN SPECIAL SCHOOL</b><br />131 pupils signed up").openPopup();otherArray.push(marker2049);var marker2050 = L.circleMarker([54.6517,-5.68352], {color:"#525C65", title:"CLANDEBOYE PRIMARY SCHOOL"}).addTo(schoolmap);marker2050.bindPopup("<b>CLANDEBOYE PRIMARY SCHOOL</b><br />310 pupils signed up").openPopup();otherArray.push(marker2050);var marker2051 = L.circleMarker([53.8862,-7.06883], {color:"#525C65", title:"KILLINKERE N S"}).addTo(schoolmap);marker2051.bindPopup("<b>KILLINKERE N S</b><br />151 pupils signed up").openPopup();otherArray.push(marker2051);var marker2052 = L.circleMarker([51.930037533322974,-8.392747878242517], {color:"#ff6961", title:"Riverstown NS", students:"668"}).addTo(schoolmap);marker2052.bindPopup("<b>Riverstown NS</b><br />668 pupils signed up").openPopup();primaryArray.push(marker2052);var marker2053 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"SCOIL PHADRAIG"}).addTo(schoolmap);marker2053.bindPopup("<b>SCOIL PHADRAIG</b><br />550 pupils signed up").openPopup();otherArray.push(marker2053);var marker2054 = L.circleMarker([53.325365966474465,-6.237422871120716], {color:"#525C65", title:"Scoil Chiarain Special school,  St. Canices Rd Glasnevin Dublin 11"}).addTo(schoolmap);marker2054.bindPopup("<b>Scoil Chiarain Special school,  St. Canices Rd Glasnevin Dublin 11</b><br />140 pupils signed up").openPopup();otherArray.push(marker2054);var marker2055 = L.circleMarker([51.9059,-8.47998], {color:"#525C65", title:"ST VINCENTS CONVENT N S"}).addTo(schoolmap);marker2055.bindPopup("<b>ST VINCENTS CONVENT N S</b><br />210 pupils signed up").openPopup();otherArray.push(marker2055);var marker2056 = L.circleMarker([53.3882,-6.18057], {color:"#525C65", title:"ST MALACHYS B N S"}).addTo(schoolmap);marker2056.bindPopup("<b>ST MALACHYS B N S</b><br />6 pupils signed up").openPopup();otherArray.push(marker2056);var marker2057 = L.circleMarker([54.7913,-7.68446], {color:"#525C65", title:"S N AN DROIM MOR"}).addTo(schoolmap);marker2057.bindPopup("<b>S N AN DROIM MOR</b><br />250 pupils signed up").openPopup();otherArray.push(marker2057);var marker2058 = L.circleMarker([52.1375,-8.27961], {color:"#525C65", title:"BISHOP MURPHY MEMORIAL BOYS SENIOR NATIONAL SCHOOL"}).addTo(schoolmap);marker2058.bindPopup("<b>BISHOP MURPHY MEMORIAL BOYS SENIOR NATIONAL SCHOOL</b><br />110 pupils signed up").openPopup();otherArray.push(marker2058);var marker2059 = L.circleMarker([52.6667,-8.64462], {color:"#525C65", title:"J F K MEMORIAL SCHOOL"}).addTo(schoolmap);marker2059.bindPopup("<b>J F K MEMORIAL SCHOOL</b><br />217 pupils signed up").openPopup();otherArray.push(marker2059);var marker2060 = L.circleMarker([55.0889,-7.709], {color:"#525C65", title:"LORETO COMMUNITY SCHOOL"}).addTo(schoolmap);marker2060.bindPopup("<b>LORETO COMMUNITY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker2060);var marker2061 = L.circleMarker([53.3874,-6.28994], {color:"#525C65", title:"GAELSCOIL UI EARCAIN"}).addTo(schoolmap);marker2061.bindPopup("<b>GAELSCOIL UI EARCAIN</b><br />260 pupils signed up").openPopup();otherArray.push(marker2061);var marker2062 = L.circleMarker([52.34813242779768,-7.413044014311936], {color:"#ff6961", title:"Presentation Primary School, Carrick-on-Suir, Co.Tipperary", students:"290"}).addTo(schoolmap);marker2062.bindPopup("<b>Presentation Primary School, Carrick-on-Suir, Co.Tipperary</b><br />290 pupils signed up").openPopup();primaryArray.push(marker2062);var marker2063 = L.circleMarker([54.8021,-7.77486], {color:"#525C65", title:"FINN VALLEY COLLEGE"}).addTo(schoolmap);marker2063.bindPopup("<b>FINN VALLEY COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker2063);var marker2064 = L.circleMarker([53.0561,-7.40706], {color:"#525C65", title:"S N BAILE FINN"}).addTo(schoolmap);marker2064.bindPopup("<b>S N BAILE FINN</b><br />220 pupils signed up").openPopup();otherArray.push(marker2064);var marker2065 = L.circleMarker([52.2394,-6.73215], {color:"#525C65", title:"S N MHUIRE"}).addTo(schoolmap);marker2065.bindPopup("<b>S N MHUIRE</b><br />144 pupils signed up").openPopup();otherArray.push(marker2065);var marker2066 = L.circleMarker([55.1505,-7.4412], {color:"#525C65", title:"ST ORANS N S"}).addTo(schoolmap);marker2066.bindPopup("<b>ST ORANS N S</b><br />233 pupils signed up").openPopup();otherArray.push(marker2066);var marker2067 = L.circleMarker([54.7732,-6.68334], {color:"#525C65", title:"KNOCKNAGIN PRIMARY SCHOOL"}).addTo(schoolmap);marker2067.bindPopup("<b>KNOCKNAGIN PRIMARY SCHOOL</b><br />78 pupils signed up").openPopup();otherArray.push(marker2067);var marker2068 = L.circleMarker([53.3858,-6.21725], {color:"#525C65", title:"ST DAVIDS N S"}).addTo(schoolmap);marker2068.bindPopup("<b>ST DAVIDS N S</b><br />310 pupils signed up").openPopup();otherArray.push(marker2068);var marker2069 = L.circleMarker([53.4382,-6.1525], {color:"#525C65", title:"MALAHIDE COMMUNITY SCHOOL"}).addTo(schoolmap);marker2069.bindPopup("<b>MALAHIDE COMMUNITY SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker2069);var marker2070 = L.circleMarker([54.0417,-7.22293], {color:"#525C65", title:"ST MARY'S N.S."}).addTo(schoolmap);marker2070.bindPopup("<b>ST MARY'S N.S.</b><br />31 pupils signed up").openPopup();otherArray.push(marker2070);var marker2071 = L.circleMarker([53.5506,-6.78426], {color:"#525C65", title:"BOYNE COMMUNITY SCHOOL"}).addTo(schoolmap);marker2071.bindPopup("<b>BOYNE COMMUNITY SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker2071);var marker2072 = L.circleMarker([52.5331,-9.08531], {color:"#525C65", title:"SCOIL CILL COLMAIN"}).addTo(schoolmap);marker2072.bindPopup("<b>SCOIL CILL COLMAIN</b><br />100 pupils signed up").openPopup();otherArray.push(marker2072);var marker2073 = L.circleMarker([53.4542123734833,-6.169273853520281], {color:"#ff6961", title:"Pope John Paul II, Malahide", students:"750"}).addTo(schoolmap);marker2073.bindPopup("<b>Pope John Paul II, Malahide</b><br />750 pupils signed up").openPopup();primaryArray.push(marker2073);var marker2074 = L.circleMarker([53.8521,-6.53754], {color:"#525C65", title:"ARDEE MONASTERY"}).addTo(schoolmap);marker2074.bindPopup("<b>ARDEE MONASTERY</b><br />260 pupils signed up").openPopup();otherArray.push(marker2074);var marker2075 = L.circleMarker([54.1905,-5.90575], {color:"#525C65", title:"ALL CHILDRENS INTEGRATED PRIMARY  SCHOOL"}).addTo(schoolmap);marker2075.bindPopup("<b>ALL CHILDRENS INTEGRATED PRIMARY  SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker2075);var marker2076 = L.circleMarker([52.6465,-7.25216], {color:"#525C65", title:"SCOIL NAOMH EOIN DEA"}).addTo(schoolmap);marker2076.bindPopup("<b>SCOIL NAOMH EOIN DEA</b><br />320 pupils signed up").openPopup();otherArray.push(marker2076);var marker2077 = L.circleMarker([54.1905,-5.90575], {color:"#525C65", title:"ALL CHILDRENS INTEGRATED PRIMARY  SCHOOL"}).addTo(schoolmap);marker2077.bindPopup("<b>ALL CHILDRENS INTEGRATED PRIMARY  SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker2077);var marker2078 = L.circleMarker([55.0421,-6.94641], {color:"#525C65", title:"LIMAVADY GRAMMAR SCHOOL"}).addTo(schoolmap);marker2078.bindPopup("<b>LIMAVADY GRAMMAR SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker2078);var marker2079 = L.circleMarker([54.1088,-6.47603], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2079.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />320 pupils signed up").openPopup();otherArray.push(marker2079);var marker2080 = L.circleMarker([52.7634,-8.89737], {color:"#525C65", title:"SCOIL NA MAIGHDINE MHUIRE"}).addTo(schoolmap);marker2080.bindPopup("<b>SCOIL NA MAIGHDINE MHUIRE</b><br />237 pupils signed up").openPopup();otherArray.push(marker2080);var marker2081 = L.circleMarker([54.1844,-6.39444], {color:"#525C65", title:"ST PAUL'S HIGH SCHOOL"}).addTo(schoolmap);marker2081.bindPopup("<b>ST PAUL'S HIGH SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker2081);var marker2082 = L.circleMarker([54.9091,-7.16941], {color:"#525C65", title:"CUMBER CLAUDY PRIMARY SCHOOL"}).addTo(schoolmap);marker2082.bindPopup("<b>CUMBER CLAUDY PRIMARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker2082);var marker2083 = L.circleMarker([52.4204,-9.73999], {color:"#525C65", title:"S N CILL LÚRAIGH"}).addTo(schoolmap);marker2083.bindPopup("<b>S N CILL LÚRAIGH</b><br />98 pupils signed up").openPopup();otherArray.push(marker2083);var marker2084 = L.circleMarker([54.5456,-6.70669], {color:"#525C65", title:"ST JOSEPH'S COLLEGE"}).addTo(schoolmap);marker2084.bindPopup("<b>ST JOSEPH'S COLLEGE</b><br />500 pupils signed up").openPopup();otherArray.push(marker2084);var marker2085 = L.circleMarker([53.0231,-6.6156], {color:"#525C65", title:"DONARD N S"}).addTo(schoolmap);marker2085.bindPopup("<b>DONARD N S</b><br />187 pupils signed up").openPopup();otherArray.push(marker2085);var marker2086 = L.circleMarker([54.6896,-6.66166], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2086.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker2086);var marker2087 = L.circleMarker([53.35053285495897,-6.246898527465129], {color:"#525C65", title:"Harold's Cross ETNS"}).addTo(schoolmap);marker2087.bindPopup("<b>Harold's Cross ETNS</b><br />169 pupils signed up").openPopup();otherArray.push(marker2087);var marker2088 = L.circleMarker([54.5948,-5.68901], {color:"#525C65", title:"VICTORIA PRIMARY SCHOOL"}).addTo(schoolmap);marker2088.bindPopup("<b>VICTORIA PRIMARY SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker2088);var marker2089 = L.circleMarker([54.8752,-7.5982], {color:"#525C65", title:"RAPHOE CENTRAL N S"}).addTo(schoolmap);marker2089.bindPopup("<b>RAPHOE CENTRAL N S</b><br />184 pupils signed up").openPopup();otherArray.push(marker2089);var marker2090 = L.circleMarker([54.3621,-6.65756], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2090.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />371 pupils signed up").openPopup();otherArray.push(marker2090);var marker2091 = L.circleMarker([53.5103337025881,-6.404703546823163], {color:"#525C65", title:"St Declan's NS, Ashbourne, Co Meath"}).addTo(schoolmap);marker2091.bindPopup("<b>St Declan's NS, Ashbourne, Co Meath</b><br />624 pupils signed up").openPopup();otherArray.push(marker2091);var marker2092 = L.circleMarker([53.7932,-9.99014], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker2092.bindPopup("<b>ST PATRICKS NS</b><br />11 pupils signed up").openPopup();otherArray.push(marker2092);var marker2093 = L.circleMarker([53.9519,-6.77745], {color:"#525C65", title:"DRUMGOSSETT N S"}).addTo(schoolmap);marker2093.bindPopup("<b>DRUMGOSSETT N S</b><br />75 pupils signed up").openPopup();otherArray.push(marker2093);var marker2094 = L.circleMarker([55.1698,-7.8013], {color:"#525C65", title:"SCOIL EOIN BAISTE"}).addTo(schoolmap);marker2094.bindPopup("<b>SCOIL EOIN BAISTE</b><br />85 pupils signed up").openPopup();otherArray.push(marker2094);var marker2095 = L.circleMarker([54.0092,-6.39794], {color:"#525C65", title:"ST MARY'S COLLEGE"}).addTo(schoolmap);marker2095.bindPopup("<b>ST MARY'S COLLEGE</b><br />900 pupils signed up").openPopup();otherArray.push(marker2095);var marker2096 = L.circleMarker([51.6263,-8.88039], {color:"#525C65", title:"ST JOSEPH'S GIRLS NATIONAL SCHOOL"}).addTo(schoolmap);marker2096.bindPopup("<b>ST JOSEPH'S GIRLS NATIONAL SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker2096);var marker2097 = L.circleMarker([54.6296,-5.96178], {color:"#525C65", title:"BELFAST BOYS' MODEL SCHOOL"}).addTo(schoolmap);marker2097.bindPopup("<b>BELFAST BOYS' MODEL SCHOOL</b><br />190 pupils signed up").openPopup();otherArray.push(marker2097);var marker2098 = L.circleMarker([53.5627,-8.64774], {color:"#525C65", title:"CLONBERNE CENTRAL SCH"}).addTo(schoolmap);marker2098.bindPopup("<b>CLONBERNE CENTRAL SCH</b><br />107 pupils signed up").openPopup();otherArray.push(marker2098);var marker2099 = L.circleMarker([54.374,-6.3589], {color:"#525C65", title:"ST JOHN'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2099.bindPopup("<b>ST JOHN'S PRIMARY SCHOOL</b><br />120 pupils signed up").openPopup();otherArray.push(marker2099);var marker2100 = L.circleMarker([53.36022316025776,-6.246826138347387], {color:"#ff6961", title:"St Colmcille's Girls NS", students:"360"}).addTo(schoolmap);marker2100.bindPopup("<b>St Colmcille's Girls NS</b><br />360 pupils signed up").openPopup();primaryArray.push(marker2100);var marker2101 = L.circleMarker([52.7667,-9.10098], {color:"#525C65", title:"S N CHATHAIR AODHA"}).addTo(schoolmap);marker2101.bindPopup("<b>S N CHATHAIR AODHA</b><br />27 pupils signed up").openPopup();otherArray.push(marker2101);var marker2102 = L.circleMarker([54.4741,-7.64708], {color:"#525C65", title:"ST PAUL'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2102.bindPopup("<b>ST PAUL'S PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker2102);var marker2103 = L.circleMarker([53.3862,-6.30841], {color:"#525C65", title:"ST BRIGIDS INFANT N S"}).addTo(schoolmap);marker2103.bindPopup("<b>ST BRIGIDS INFANT N S</b><br />147 pupils signed up").openPopup();otherArray.push(marker2103);var marker2104 = L.circleMarker([51.9305,-8.38203], {color:"#525C65", title:"S N CILL RUADHAIN"}).addTo(schoolmap);marker2104.bindPopup("<b>S N CILL RUADHAIN</b><br />350 pupils signed up").openPopup();otherArray.push(marker2104);var marker2105 = L.circleMarker([53.1884,-6.16736], {color:"#525C65", title:"POWERSCOURT N S"}).addTo(schoolmap);marker2105.bindPopup("<b>POWERSCOURT N S</b><br />115 pupils signed up").openPopup();otherArray.push(marker2105);var marker2106 = L.circleMarker([51.90719621734269,-8.977963775396345], {color:"#525C65", title:"Macroom Youthreach"}).addTo(schoolmap);marker2106.bindPopup("<b>Macroom Youthreach</b><br />20 pupils signed up").openPopup();otherArray.push(marker2106);var marker2107 = L.circleMarker([52.6551,-8.61216], {color:"#525C65", title:"ST CANICES SPECIAL SCHOOL"}).addTo(schoolmap);marker2107.bindPopup("<b>ST CANICES SPECIAL SCHOOL</b><br />10 pupils signed up").openPopup();otherArray.push(marker2107);var marker2108 = L.circleMarker([53.4327,-8.22377], {color:"#525C65", title:"SCOIL MHUIRE GAN SMAL"}).addTo(schoolmap);marker2108.bindPopup("<b>SCOIL MHUIRE GAN SMAL</b><br />15 pupils signed up").openPopup();otherArray.push(marker2108);var marker2109 = L.circleMarker([53.2934,-6.30344], {color:"#525C65", title:"RATHFARNHAM PARISH N S"}).addTo(schoolmap);marker2109.bindPopup("<b>RATHFARNHAM PARISH N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker2109);var marker2110 = L.circleMarker([52.27924830929362,-9.862648844718933], {color:"#ff6961", title:"S N BREANDAN NAOFA", students:"43"}).addTo(schoolmap);marker2110.bindPopup("<b>S N BREANDAN NAOFA</b><br />43 pupils signed up").openPopup();primaryArray.push(marker2110);var marker2111 = L.circleMarker([54.8541,-6.36615], {color:"#525C65", title:"FOURTOWNS PRIMARY SCHOOL"}).addTo(schoolmap);marker2111.bindPopup("<b>FOURTOWNS PRIMARY SCHOOL</b><br />280 pupils signed up").openPopup();otherArray.push(marker2111);var marker2112 = L.circleMarker([52.2644,-7.09877], {color:"#525C65", title:"ABBEY COMMUNITY COLLEGE"}).addTo(schoolmap);marker2112.bindPopup("<b>ABBEY COMMUNITY COLLEGE</b><br />30 pupils signed up").openPopup();otherArray.push(marker2112);var marker2113 = L.circleMarker([53.38741416777299,-6.39650556154455], {color:"#FFFD77", title:"Coolmine Community School"}).addTo(schoolmap);marker2113.bindPopup("<b>Coolmine Community School</b><br />1000 pupils signed up").openPopup();secondaryArray.push(marker2113);var marker2114 = L.circleMarker([53.6314,-9.02834], {color:"#525C65", title:"S N GORT SCEICHE"}).addTo(schoolmap);marker2114.bindPopup("<b>S N GORT SCEICHE</b><br />11 pupils signed up").openPopup();otherArray.push(marker2114);var marker2115 = L.circleMarker([53.9519,-6.77745], {color:"#525C65", title:"DRUMGOSSETT N S"}).addTo(schoolmap);marker2115.bindPopup("<b>DRUMGOSSETT N S</b><br />75 pupils signed up").openPopup();otherArray.push(marker2115);var marker2116 = L.circleMarker([52.8412,-6.92465], {color:"#525C65", title:"BISHOP FOLEY MEMORIAL SCHOOL BOYS SNR SCH"}).addTo(schoolmap);marker2116.bindPopup("<b>BISHOP FOLEY MEMORIAL SCHOOL BOYS SNR SCH</b><br />160 pupils signed up").openPopup();otherArray.push(marker2116);var marker2117 = L.circleMarker([53.356511318984246,-6.279081344866427], {color:"#ff6961", title:"Dublin 7 Educate Together", students:"513"}).addTo(schoolmap);marker2117.bindPopup("<b>Dublin 7 Educate Together</b><br />513 pupils signed up").openPopup();primaryArray.push(marker2117);var marker2118 = L.circleMarker([54.9939,-7.30909], {color:"#525C65", title:"GOOD SHEPHERD PRIMARY SCHOOL AND NURSERY SCHOOL"}).addTo(schoolmap);marker2118.bindPopup("<b>GOOD SHEPHERD PRIMARY SCHOOL AND NURSERY SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker2118);var marker2119 = L.circleMarker([52.2597,-7.11437], {color:"#525C65", title:"ST STEPHENS N S"}).addTo(schoolmap);marker2119.bindPopup("<b>ST STEPHENS N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker2119);var marker2120 = L.circleMarker([52.7109,-8.41119], {color:"#ff6961", title:"Newport Convent Primary School,Church Rd,Newport", students:"280"}).addTo(schoolmap);marker2120.bindPopup("<b>Newport Convent Primary School,Church Rd,Newport</b><br />280 pupils signed up").openPopup();primaryArray.push(marker2120);var marker2121 = L.circleMarker([53.7201,-6.3719], {color:"#525C65", title:"NAOMH SEOSAMH"}).addTo(schoolmap);marker2121.bindPopup("<b>NAOMH SEOSAMH</b><br />300 pupils signed up").openPopup();otherArray.push(marker2121);var marker2122 = L.circleMarker([53.78923105540281,-8.111343383789062], {color:"#ff6961", title:"St. Patrick's BNS, Strokestown, Co. Roscommon", students:"46"}).addTo(schoolmap);marker2122.bindPopup("<b>St. Patrick's BNS, Strokestown, Co. Roscommon</b><br />46 pupils signed up").openPopup();primaryArray.push(marker2122);var marker2123 = L.circleMarker([51.90957528863228,-8.169708264525978], {color:"#ff6961", title:"Scoil Bhride Midleton, Midleton, Co. Cork", students:"300"}).addTo(schoolmap);marker2123.bindPopup("<b>Scoil Bhride Midleton, Midleton, Co. Cork</b><br />300 pupils signed up").openPopup();primaryArray.push(marker2123);var marker2124 = L.circleMarker([54.7114,-5.81737], {color:"#525C65", title:"CARRICKFERGUS MODEL PRIMARY SCHOOL"}).addTo(schoolmap);marker2124.bindPopup("<b>CARRICKFERGUS MODEL PRIMARY SCHOOL</b><br />385 pupils signed up").openPopup();otherArray.push(marker2124);var marker2125 = L.circleMarker([54.2673,-8.46691], {color:"#525C65", title:"MERCY COLLEGE"}).addTo(schoolmap);marker2125.bindPopup("<b>MERCY COLLEGE</b><br />700 pupils signed up").openPopup();otherArray.push(marker2125);var marker2126 = L.circleMarker([51.9106,-8.29446], {color:"#525C65", title:"CARRIGTWOHILL POST PRIMARY"}).addTo(schoolmap);marker2126.bindPopup("<b>CARRIGTWOHILL POST PRIMARY</b><br />886 pupils signed up").openPopup();otherArray.push(marker2126);var marker2127 = L.circleMarker([53.8569,-9.30191], {color:"#525C65", title:"CASTLEBAR EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker2127.bindPopup("<b>CASTLEBAR EDUCATE TOGETHER NATIONAL SCHOOL</b><br />114 pupils signed up").openPopup();otherArray.push(marker2127);var marker2128 = L.circleMarker([53.7152,-8.67515], {color:"#525C65", title:"GRANLAHAN G N S"}).addTo(schoolmap);marker2128.bindPopup("<b>GRANLAHAN G N S</b><br />45 pupils signed up").openPopup();otherArray.push(marker2128);var marker2129 = L.circleMarker([52.2604,-7.12439], {color:"#525C65", title:"OUR LADY OF MERCY SENIOR P.S."}).addTo(schoolmap);marker2129.bindPopup("<b>OUR LADY OF MERCY SENIOR P.S.</b><br />300 pupils signed up").openPopup();otherArray.push(marker2129);var marker2130 = L.circleMarker([53.3173,-6.39501], {color:"#525C65", title:"SCOIL NAOMH SEOSAMH"}).addTo(schoolmap);marker2130.bindPopup("<b>SCOIL NAOMH SEOSAMH</b><br />30 pupils signed up").openPopup();otherArray.push(marker2130);var marker2131 = L.circleMarker([53.3895,-6.18078], {color:"#525C65", title:"ST EITHNES SENIOR GIRLS NS"}).addTo(schoolmap);marker2131.bindPopup("<b>ST EITHNES SENIOR GIRLS NS</b><br />91 pupils signed up").openPopup();otherArray.push(marker2131);var marker2132 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"ST JOHN THE BAPTIST"}).addTo(schoolmap);marker2132.bindPopup("<b>ST JOHN THE BAPTIST</b><br />300 pupils signed up").openPopup();otherArray.push(marker2132);var marker2133 = L.circleMarker([52.6745,-8.65729], {color:"#525C65", title:"SCOIL CHRIOST RI B"}).addTo(schoolmap);marker2133.bindPopup("<b>SCOIL CHRIOST RI B</b><br />285 pupils signed up").openPopup();otherArray.push(marker2133);var marker2134 = L.circleMarker([54.9502,-7.74121], {color:"#525C65", title:"LORETO SECONDARY SCHOOL"}).addTo(schoolmap);marker2134.bindPopup("<b>LORETO SECONDARY SCHOOL</b><br />940 pupils signed up").openPopup();otherArray.push(marker2134);var marker2135 = L.circleMarker([54.2806,-7.0634], {color:"#525C65", title:"URBLESHANNY N S"}).addTo(schoolmap);marker2135.bindPopup("<b>URBLESHANNY N S</b><br />298 pupils signed up").openPopup();otherArray.push(marker2135);var marker2136 = L.circleMarker([54.2806,-7.0634], {color:"#525C65", title:"URBLESHANNY N S"}).addTo(schoolmap);marker2136.bindPopup("<b>URBLESHANNY N S</b><br />298 pupils signed up").openPopup();otherArray.push(marker2136);var marker2137 = L.circleMarker([53.2371,-6.7298], {color:"#525C65", title:"CARAGH N S"}).addTo(schoolmap);marker2137.bindPopup("<b>CARAGH N S</b><br />450 pupils signed up").openPopup();otherArray.push(marker2137);var marker2138 = L.circleMarker([53.24832849566056,-6.666412311606109], {color:"#ff6961", title:"St. Laurence's NS, Sallins", students:"650"}).addTo(schoolmap);marker2138.bindPopup("<b>St. Laurence's NS, Sallins</b><br />650 pupils signed up").openPopup();primaryArray.push(marker2138);var marker2139 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"GAELSCOIL LIATROMA"}).addTo(schoolmap);marker2139.bindPopup("<b>GAELSCOIL LIATROMA</b><br />200 pupils signed up").openPopup();otherArray.push(marker2139);var marker2140 = L.circleMarker([53.3187,-6.30747], {color:"#525C65", title:"ROSARY COLLEGE"}).addTo(schoolmap);marker2140.bindPopup("<b>ROSARY COLLEGE</b><br />250 pupils signed up").openPopup();otherArray.push(marker2140);var marker2141 = L.circleMarker([53.2649,-9.1256], {color:"#525C65", title:"CUAN NA GAILLIMHE COMMUNITY NATIONAL SCHOOL"}).addTo(schoolmap);marker2141.bindPopup("<b>CUAN NA GAILLIMHE COMMUNITY NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker2141);var marker2142 = L.circleMarker([51.565818633335596,-9.12181090679951], {color:"#ff6961", title:"Glandore NS", students:"15"}).addTo(schoolmap);marker2142.bindPopup("<b>Glandore NS</b><br />15 pupils signed up").openPopup();primaryArray.push(marker2142);var marker2143 = L.circleMarker([52.0789,-9.70302], {color:"#525C65", title:"ST FRANCIS SPECIAL SCH"}).addTo(schoolmap);marker2143.bindPopup("<b>ST FRANCIS SPECIAL SCH</b><br />73 pupils signed up").openPopup();otherArray.push(marker2143);var marker2144 = L.circleMarker([53.3845,-6.59645], {color:"#525C65", title:"MAYNOOTH COMMUNITY COLLEGE"}).addTo(schoolmap);marker2144.bindPopup("<b>MAYNOOTH COMMUNITY COLLEGE</b><br />500 pupils signed up").openPopup();otherArray.push(marker2144);var marker2145 = L.circleMarker([53.5797,-6.10755], {color:"#525C65", title:"HOLMPATRICK N S"}).addTo(schoolmap);marker2145.bindPopup("<b>HOLMPATRICK N S</b><br />30 pupils signed up").openPopup();otherArray.push(marker2145);var marker2146 = L.circleMarker([53.25831513673825,-8.806079537207], {color:"#ff6961", title:"Coldwood NS", students:"100"}).addTo(schoolmap);marker2146.bindPopup("<b>Coldwood NS</b><br />100 pupils signed up").openPopup();primaryArray.push(marker2146);var marker2147 = L.circleMarker([53.2898,-9.08322], {color:"#525C65", title:"BUSHY PARK N S"}).addTo(schoolmap);marker2147.bindPopup("<b>BUSHY PARK N S</b><br />25 pupils signed up").openPopup();otherArray.push(marker2147);var marker2148 = L.circleMarker([54.49,-5.47145], {color:"#525C65", title:"VICTORIA PRIMARY SCHOOL (BALLYHALBERT)"}).addTo(schoolmap);marker2148.bindPopup("<b>VICTORIA PRIMARY SCHOOL (BALLYHALBERT)</b><br />90 pupils signed up").openPopup();otherArray.push(marker2148);var marker2149 = L.circleMarker([52.6138,-8.43694], {color:"#525C65", title:"S N AILBHE"}).addTo(schoolmap);marker2149.bindPopup("<b>S N AILBHE</b><br />190 pupils signed up").openPopup();otherArray.push(marker2149);var marker2150 = L.circleMarker([54.1287,-8.39587], {color:"#525C65", title:"ARDKEERIN N S"}).addTo(schoolmap);marker2150.bindPopup("<b>ARDKEERIN N S</b><br />115 pupils signed up").openPopup();otherArray.push(marker2150);var marker2151 = L.circleMarker([52.1292,-7.46439], {color:"#525C65", title:"STRADBALLY C. OF IRE. NS"}).addTo(schoolmap);marker2151.bindPopup("<b>STRADBALLY C. OF IRE. NS</b><br />24 pupils signed up").openPopup();otherArray.push(marker2151);var marker2152 = L.circleMarker([53.2176,-6.13793], {color:"#525C65", title:"JOHN SCOTTUS SECONDARY SCHOOL"}).addTo(schoolmap);marker2152.bindPopup("<b>JOHN SCOTTUS SECONDARY SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker2152);var marker2153 = L.circleMarker([52.5702,-7.67536], {color:"#525C65", title:"KILLENAULE N S"}).addTo(schoolmap);marker2153.bindPopup("<b>KILLENAULE N S</b><br />135 pupils signed up").openPopup();otherArray.push(marker2153);var marker2154 = L.circleMarker([54.5205,-8.22697], {color:"#525C65", title:"SN AN BR M O CLEIRIGH"}).addTo(schoolmap);marker2154.bindPopup("<b>SN AN BR M O CLEIRIGH</b><br />230 pupils signed up").openPopup();otherArray.push(marker2154);var marker2155 = L.circleMarker([53.2639,-6.13898], {color:"#525C65", title:"OUR LADY GOOD COUNSEL GNS"}).addTo(schoolmap);marker2155.bindPopup("<b>OUR LADY GOOD COUNSEL GNS</b><br />390 pupils signed up").openPopup();otherArray.push(marker2155);var marker2156 = L.circleMarker([53.1518,-6.08476], {color:"#525C65", title:"GREYSTONES EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker2156.bindPopup("<b>GREYSTONES EDUCATE TOGETHER NATIONAL SCHOOL</b><br />437 pupils signed up").openPopup();otherArray.push(marker2156);var marker2157 = L.circleMarker([54.3931,-8.52604], {color:"#525C65", title:"S N MOLAOISE"}).addTo(schoolmap);marker2157.bindPopup("<b>S N MOLAOISE</b><br />280 pupils signed up").openPopup();otherArray.push(marker2157);var marker2158 = L.circleMarker([52.8687,-8.20783], {color:"#525C65", title:"GAELSCOIL AONACH"}).addTo(schoolmap);marker2158.bindPopup("<b>GAELSCOIL AONACH</b><br />15 pupils signed up").openPopup();otherArray.push(marker2158);var marker2159 = L.circleMarker([54.472540821918045,-6.259632110595701], {color:"#ff6961", title:"St Patrick's Primary School", students:"20"}).addTo(schoolmap);marker2159.bindPopup("<b>St Patrick's Primary School</b><br />20 pupils signed up").openPopup();primaryArray.push(marker2159);var marker2160 = L.circleMarker([52.6619,-8.61644], {color:"#525C65", title:"ST JOHNS CONVENT"}).addTo(schoolmap);marker2160.bindPopup("<b>ST JOHNS CONVENT</b><br />230 pupils signed up").openPopup();otherArray.push(marker2160);var marker2161 = L.circleMarker([54.22951912897719,-6.2145935449184755], {color:"#ff6961", title:"St Patrick's PS, Drumgreenagh", students:"90"}).addTo(schoolmap);marker2161.bindPopup("<b>St Patrick's PS, Drumgreenagh</b><br />90 pupils signed up").openPopup();primaryArray.push(marker2161);var marker2162 = L.circleMarker([55.0098,-7.32836], {color:"#525C65", title:"ST MARY'S COLLEGE"}).addTo(schoolmap);marker2162.bindPopup("<b>ST MARY'S COLLEGE</b><br />125 pupils signed up").openPopup();otherArray.push(marker2162);var marker2163 = L.circleMarker([51.6263,-8.88039], {color:"#525C65", title:"ST JOSEPH'S GIRLS NATIONAL SCHOOL"}).addTo(schoolmap);marker2163.bindPopup("<b>ST JOSEPH'S GIRLS NATIONAL SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker2163);var marker2164 = L.circleMarker([54.8631,-5.84178], {color:"#525C65", title:"LINN PRIMARY SCHOOL"}).addTo(schoolmap);marker2164.bindPopup("<b>LINN PRIMARY SCHOOL</b><br />329 pupils signed up").openPopup();otherArray.push(marker2164);var marker2165 = L.circleMarker([52.106,-9.64241], {color:"#525C65", title:"FAHA NATIONAL SCHOOL"}).addTo(schoolmap);marker2165.bindPopup("<b>FAHA NATIONAL SCHOOL</b><br />230 pupils signed up").openPopup();otherArray.push(marker2165);var marker2166 = L.circleMarker([53.9881,-6.38177], {color:"#525C65", title:"GAELSCOIL DHUN DEALGAN"}).addTo(schoolmap);marker2166.bindPopup("<b>GAELSCOIL DHUN DEALGAN</b><br />215 pupils signed up").openPopup();otherArray.push(marker2166);var marker2167 = L.circleMarker([53.8996,-8.58979], {color:"#525C65", title:"ST ATTRACTAS N S"}).addTo(schoolmap);marker2167.bindPopup("<b>ST ATTRACTAS N S</b><br />280 pupils signed up").openPopup();otherArray.push(marker2167);var marker2168 = L.circleMarker([53.3952,-6.30988], {color:"#525C65", title:"ST JOSEPHS G N S"}).addTo(schoolmap);marker2168.bindPopup("<b>ST JOSEPHS G N S</b><br />145 pupils signed up").openPopup();otherArray.push(marker2168);var marker2169 = L.circleMarker([53.3887,-6.26708], {color:"#525C65", title:"OUR LADY OF VICTORIES INFANT N S"}).addTo(schoolmap);marker2169.bindPopup("<b>OUR LADY OF VICTORIES INFANT N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker2169);var marker2170 = L.circleMarker([51.9114,-8.19324], {color:"#525C65", title:"GAELSCOIL MHAINISTIR NA CORANN"}).addTo(schoolmap);marker2170.bindPopup("<b>GAELSCOIL MHAINISTIR NA CORANN</b><br />520 pupils signed up").openPopup();otherArray.push(marker2170);var marker2171 = L.circleMarker([53.476075446219824,-6.5100313075073295], {color:"#ff6961", title:"Rathbeggan NS", students:"28"}).addTo(schoolmap);marker2171.bindPopup("<b>Rathbeggan NS</b><br />28 pupils signed up").openPopup();primaryArray.push(marker2171);var marker2172 = L.circleMarker([53.2859,-6.35742], {color:"#525C65", title:"ST DOMINIC'S NATIONAL SCHOOL"}).addTo(schoolmap);marker2172.bindPopup("<b>ST DOMINIC'S NATIONAL SCHOOL</b><br />420 pupils signed up").openPopup();otherArray.push(marker2172);var marker2173 = L.circleMarker([52.2657,-9.70051], {color:"#525C65", title:"PRESENTATION SECONDARY SCHOOL"}).addTo(schoolmap);marker2173.bindPopup("<b>PRESENTATION SECONDARY SCHOOL</b><br />525 pupils signed up").openPopup();otherArray.push(marker2173);var marker2174 = L.circleMarker([53.6328,-8.82536], {color:"#525C65", title:"GARRAFRAUNS CENTRAL SCH"}).addTo(schoolmap);marker2174.bindPopup("<b>GARRAFRAUNS CENTRAL SCH</b><br />98 pupils signed up").openPopup();otherArray.push(marker2174);var marker2175 = L.circleMarker([52.2689,-8.73011], {color:"#525C65", title:"SCOIL BHRUGH THUINNE"}).addTo(schoolmap);marker2175.bindPopup("<b>SCOIL BHRUGH THUINNE</b><br />125 pupils signed up").openPopup();otherArray.push(marker2175);var marker2176 = L.circleMarker([52.5569,-8.40585], {color:"#525C65", title:"CLOVERFIELD N S"}).addTo(schoolmap);marker2176.bindPopup("<b>CLOVERFIELD N S</b><br />42 pupils signed up").openPopup();otherArray.push(marker2176);var marker2177 = L.circleMarker([53.6761,-7.99992], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker2177.bindPopup("<b>SCOIL MHUIRE</b><br />75 pupils signed up").openPopup();otherArray.push(marker2177);var marker2178 = L.circleMarker([51.9682,-8.09614], {color:"#525C65", title:"DUNGOURNEY CENTRAL N SC"}).addTo(schoolmap);marker2178.bindPopup("<b>DUNGOURNEY CENTRAL N SC</b><br />194 pupils signed up").openPopup();otherArray.push(marker2178);var marker2179 = L.circleMarker([52.4606,-9.71638], {color:"#525C65", title:"S N SLIABH A MHADRA"}).addTo(schoolmap);marker2179.bindPopup("<b>S N SLIABH A MHADRA</b><br />106 pupils signed up").openPopup();otherArray.push(marker2179);var marker2180 = L.circleMarker([53.716,-8.10353], {color:"#525C65", title:"CLOONCAGH N S"}).addTo(schoolmap);marker2180.bindPopup("<b>CLOONCAGH N S</b><br />20 pupils signed up").openPopup();otherArray.push(marker2180);var marker2181 = L.circleMarker([53.3238,-6.40256], {color:"#525C65", title:"COLÁISTE CHILLIAIN"}).addTo(schoolmap);marker2181.bindPopup("<b>COLÁISTE CHILLIAIN</b><br />400 pupils signed up").openPopup();otherArray.push(marker2181);var marker2182 = L.circleMarker([53.392,-6.13113], {color:"#525C65", title:"POBALSCOIL NEASÁIN"}).addTo(schoolmap);marker2182.bindPopup("<b>POBALSCOIL NEASÁIN</b><br />300 pupils signed up").openPopup();otherArray.push(marker2182);var marker2183 = L.circleMarker([52.1376,-7.46669], {color:"#525C65", title:"OUR LADY OF MERCY N S"}).addTo(schoolmap);marker2183.bindPopup("<b>OUR LADY OF MERCY N S</b><br />19 pupils signed up").openPopup();otherArray.push(marker2183);var marker2184 = L.circleMarker([53.31903278212852,-6.217592239641817], {color:"#ff6961", title:"St. Michael's College Junior School", students:"350"}).addTo(schoolmap);marker2184.bindPopup("<b>St. Michael's College Junior School</b><br />350 pupils signed up").openPopup();primaryArray.push(marker2184);var marker2185 = L.circleMarker([53.7319,-6.70992], {color:"#525C65", title:"SCOIL NAOMH BARRA"}).addTo(schoolmap);marker2185.bindPopup("<b>SCOIL NAOMH BARRA</b><br />240 pupils signed up").openPopup();otherArray.push(marker2185);var marker2186 = L.circleMarker([53.3874,-6.28994], {color:"#525C65", title:"GAELSCOIL UI EARCAIN"}).addTo(schoolmap);marker2186.bindPopup("<b>GAELSCOIL UI EARCAIN</b><br />260 pupils signed up").openPopup();otherArray.push(marker2186);var marker2187 = L.circleMarker([54.3555,-6.2685], {color:"#525C65", title:"EDENDERRY PRIMARY SCHOOL"}).addTo(schoolmap);marker2187.bindPopup("<b>EDENDERRY PRIMARY SCHOOL</b><br />120 pupils signed up").openPopup();otherArray.push(marker2187);var marker2188 = L.circleMarker([53.0029,-6.98543], {color:"#525C65", title:"ATHY MODEL SCHOOL"}).addTo(schoolmap);marker2188.bindPopup("<b>ATHY MODEL SCHOOL</b><br />96 pupils signed up").openPopup();otherArray.push(marker2188);var marker2189 = L.circleMarker([53.3921,-6.32281], {color:"#525C65", title:"NEW CROSS COLLEGE"}).addTo(schoolmap);marker2189.bindPopup("<b>NEW CROSS COLLEGE</b><br />400 pupils signed up").openPopup();otherArray.push(marker2189);var marker2190 = L.circleMarker([52.526,-9.01827], {color:"#525C65", title:"COOLCAPPA N S"}).addTo(schoolmap);marker2190.bindPopup("<b>COOLCAPPA N S</b><br />54 pupils signed up").openPopup();otherArray.push(marker2190);var marker2191 = L.circleMarker([53.395,-6.18363], {color:"#525C65", title:"ST PAULS JUNIOR NATIONAL SCHOOL"}).addTo(schoolmap);marker2191.bindPopup("<b>ST PAULS JUNIOR NATIONAL SCHOOL</b><br />210 pupils signed up").openPopup();otherArray.push(marker2191);var marker2192 = L.circleMarker([54.1641,-7.14171], {color:"#525C65", title:"KILLEEVAN CENTRAL N S"}).addTo(schoolmap);marker2192.bindPopup("<b>KILLEEVAN CENTRAL N S</b><br />100 pupils signed up").openPopup();otherArray.push(marker2192);var marker2193 = L.circleMarker([51.8923,-8.40328], {color:"#525C65", title:"GAELSCOIL MHACHAN"}).addTo(schoolmap);marker2193.bindPopup("<b>GAELSCOIL MHACHAN</b><br />19 pupils signed up").openPopup();otherArray.push(marker2193);var marker2194 = L.circleMarker([52.8633,-6.55638], {color:"#525C65", title:"ST JOSEPHS NS"}).addTo(schoolmap);marker2194.bindPopup("<b>ST JOSEPHS NS</b><br />150 pupils signed up").openPopup();otherArray.push(marker2194);var marker2195 = L.circleMarker([53.6067,-6.39043], {color:"#525C65", title:"S N PADRAIG NAOFA"}).addTo(schoolmap);marker2195.bindPopup("<b>S N PADRAIG NAOFA</b><br />140 pupils signed up").openPopup();otherArray.push(marker2195);var marker2196 = L.circleMarker([53.2922494110405,-8.80451908688353], {color:"#ff6961", title:"Lisheenkyle NS, Oranmore Co. Galway", students:"233"}).addTo(schoolmap);marker2196.bindPopup("<b>Lisheenkyle NS, Oranmore Co. Galway</b><br />233 pupils signed up").openPopup();primaryArray.push(marker2196);var marker2197 = L.circleMarker([53.4652,-6.2246], {color:"#525C65", title:"ST FINIANS COMMUNITY COLLEGE"}).addTo(schoolmap);marker2197.bindPopup("<b>ST FINIANS COMMUNITY COLLEGE</b><br />650 pupils signed up").openPopup();otherArray.push(marker2197);var marker2198 = L.circleMarker([53.3185,-6.26362], {color:"#525C65", title:"KILDARE PLACE N S"}).addTo(schoolmap);marker2198.bindPopup("<b>KILDARE PLACE N S</b><br />190 pupils signed up").openPopup();otherArray.push(marker2198);var marker2199 = L.circleMarker([53.0311,-9.28873], {color:"#525C65", title:"LISDOONVARNA N S"}).addTo(schoolmap);marker2199.bindPopup("<b>LISDOONVARNA N S</b><br />12 pupils signed up").openPopup();otherArray.push(marker2199);var marker2200 = L.circleMarker([53.1844,-6.79244], {color:"#525C65", title:"PATRICIAN SECONDARY SCHOOL"}).addTo(schoolmap);marker2200.bindPopup("<b>PATRICIAN SECONDARY SCHOOL</b><br />900 pupils signed up").openPopup();otherArray.push(marker2200);var marker2201 = L.circleMarker([54.7698,-8.32329], {color:"#525C65", title:"ST RIAGHANS NS"}).addTo(schoolmap);marker2201.bindPopup("<b>ST RIAGHANS NS</b><br />26 pupils signed up").openPopup();otherArray.push(marker2201);var marker2202 = L.circleMarker([53.421,-8.56926], {color:"#525C65", title:"SCOIL MUIRE NAOFA"}).addTo(schoolmap);marker2202.bindPopup("<b>SCOIL MUIRE NAOFA</b><br />104 pupils signed up").openPopup();otherArray.push(marker2202);var marker2203 = L.circleMarker([53.395268110567,-6.183813932933663], {color:"#ff6961", title:"St. Paul's SNS, Ayrfield, Dublin 13", students:"23"}).addTo(schoolmap);marker2203.bindPopup("<b>St. Paul's SNS, Ayrfield, Dublin 13</b><br />23 pupils signed up").openPopup();primaryArray.push(marker2203);var marker2204 = L.circleMarker([52.2703,-7.2155], {color:"#525C65", title:"CARIGEEN N S"}).addTo(schoolmap);marker2204.bindPopup("<b>CARIGEEN N S</b><br />123 pupils signed up").openPopup();otherArray.push(marker2204);var marker2205 = L.circleMarker([52.355,-8.6857], {color:"#525C65", title:"SCOIL NAOMH AINE GIRLS SENIOR SCHOOL"}).addTo(schoolmap);marker2205.bindPopup("<b>SCOIL NAOMH AINE GIRLS SENIOR SCHOOL</b><br />198 pupils signed up").openPopup();otherArray.push(marker2205);var marker2206 = L.circleMarker([54.0033,-6.57886], {color:"#525C65", title:"SCOIL NAOMH DEAGHA"}).addTo(schoolmap);marker2206.bindPopup("<b>SCOIL NAOMH DEAGHA</b><br />220 pupils signed up").openPopup();otherArray.push(marker2206);var marker2207 = L.circleMarker([52.2518,-7.13768], {color:"#525C65", title:"ST PAUL'S COMMUNITY COLLEGE"}).addTo(schoolmap);marker2207.bindPopup("<b>ST PAUL'S COMMUNITY COLLEGE</b><br />780 pupils signed up").openPopup();otherArray.push(marker2207);var marker2208 = L.circleMarker([54.6787,-5.96546], {color:"#525C65", title:"GLENGORMLEY HIGH SCHOOL"}).addTo(schoolmap);marker2208.bindPopup("<b>GLENGORMLEY HIGH SCHOOL</b><br />600 pupils signed up").openPopup();otherArray.push(marker2208);var marker2209 = L.circleMarker([53.85516869570645,-6.53909683227539], {color:"#ff6961", title:"Scoil Mhuire na Trócaire, Ardee, Co. Louth", students:"240"}).addTo(schoolmap);marker2209.bindPopup("<b>Scoil Mhuire na Trócaire, Ardee, Co. Louth</b><br />240 pupils signed up").openPopup();primaryArray.push(marker2209);var marker2210 = L.circleMarker([53.7965,-7.97982], {color:"#525C65", title:"SLATTA N S"}).addTo(schoolmap);marker2210.bindPopup("<b>SLATTA N S</b><br />8 pupils signed up").openPopup();otherArray.push(marker2210);var marker2211 = L.circleMarker([53.304,-6.23423], {color:"#525C65", title:"ISLAMIC NATIONAL SCHOOL"}).addTo(schoolmap);marker2211.bindPopup("<b>ISLAMIC NATIONAL SCHOOL</b><br />400 pupils signed up").openPopup();otherArray.push(marker2211);var marker2212 = L.circleMarker([53.26436122072252,-9.59674215270934], {color:"#ff6961", title:"Scoil Mhic Dara", students:"200"}).addTo(schoolmap);marker2212.bindPopup("<b>Scoil Mhic Dara</b><br />200 pupils signed up").openPopup();primaryArray.push(marker2212);var marker2213 = L.circleMarker([53.39691683580145,-6.127247473747706], {color:"#FFFD77", title:"ST MARY'S SECONDARY SCHOOL, BALDOYLE"}).addTo(schoolmap);marker2213.bindPopup("<b>ST MARY'S SECONDARY SCHOOL, BALDOYLE</b><br />230 pupils signed up").openPopup();secondaryArray.push(marker2213);var marker2214 = L.circleMarker([51.9776,-8.92508], {color:"#525C65", title:"BALLINGREE MXD N S"}).addTo(schoolmap);marker2214.bindPopup("<b>BALLINGREE MXD N S</b><br />68 pupils signed up").openPopup();otherArray.push(marker2214);var marker2215 = L.circleMarker([54.6441,-5.63754], {color:"#525C65", title:"BALLYMAGEE PRIMARY SCHOOL"}).addTo(schoolmap);marker2215.bindPopup("<b>BALLYMAGEE PRIMARY SCHOOL</b><br />393 pupils signed up").openPopup();otherArray.push(marker2215);var marker2216 = L.circleMarker([53.9477,-8.08998], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker2216.bindPopup("<b>SCOIL MHUIRE</b><br />34 pupils signed up").openPopup();otherArray.push(marker2216);var marker2217 = L.circleMarker([53.26,-6.21694], {color:"#525C65", title:"STEPASIDE EDUCATE TOGETHER SECONDARY SCHOOL"}).addTo(schoolmap);marker2217.bindPopup("<b>STEPASIDE EDUCATE TOGETHER SECONDARY SCHOOL</b><br />700 pupils signed up").openPopup();otherArray.push(marker2217);var marker2218 = L.circleMarker([53.33153612163147,-6.2572503089904785], {color:"#ff6961", title:"HARCOURT TERRACE EDUCATE TOGETHER NATIONAL SCHOOL", students:"290"}).addTo(schoolmap);marker2218.bindPopup("<b>HARCOURT TERRACE EDUCATE TOGETHER NATIONAL SCHOOL</b><br />290 pupils signed up").openPopup();primaryArray.push(marker2218);var marker2219 = L.circleMarker([53.3459,-7.40642], {color:"#525C65", title:"S N AODHA NAOFA"}).addTo(schoolmap);marker2219.bindPopup("<b>S N AODHA NAOFA</b><br />27 pupils signed up").openPopup();otherArray.push(marker2219);var marker2220 = L.circleMarker([52.96,-7.69396], {color:"#525C65", title:"GAELSCOIL AN TSLI DALA"}).addTo(schoolmap);marker2220.bindPopup("<b>GAELSCOIL AN TSLI DALA</b><br />22 pupils signed up").openPopup();otherArray.push(marker2220);var marker2221 = L.circleMarker([52.2988,-7.03406], {color:"#525C65", title:"RINGVILLE NATIONAL SCHOOL"}).addTo(schoolmap);marker2221.bindPopup("<b>RINGVILLE NATIONAL SCHOOL</b><br />35 pupils signed up").openPopup();otherArray.push(marker2221);var marker2222 = L.circleMarker([52.7488,-6.91203], {color:"#525C65", title:"OUR LADY'S NATIONAL SCHOOL"}).addTo(schoolmap);marker2222.bindPopup("<b>OUR LADY'S NATIONAL SCHOOL</b><br />26 pupils signed up").openPopup();otherArray.push(marker2222);var marker2223 = L.circleMarker([52.6745,-8.65892], {color:"#525C65", title:"S N MUIRE NA HEIREANN"}).addTo(schoolmap);marker2223.bindPopup("<b>S N MUIRE NA HEIREANN</b><br />270 pupils signed up").openPopup();otherArray.push(marker2223);var marker2224 = L.circleMarker([55.0378,-6.95517], {color:"#525C65", title:"ROE VALLEY INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker2224.bindPopup("<b>ROE VALLEY INTEGRATED PRIMARY SCHOOL</b><br />190 pupils signed up").openPopup();otherArray.push(marker2224);var marker2225 = L.circleMarker([53.388,-6.30937], {color:"#525C65", title:"COLÁISTE EOIN"}).addTo(schoolmap);marker2225.bindPopup("<b>COLÁISTE EOIN</b><br />249 pupils signed up").openPopup();otherArray.push(marker2225);var marker2226 = L.circleMarker([53.2686,-9.07691], {color:"#525C65", title:"DOMINICAN COLLEGE"}).addTo(schoolmap);marker2226.bindPopup("<b>DOMINICAN COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker2226);var marker2227 = L.circleMarker([53.3934,-6.44268], {color:"#525C65", title:"CASTAHEANY EDUCATE TOGETHER NS"}).addTo(schoolmap);marker2227.bindPopup("<b>CASTAHEANY EDUCATE TOGETHER NS</b><br />380 pupils signed up").openPopup();otherArray.push(marker2227);var marker2228 = L.circleMarker([51.8825,-8.62393], {color:"#525C65", title:"GAELSCOIL AN CHAISLEÁIN"}).addTo(schoolmap);marker2228.bindPopup("<b>GAELSCOIL AN CHAISLEÁIN</b><br />200 pupils signed up").openPopup();otherArray.push(marker2228);var marker2229 = L.circleMarker([53.3345,-6.27936], {color:"#525C65", title:"SCOIL TREASA NAOFA"}).addTo(schoolmap);marker2229.bindPopup("<b>SCOIL TREASA NAOFA</b><br />170 pupils signed up").openPopup();otherArray.push(marker2229);var marker2230 = L.circleMarker([54.797,-7.68563], {color:"#525C65", title:"KILLYGORDAN N S"}).addTo(schoolmap);marker2230.bindPopup("<b>KILLYGORDAN N S</b><br />23 pupils signed up").openPopup();otherArray.push(marker2230);var marker2231 = L.circleMarker([52.2394,-6.73215], {color:"#525C65", title:"S N MHUIRE"}).addTo(schoolmap);marker2231.bindPopup("<b>S N MHUIRE</b><br />29 pupils signed up").openPopup();otherArray.push(marker2231);var marker2232 = L.circleMarker([53.3488,-6.54941], {color:"#525C65", title:"AGHARDS N S"}).addTo(schoolmap);marker2232.bindPopup("<b>AGHARDS N S</b><br />690 pupils signed up").openPopup();otherArray.push(marker2232);var marker2233 = L.circleMarker([54.4306,-6.46436], {color:"#525C65", title:"ST JOHN THE BAPTIST COLLEGE"}).addTo(schoolmap);marker2233.bindPopup("<b>ST JOHN THE BAPTIST COLLEGE</b><br />60 pupils signed up").openPopup();otherArray.push(marker2233);var marker2234 = L.circleMarker([52.124636093683705,-8.365058898925781], {color:"#ff6961", title:"Dromahane N.S", students:"210"}).addTo(schoolmap);marker2234.bindPopup("<b>Dromahane N.S</b><br />210 pupils signed up").openPopup();primaryArray.push(marker2234);var marker2235 = L.circleMarker([52.393,-6.71857], {color:"#525C65", title:"COLÁISTE ABBÁIN"}).addTo(schoolmap);marker2235.bindPopup("<b>COLÁISTE ABBÁIN</b><br />400 pupils signed up").openPopup();otherArray.push(marker2235);var marker2236 = L.circleMarker([53.5139,-6.54328], {color:"#525C65", title:"SCOIL NA RITHE"}).addTo(schoolmap);marker2236.bindPopup("<b>SCOIL NA RITHE</b><br />222 pupils signed up").openPopup();otherArray.push(marker2236);var marker2237 = L.circleMarker([52.5479,-6.60354], {color:"#525C65", title:"MARSHALSTOWN N S"}).addTo(schoolmap);marker2237.bindPopup("<b>MARSHALSTOWN N S</b><br />210 pupils signed up").openPopup();otherArray.push(marker2237);var marker2238 = L.circleMarker([53.4189,-6.4712], {color:"#525C65", title:"DUNBOYNE SENIOR N S"}).addTo(schoolmap);marker2238.bindPopup("<b>DUNBOYNE SENIOR N S</b><br />470 pupils signed up").openPopup();otherArray.push(marker2238);var marker2239 = L.circleMarker([52.6676,-8.62305], {color:"#525C65", title:"GAELSCOIL SAIRSEAL"}).addTo(schoolmap);marker2239.bindPopup("<b>GAELSCOIL SAIRSEAL</b><br />300 pupils signed up").openPopup();otherArray.push(marker2239);var marker2240 = L.circleMarker([53.2719,-6.28228], {color:"#525C65", title:"WHITECHURCH NAT SCHOOL"}).addTo(schoolmap);marker2240.bindPopup("<b>WHITECHURCH NAT SCHOOL</b><br />194 pupils signed up").openPopup();otherArray.push(marker2240);var marker2241 = L.circleMarker([53.2918,-7.50369], {color:"#525C65", title:"TULLAMORE EDUCATE TOGETHER NS"}).addTo(schoolmap);marker2241.bindPopup("<b>TULLAMORE EDUCATE TOGETHER NS</b><br />240 pupils signed up").openPopup();otherArray.push(marker2241);var marker2242 = L.circleMarker([52.7981,-6.16597], {color:"#525C65", title:"ST JOHN'S SENIOR SCHOOL"}).addTo(schoolmap);marker2242.bindPopup("<b>ST JOHN'S SENIOR SCHOOL</b><br />19 pupils signed up").openPopup();otherArray.push(marker2242);var marker2243 = L.circleMarker([53.6247,-7.99336], {color:"#525C65", title:"FERMOYLE MIXED N S"}).addTo(schoolmap);marker2243.bindPopup("<b>FERMOYLE MIXED N S</b><br />115 pupils signed up").openPopup();otherArray.push(marker2243);var marker2244 = L.circleMarker([52.92836060949037,-6.652359012980015], {color:"#ff6961", title:"Scoil Naomh Bríd, Talbotstown", students:"80"}).addTo(schoolmap);marker2244.bindPopup("<b>Scoil Naomh Bríd, Talbotstown</b><br />80 pupils signed up").openPopup();primaryArray.push(marker2244);var marker2245 = L.circleMarker([54.1041,-7.13677], {color:"#525C65", title:"DRUMCORRIN N S"}).addTo(schoolmap);marker2245.bindPopup("<b>DRUMCORRIN N S</b><br />19 pupils signed up").openPopup();otherArray.push(marker2245);var marker2246 = L.circleMarker([53.4327,-8.22377], {color:"#525C65", title:"SCOIL MHUIRE GAN SMAL"}).addTo(schoolmap);marker2246.bindPopup("<b>SCOIL MHUIRE GAN SMAL</b><br />5 pupils signed up").openPopup();otherArray.push(marker2246);var marker2247 = L.circleMarker([54.5014,-8.18616], {color:"#525C65", title:"SCOIL NAOMH CHAITRIONA"}).addTo(schoolmap);marker2247.bindPopup("<b>SCOIL NAOMH CHAITRIONA</b><br />80 pupils signed up").openPopup();otherArray.push(marker2247);var marker2248 = L.circleMarker([54.2249,-9.99141], {color:"#525C65", title:"S N BEAL AN MHUIRTHEAD"}).addTo(schoolmap);marker2248.bindPopup("<b>S N BEAL AN MHUIRTHEAD</b><br />30 pupils signed up").openPopup();otherArray.push(marker2248);var marker2249 = L.circleMarker([53.9083,-7.64805], {color:"#525C65", title:"MOYNE COMMUNITY SCHOOL"}).addTo(schoolmap);marker2249.bindPopup("<b>MOYNE COMMUNITY SCHOOL</b><br />100 pupils signed up").openPopup();otherArray.push(marker2249);var marker2250 = L.circleMarker([53.1424,-7.69205], {color:"#525C65", title:"RATHMULLAN N S"}).addTo(schoolmap);marker2250.bindPopup("<b>RATHMULLAN N S</b><br />400 pupils signed up").openPopup();otherArray.push(marker2250);var marker2251 = L.circleMarker([53.6318,-6.26429], {color:"#525C65", title:"S N NAOMH PADRAIG"}).addTo(schoolmap);marker2251.bindPopup("<b>S N NAOMH PADRAIG</b><br />500 pupils signed up").openPopup();otherArray.push(marker2251);var marker2252 = L.circleMarker([53.39799400745346,-6.203284262956004], {color:"#ff6961", title:"Saint Joseph's National School, Coolock, Dublin 17", students:"355"}).addTo(schoolmap);marker2252.bindPopup("<b>Saint Joseph's National School, Coolock, Dublin 17</b><br />355 pupils signed up").openPopup();primaryArray.push(marker2252);var marker2253 = L.circleMarker([52.8684,-8.09508], {color:"#525C65", title:"BISHOP HARTY NS"}).addTo(schoolmap);marker2253.bindPopup("<b>BISHOP HARTY NS</b><br />19 pupils signed up").openPopup();otherArray.push(marker2253);var marker2254 = L.circleMarker([53.3824,-6.2998], {color:"#525C65", title:"ST MALACHYS NS"}).addTo(schoolmap);marker2254.bindPopup("<b>ST MALACHYS NS</b><br />130 pupils signed up").openPopup();otherArray.push(marker2254);var marker2255 = L.circleMarker([53.2628,-9.08123], {color:"#525C65", title:"SCOIL IDE"}).addTo(schoolmap);marker2255.bindPopup("<b>SCOIL IDE</b><br />250 pupils signed up").openPopup();otherArray.push(marker2255);var marker2256 = L.circleMarker([54.5943,-5.95841], {color:"#525C65", title:"ST DOMINIC'S HIGH SCHOOL"}).addTo(schoolmap);marker2256.bindPopup("<b>ST DOMINIC'S HIGH SCHOOL</b><br />1000 pupils signed up").openPopup();otherArray.push(marker2256);var marker2257 = L.circleMarker([52.71381801898431,-8.700629343614434], {color:"#ff6961", title:"Saint Michael's NS, 11Barrington Street, Limerick", students:"116"}).addTo(schoolmap);marker2257.bindPopup("<b>Saint Michael's NS, 11Barrington Street, Limerick</b><br />116 pupils signed up").openPopup();primaryArray.push(marker2257);var marker2258 = L.circleMarker([52.5369,-8.32995], {color:"#525C65", title:"SCOIL NA MBEARNAN"}).addTo(schoolmap);marker2258.bindPopup("<b>SCOIL NA MBEARNAN</b><br />40 pupils signed up").openPopup();otherArray.push(marker2258);var marker2259 = L.circleMarker([53.2343,-6.12899], {color:"#525C65", title:"ST ANNES MXD N S"}).addTo(schoolmap);marker2259.bindPopup("<b>ST ANNES MXD N S</b><br />450 pupils signed up").openPopup();otherArray.push(marker2259);var marker2260 = L.circleMarker([53.3042,-6.31199], {color:"#525C65", title:"TEMPLEOGUE COLLEGE"}).addTo(schoolmap);marker2260.bindPopup("<b>TEMPLEOGUE COLLEGE</b><br />700 pupils signed up").openPopup();otherArray.push(marker2260);var marker2261 = L.circleMarker([52.1006,-7.59509], {color:"#525C65", title:"SCOIL GEARBHAIN"}).addTo(schoolmap);marker2261.bindPopup("<b>SCOIL GEARBHAIN</b><br />32 pupils signed up").openPopup();otherArray.push(marker2261);var marker2262 = L.circleMarker([54.3259,-5.70812], {color:"#525C65", title:"OUR LADY AND ST PATRICK PRIMARY SCHOOL"}).addTo(schoolmap);marker2262.bindPopup("<b>OUR LADY AND ST PATRICK PRIMARY SCHOOL</b><br />375 pupils signed up").openPopup();otherArray.push(marker2262);var marker2263 = L.circleMarker([54.8147,-7.47284], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2263.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />596 pupils signed up").openPopup();otherArray.push(marker2263);var marker2264 = L.circleMarker([52.6784,-6.31236], {color:"#525C65", title:"SCOIL NAOMH IOSEPH"}).addTo(schoolmap);marker2264.bindPopup("<b>SCOIL NAOMH IOSEPH</b><br />520 pupils signed up").openPopup();otherArray.push(marker2264);var marker2265 = L.circleMarker([52.661,-8.38846], {color:"#525C65", title:"GLENSTAL ABBEY SCHOOL"}).addTo(schoolmap);marker2265.bindPopup("<b>GLENSTAL ABBEY SCHOOL</b><br />205 pupils signed up").openPopup();otherArray.push(marker2265);var marker2266 = L.circleMarker([53.05623711746071,-8.20180892944336], {color:"#ff6961", title:"S N Colmáin Naofa Terryglass", students:"40"}).addTo(schoolmap);marker2266.bindPopup("<b>S N Colmáin Naofa Terryglass</b><br />40 pupils signed up").openPopup();primaryArray.push(marker2266);var marker2267 = L.circleMarker([53.3014,-8.74553], {color:"#525C65", title:"CLÁRIN COLLEGE"}).addTo(schoolmap);marker2267.bindPopup("<b>CLÁRIN COLLEGE</b><br />1000 pupils signed up").openPopup();otherArray.push(marker2267);var marker2268 = L.circleMarker([53.288512420260275,-6.206939740229622], {color:"#ff6961", title:"St. Laurence's B.N.S.", students:"420"}).addTo(schoolmap);marker2268.bindPopup("<b>St. Laurence's B.N.S.</b><br />420 pupils signed up").openPopup();primaryArray.push(marker2268);var marker2269 = L.circleMarker([52.4342,-6.60866], {color:"#525C65", title:"S N SEOSAMH NFA"}).addTo(schoolmap);marker2269.bindPopup("<b>S N SEOSAMH NFA</b><br />200 pupils signed up").openPopup();otherArray.push(marker2269);var marker2270 = L.circleMarker([52.55026236673979,-8.250732421875], {color:"#ff6961", title:"St Michael's GNS", students:"147"}).addTo(schoolmap);marker2270.bindPopup("<b>St Michael's GNS</b><br />147 pupils signed up").openPopup();primaryArray.push(marker2270);var marker2271 = L.circleMarker([54.8739,-6.26444], {color:"#525C65", title:"ST BRIGID'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2271.bindPopup("<b>ST BRIGID'S PRIMARY SCHOOL</b><br />370 pupils signed up").openPopup();otherArray.push(marker2271);var marker2272 = L.circleMarker([55.036,-7.64663], {color:"#525C65", title:"AYR HILL N S RAMELTON"}).addTo(schoolmap);marker2272.bindPopup("<b>AYR HILL N S RAMELTON</b><br />32 pupils signed up").openPopup();otherArray.push(marker2272);var marker2273 = L.circleMarker([54.5789,-5.94271], {color:"#525C65", title:"ST BRIDE'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2273.bindPopup("<b>ST BRIDE'S PRIMARY SCHOOL</b><br />800 pupils signed up").openPopup();otherArray.push(marker2273);var marker2274 = L.circleMarker([54.2857,-8.39615], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker2274.bindPopup("<b>ST PATRICKS NS</b><br />180 pupils signed up").openPopup();otherArray.push(marker2274);var marker2275 = L.circleMarker([52.4016,-6.93065], {color:"#525C65", title:"BUNSCOIL RIS"}).addTo(schoolmap);marker2275.bindPopup("<b>BUNSCOIL RIS</b><br />351 pupils signed up").openPopup();otherArray.push(marker2275);var marker2276 = L.circleMarker([53.3486,-6.34337], {color:"#525C65", title:"ST PATRICKS NS"}).addTo(schoolmap);marker2276.bindPopup("<b>ST PATRICKS NS</b><br />202 pupils signed up").openPopup();otherArray.push(marker2276);var marker2277 = L.circleMarker([53.0002,-7.47698], {color:"#525C65", title:"SCOIL BHRIDE"}).addTo(schoolmap);marker2277.bindPopup("<b>SCOIL BHRIDE</b><br />105 pupils signed up").openPopup();otherArray.push(marker2277);var marker2278 = L.circleMarker([51.6267,-8.88043], {color:"#525C65", title:"SACRED HEART SECONDARY SCHOOL"}).addTo(schoolmap);marker2278.bindPopup("<b>SACRED HEART SECONDARY SCHOOL</b><br />547 pupils signed up").openPopup();otherArray.push(marker2278);var marker2279 = L.circleMarker([55.0345,-7.28335], {color:"#525C65", title:"THORNHILL COLLEGE"}).addTo(schoolmap);marker2279.bindPopup("<b>THORNHILL COLLEGE</b><br />1400 pupils signed up").openPopup();otherArray.push(marker2279);var marker2280 = L.circleMarker([54.1378,-7.31204], {color:"#525C65", title:"S N COMHGHALL"}).addTo(schoolmap);marker2280.bindPopup("<b>S N COMHGHALL</b><br />18 pupils signed up").openPopup();otherArray.push(marker2280);var marker2281 = L.circleMarker([52.5477,-7.38851], {color:"#ff6961", title:"ST. BRIGID'S NS, Kells", students:"28"}).addTo(schoolmap);marker2281.bindPopup("<b>ST. BRIGID'S NS, Kells</b><br />28 pupils signed up").openPopup();primaryArray.push(marker2281);var marker2282 = L.circleMarker([53.4575,-6.22313], {color:"#525C65", title:"SWORDS BOROUGH N S"}).addTo(schoolmap);marker2282.bindPopup("<b>SWORDS BOROUGH N S</b><br />85 pupils signed up").openPopup();otherArray.push(marker2282);var marker2283 = L.circleMarker([54.4525,-7.04223], {color:"#525C65", title:"ST CIARAN'S COLLEGE"}).addTo(schoolmap);marker2283.bindPopup("<b>ST CIARAN'S COLLEGE</b><br />600 pupils signed up").openPopup();otherArray.push(marker2283);var marker2284 = L.circleMarker([52.3288,-6.47713], {color:"#525C65", title:"CONVENT OF MERCY"}).addTo(schoolmap);marker2284.bindPopup("<b>CONVENT OF MERCY</b><br />30 pupils signed up").openPopup();otherArray.push(marker2284);var marker2285 = L.circleMarker([53.3732,-6.49852], {color:"#525C65", title:"CONFEY COMMUNITY COLLEGE"}).addTo(schoolmap);marker2285.bindPopup("<b>CONFEY COMMUNITY COLLEGE</b><br />900 pupils signed up").openPopup();otherArray.push(marker2285);var marker2286 = L.circleMarker([53.392,-6.13113], {color:"#525C65", title:"POBALSCOIL NEASÁIN"}).addTo(schoolmap);marker2286.bindPopup("<b>POBALSCOIL NEASÁIN</b><br />300 pupils signed up").openPopup();otherArray.push(marker2286);var marker2287 = L.circleMarker([52.2682,-7.09902], {color:"#525C65", title:"S N MUIRE AN PORT MOR"}).addTo(schoolmap);marker2287.bindPopup("<b>S N MUIRE AN PORT MOR</b><br />213 pupils signed up").openPopup();otherArray.push(marker2287);var marker2288 = L.circleMarker([54.645,-5.93792], {color:"#525C65", title:"OUR LADY OF LOURDES PRIMARY SCHOOL"}).addTo(schoolmap);marker2288.bindPopup("<b>OUR LADY OF LOURDES PRIMARY SCHOOL</b><br />630 pupils signed up").openPopup();otherArray.push(marker2288);var marker2289 = L.circleMarker([53.4927136629793,-6.135608111016995], {color:"#ff6961", title:"Scoil Phadraic Cailini, Donabate, Portrane Road, Donabate, Co. Dublin", students:"380"}).addTo(schoolmap);marker2289.bindPopup("<b>Scoil Phadraic Cailini, Donabate, Portrane Road, Donabate, Co. Dublin</b><br />380 pupils signed up").openPopup();primaryArray.push(marker2289);var marker2290 = L.circleMarker([55.0007,-7.3358], {color:"#525C65", title:"ROSEMOUNT PRIMARY SCHOOL"}).addTo(schoolmap);marker2290.bindPopup("<b>ROSEMOUNT PRIMARY SCHOOL</b><br />300 pupils signed up").openPopup();otherArray.push(marker2290);var marker2291 = L.circleMarker([53.1778,-6.814], {color:"#525C65", title:"ST PATRICKS N S"}).addTo(schoolmap);marker2291.bindPopup("<b>ST PATRICKS N S</b><br />200 pupils signed up").openPopup();otherArray.push(marker2291);var marker2292 = L.circleMarker([52.5207,-8.7144], {color:"#525C65", title:"COLAISTE CHIARAIN"}).addTo(schoolmap);marker2292.bindPopup("<b>COLAISTE CHIARAIN</b><br />850 pupils signed up").openPopup();otherArray.push(marker2292);var marker2293 = L.circleMarker([53.3958,-6.26103], {color:"#525C65", title:"VIRGIN MARY GIRLS NATIONAL SCHOOL"}).addTo(schoolmap);marker2293.bindPopup("<b>VIRGIN MARY GIRLS NATIONAL SCHOOL</b><br />170 pupils signed up").openPopup();otherArray.push(marker2293);var marker2294 = L.circleMarker([52.2364,-8.6771], {color:"#525C65", title:"COLAISTE POBAIL NAOMH MHUIRE"}).addTo(schoolmap);marker2294.bindPopup("<b>COLAISTE POBAIL NAOMH MHUIRE</b><br />30 pupils signed up").openPopup();otherArray.push(marker2294);var marker2295 = L.circleMarker([55.187,-7.05088], {color:"#525C65", title:"MOVILLE COMMUNITY COLLEGE"}).addTo(schoolmap);marker2295.bindPopup("<b>MOVILLE COMMUNITY COLLEGE</b><br />21 pupils signed up").openPopup();otherArray.push(marker2295);var marker2296 = L.circleMarker([53.7312,-6.32935], {color:"#525C65", title:"ASTON VILLAGE EDUCATE TOGETHER NATIONAL SCHOOL"}).addTo(schoolmap);marker2296.bindPopup("<b>ASTON VILLAGE EDUCATE TOGETHER NATIONAL SCHOOL</b><br />376 pupils signed up").openPopup();otherArray.push(marker2296);var marker2297 = L.circleMarker([54.6712,-5.95352], {color:"#525C65", title:"GLENGORMLEY INTEGRATED PRIMARY SCHOOL"}).addTo(schoolmap);marker2297.bindPopup("<b>GLENGORMLEY INTEGRATED PRIMARY SCHOOL</b><br />265 pupils signed up").openPopup();otherArray.push(marker2297);var marker2298 = L.circleMarker([53.0802,-7.89607], {color:"#525C65", title:"CROINCHOILL N S"}).addTo(schoolmap);marker2298.bindPopup("<b>CROINCHOILL N S</b><br />240 pupils signed up").openPopup();otherArray.push(marker2298);var marker2299 = L.circleMarker([52.5238,-9.41467], {color:"#525C65", title:"S N AN LEANA MHOIR"}).addTo(schoolmap);marker2299.bindPopup("<b>S N AN LEANA MHOIR</b><br />20 pupils signed up").openPopup();otherArray.push(marker2299);var marker2300 = L.circleMarker([55.016,-7.27927], {color:"#525C65", title:"OAKGROVE INTEGRATED COLLEGE"}).addTo(schoolmap);marker2300.bindPopup("<b>OAKGROVE INTEGRATED COLLEGE</b><br />50 pupils signed up").openPopup();otherArray.push(marker2300);var marker2301 = L.circleMarker([53.2944,-8.97914], {color:"#525C65", title:"SCOIL MHUIRE"}).addTo(schoolmap);marker2301.bindPopup("<b>SCOIL MHUIRE</b><br />30 pupils signed up").openPopup();otherArray.push(marker2301);var marker2302 = L.circleMarker([54.130173544624284,-6.588219667339583], {color:"#ff6961", title:"St Patrick's Primary School", students:"220"}).addTo(schoolmap);marker2302.bindPopup("<b>St Patrick's Primary School</b><br />220 pupils signed up").openPopup();primaryArray.push(marker2302);var marker2303 = L.circleMarker([51.8234,-8.23553], {color:"#525C65", title:"WHITEGATE MIXED N S"}).addTo(schoolmap);marker2303.bindPopup("<b>WHITEGATE MIXED N S</b><br />89 pupils signed up").openPopup();otherArray.push(marker2303);var marker2304 = L.circleMarker([53.6681,-6.27787], {color:"#525C65", title:"S N CROS BAN"}).addTo(schoolmap);marker2304.bindPopup("<b>S N CROS BAN</b><br />420 pupils signed up").openPopup();otherArray.push(marker2304);var marker2305 = L.circleMarker([54.5552,-6.02534], {color:"#525C65", title:"HOLY EVANGELISTS' PRIMARY SCHOOL"}).addTo(schoolmap);marker2305.bindPopup("<b>HOLY EVANGELISTS' PRIMARY SCHOOL</b><br />470 pupils signed up").openPopup();otherArray.push(marker2305);var marker2306 = L.circleMarker([51.96775994186277,-8.4637715028865], {color:"#ff6961", title:"Scoil an Spioraid  Naoimh Cailíní", students:"200"}).addTo(schoolmap);marker2306.bindPopup("<b>Scoil an Spioraid  Naoimh Cailíní</b><br />200 pupils signed up").openPopup();primaryArray.push(marker2306);var marker2307 = L.circleMarker([54.97633294416366,-7.635498046875001], {color:"#525C65", title:"scoil cholmcille"}).addTo(schoolmap);marker2307.bindPopup("<b>scoil cholmcille</b><br />669 pupils signed up").openPopup();otherArray.push(marker2307);var marker2308 = L.circleMarker([52.8615,-6.55347], {color:"#525C65", title:"COLÁISTE EOIN"}).addTo(schoolmap);marker2308.bindPopup("<b>COLÁISTE EOIN</b><br />340 pupils signed up").openPopup();otherArray.push(marker2308);var marker2309 = L.circleMarker([53.5531,-6.76968], {color:"#525C65", title:"GAELSCOIL NA BOINNE"}).addTo(schoolmap);marker2309.bindPopup("<b>GAELSCOIL NA BOINNE</b><br />209 pupils signed up").openPopup();otherArray.push(marker2309);var marker2310 = L.circleMarker([53.6077,-6.77405], {color:"#525C65", title:"S N SEOSAMH NAOMTHA"}).addTo(schoolmap);marker2310.bindPopup("<b>S N SEOSAMH NAOMTHA</b><br />115 pupils signed up").openPopup();otherArray.push(marker2310);var marker2311 = L.circleMarker([53.2851,-6.33729], {color:"#525C65", title:"SCOIL CARMEL"}).addTo(schoolmap);marker2311.bindPopup("<b>SCOIL CARMEL</b><br />330 pupils signed up").openPopup();otherArray.push(marker2311);var marker2312 = L.circleMarker([53.7299,-6.3436], {color:"#525C65", title:"PRESENTATION CONVENT"}).addTo(schoolmap);marker2312.bindPopup("<b>PRESENTATION CONVENT</b><br />390 pupils signed up").openPopup();otherArray.push(marker2312);var marker2313 = L.circleMarker([51.90222586264025,-8.468609601259232], {color:"#ff6961", title:"Scoil Mhuire Junior School", students:"100"}).addTo(schoolmap);marker2313.bindPopup("<b>Scoil Mhuire Junior School</b><br />100 pupils signed up").openPopup();primaryArray.push(marker2313);var marker2314 = L.circleMarker([52.8759,-7.3081], {color:"#525C65", title:"BALLINAKILL MIXED N S"}).addTo(schoolmap);marker2314.bindPopup("<b>BALLINAKILL MIXED N S</b><br />98 pupils signed up").openPopup();otherArray.push(marker2314);var marker2315 = L.circleMarker([53.0488,-7.28018], {color:"#525C65", title:"SCOIL CHRIOST RI"}).addTo(schoolmap);marker2315.bindPopup("<b>SCOIL CHRIOST RI</b><br />800 pupils signed up").openPopup();otherArray.push(marker2315);var marker2316 = L.circleMarker([53.5743,-6.4455], {color:"#525C65", title:"S N NAOMH CIANAIN"}).addTo(schoolmap);marker2316.bindPopup("<b>S N NAOMH CIANAIN</b><br />73 pupils signed up").openPopup();otherArray.push(marker2316);var marker2317 = L.circleMarker([52.2597,-7.11437], {color:"#525C65", title:"ST STEPHENS N S"}).addTo(schoolmap);marker2317.bindPopup("<b>ST STEPHENS N S</b><br />380 pupils signed up").openPopup();otherArray.push(marker2317);var marker2318 = L.circleMarker([53.4525,-6.91744], {color:"#525C65", title:"COLÁISTE CLAVIN"}).addTo(schoolmap);marker2318.bindPopup("<b>COLÁISTE CLAVIN</b><br />38 pupils signed up").openPopup();otherArray.push(marker2318);var marker2319 = L.circleMarker([53.71185591117927,-6.3736581802368155], {color:"#ff6961", title:"st johns Marleys lane", students:"400"}).addTo(schoolmap);marker2319.bindPopup("<b>st johns Marleys lane</b><br />400 pupils signed up").openPopup();primaryArray.push(marker2319);var marker2320 = L.circleMarker([54.432,-6.41856], {color:"#525C65", title:"KILLICOMAINE JUNIOR HIGH SCHOOL"}).addTo(schoolmap);marker2320.bindPopup("<b>KILLICOMAINE JUNIOR HIGH SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker2320);var marker2321 = L.circleMarker([52.6572,-8.63369], {color:"#525C65", title:"LIMERICK SCHOOL PROJECT"}).addTo(schoolmap);marker2321.bindPopup("<b>LIMERICK SCHOOL PROJECT</b><br />208 pupils signed up").openPopup();otherArray.push(marker2321);var marker2322 = L.circleMarker([54.8792,-7.41349], {color:"#525C65", title:"ST MARY'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2322.bindPopup("<b>ST MARY'S PRIMARY SCHOOL</b><br />120 pupils signed up").openPopup();otherArray.push(marker2322);var marker2323 = L.circleMarker([54.99061514484836,-7.170410379767417], {color:"#ff6961", title:"St Canices Primary fEENY", students:"110"}).addTo(schoolmap);marker2323.bindPopup("<b>St Canices Primary fEENY</b><br />110 pupils signed up").openPopup();primaryArray.push(marker2323);var marker2324 = L.circleMarker([54.6113,-6.21777], {color:"#525C65", title:"ST JOSEPH'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2324.bindPopup("<b>ST JOSEPH'S PRIMARY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker2324);var marker2325 = L.circleMarker([54.5151,-6.033], {color:"#525C65", title:"FORT HILL COLLEGE"}).addTo(schoolmap);marker2325.bindPopup("<b>FORT HILL COLLEGE</b><br />500 pupils signed up").openPopup();otherArray.push(marker2325);var marker2326 = L.circleMarker([52.3569,-7.69891], {color:"#525C65", title:"ÁRDSCOIL NA MBRÁITHRE"}).addTo(schoolmap);marker2326.bindPopup("<b>ÁRDSCOIL NA MBRÁITHRE</b><br />750 pupils signed up").openPopup();otherArray.push(marker2326);var marker2327 = L.circleMarker([52.6699,-8.62113], {color:"#525C65", title:"ST MARY'S NATIONAL SCHOOL"}).addTo(schoolmap);marker2327.bindPopup("<b>ST MARY'S NATIONAL SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker2327);var marker2328 = L.circleMarker([52.6699,-8.62113], {color:"#525C65", title:"ST MARY'S NATIONAL SCHOOL"}).addTo(schoolmap);marker2328.bindPopup("<b>ST MARY'S NATIONAL SCHOOL</b><br />150 pupils signed up").openPopup();otherArray.push(marker2328);var marker2329 = L.circleMarker([54.9852,-8.493], {color:"#525C65", title:"GAIRMSCOIL MHIC DIARMADA"}).addTo(schoolmap);marker2329.bindPopup("<b>GAIRMSCOIL MHIC DIARMADA</b><br />11 pupils signed up").openPopup();otherArray.push(marker2329);var marker2330 = L.circleMarker([52.3351,-6.4723], {color:"#525C65", title:"ST PETER'S COLLEGE"}).addTo(schoolmap);marker2330.bindPopup("<b>ST PETER'S COLLEGE</b><br />700 pupils signed up").openPopup();otherArray.push(marker2330);var marker2331 = L.circleMarker([52.4734,-8.43479], {color:"#525C65", title:"JOHN THE BAPTIST COMMUNITY SCHOOL"}).addTo(schoolmap);marker2331.bindPopup("<b>JOHN THE BAPTIST COMMUNITY SCHOOL</b><br />500 pupils signed up").openPopup();otherArray.push(marker2331);var marker2332 = L.circleMarker([53.6451,-6.69719], {color:"#525C65", title:"NAVAN EDUCATE TOGETHER NS"}).addTo(schoolmap);marker2332.bindPopup("<b>NAVAN EDUCATE TOGETHER NS</b><br />240 pupils signed up").openPopup();otherArray.push(marker2332);var marker2333 = L.circleMarker([54.8732,-6.4724], {color:"#525C65", title:"PORTGLENONE PRIMARY SCHOOL"}).addTo(schoolmap);marker2333.bindPopup("<b>PORTGLENONE PRIMARY SCHOOL</b><br />121 pupils signed up").openPopup();otherArray.push(marker2333);var marker2334 = L.circleMarker([54.757,-6.60402], {color:"#525C65", title:"HOLY FAMILY PRIMARY SCHOOL"}).addTo(schoolmap);marker2334.bindPopup("<b>HOLY FAMILY PRIMARY SCHOOL</b><br />550 pupils signed up").openPopup();otherArray.push(marker2334);var marker2335 = L.circleMarker([53.3958,-6.26103], {color:"#525C65", title:"VIRGIN MARY GIRLS NATIONAL SCHOOL"}).addTo(schoolmap);marker2335.bindPopup("<b>VIRGIN MARY GIRLS NATIONAL SCHOOL</b><br />170 pupils signed up").openPopup();otherArray.push(marker2335);var marker2336 = L.circleMarker([54.12482061153207,-9.232571124965034], {color:"#ff6961", title:"Ardagh NS", students:"73"}).addTo(schoolmap);marker2336.bindPopup("<b>Ardagh NS</b><br />73 pupils signed up").openPopup();primaryArray.push(marker2336);var marker2337 = L.circleMarker([53.662567561723364,-9.355008465368895], {color:"#ff6961", title:"SN Thuar Mhic Éadaigh", students:"94"}).addTo(schoolmap);marker2337.bindPopup("<b>SN Thuar Mhic Éadaigh</b><br />94 pupils signed up").openPopup();primaryArray.push(marker2337);var marker2338 = L.circleMarker([53.2622,-9.59782], {color:"#525C65", title:"SCOIL CHUIMSITHEACH CHIARÁIN"}).addTo(schoolmap);marker2338.bindPopup("<b>SCOIL CHUIMSITHEACH CHIARÁIN</b><br />450 pupils signed up").openPopup();otherArray.push(marker2338);var marker2339 = L.circleMarker([53.3241,-6.42043], {color:"#525C65", title:"DEANSRATH COMMUNITY COLLEGE"}).addTo(schoolmap);marker2339.bindPopup("<b>DEANSRATH COMMUNITY COLLEGE</b><br />440 pupils signed up").openPopup();otherArray.push(marker2339);var marker2340 = L.circleMarker([53.1968,-6.67055], {color:"#525C65", title:"GAELSCOIL NAS NA RIOGH"}).addTo(schoolmap);marker2340.bindPopup("<b>GAELSCOIL NAS NA RIOGH</b><br />405 pupils signed up").openPopup();otherArray.push(marker2340);var marker2341 = L.circleMarker([52.2257,-7.06597], {color:"#525C65", title:"S N NAOMH MHUIRE"}).addTo(schoolmap);marker2341.bindPopup("<b>S N NAOMH MHUIRE</b><br />648 pupils signed up").openPopup();otherArray.push(marker2341);var marker2342 = L.circleMarker([53.189150632585324,-6.818130717136947], {color:"#525C65", title:"St. Mark's Special School"}).addTo(schoolmap);marker2342.bindPopup("<b>St. Mark's Special School</b><br />110 pupils signed up").openPopup();otherArray.push(marker2342);var marker2343 = L.circleMarker([53.2528,-6.11477], {color:"#525C65", title:"HOLY CHILD SECONDARY SCHOOL"}).addTo(schoolmap);marker2343.bindPopup("<b>HOLY CHILD SECONDARY SCHOOL</b><br />299 pupils signed up").openPopup();otherArray.push(marker2343);var marker2344 = L.circleMarker([53.3356,-6.27634], {color:"#525C65", title:"PRESENTATION PRIMARY SCHOOL"}).addTo(schoolmap);marker2344.bindPopup("<b>PRESENTATION PRIMARY SCHOOL</b><br />225 pupils signed up").openPopup();otherArray.push(marker2344);var marker2345 = L.circleMarker([54.6164,-5.93072], {color:"#525C65", title:"CURRIE PRIMARY SCHOOL"}).addTo(schoolmap);marker2345.bindPopup("<b>CURRIE PRIMARY SCHOOL</b><br />200 pupils signed up").openPopup();otherArray.push(marker2345);var marker2346 = L.circleMarker([52.2317,-6.97395], {color:"#525C65", title:"PASSAGE EAST N S"}).addTo(schoolmap);marker2346.bindPopup("<b>PASSAGE EAST N S</b><br />100 pupils signed up").openPopup();otherArray.push(marker2346);var marker2347 = L.circleMarker([53.3406,-6.41578], {color:"#525C65", title:"DIVINE MERCY JUNIOR NATIONAL SCHOOL"}).addTo(schoolmap);marker2347.bindPopup("<b>DIVINE MERCY JUNIOR NATIONAL SCHOOL</b><br />30 pupils signed up").openPopup();otherArray.push(marker2347);var marker2348 = L.circleMarker([53.43885495194172,-6.218261048197746], {color:"#ff6961", title:"Virgin Mary BNS", students:"143"}).addTo(schoolmap);marker2348.bindPopup("<b>Virgin Mary BNS</b><br />143 pupils signed up").openPopup();primaryArray.push(marker2348);var marker2349 = L.circleMarker([52.736182521839595,-6.980300897033885], {color:"#ff6961", title:"Leighlinbridge National School", students:"180"}).addTo(schoolmap);marker2349.bindPopup("<b>Leighlinbridge National School</b><br />180 pupils signed up").openPopup();primaryArray.push(marker2349);var marker2350 = L.circleMarker([54.5324,-6.81862], {color:"#525C65", title:"ST PATRICK'S PRIMARY SCHOOL"}).addTo(schoolmap);marker2350.bindPopup("<b>ST PATRICK'S PRIMARY SCHOOL</b><br />230 pupils signed up").openPopup();otherArray.push(marker2350);var marker2351 = L.circleMarker([53.2874,-6.75107], {color:"#525C65", title:"PROSPEROUS N S"}).addTo(schoolmap);marker2351.bindPopup("<b>PROSPEROUS N S</b><br />500 pupils signed up").openPopup();otherArray.push(marker2351);var marker2352 = L.circleMarker([54.6135,-5.95766], {color:"#525C65", title:"HOLY CROSS BOYS' PRIMARY SCHOOL"}).addTo(schoolmap);marker2352.bindPopup("<b>HOLY CROSS BOYS' PRIMARY SCHOOL</b><br />450 pupils signed up").openPopup();otherArray.push(marker2352);var marker2353 = L.circleMarker([53.3927,-6.26284], {color:"#525C65", title:"TRINITY COMPREHENSIVE SCHOOL"}).addTo(schoolmap);marker2353.bindPopup("<b>TRINITY COMPREHENSIVE SCHOOL</b><br />6 pupils signed up").openPopup();otherArray.push(marker2353);  //create layers based on school type
  var primary = L.layerGroup(primaryArray);
  var secondary = L.layerGroup(secondaryArray);
  var early_learning = L.layerGroup(earlyArray);
  var learning_network = L.layerGroup(learningArray);
  var adult_group = L.layerGroup(adultArray);
  var other = L.layerGroup(otherArray);

  //create clusterDefault
  // var markers = L.markerClusterGroup();
  // clusterArray = clusterArray.concat(primaryArray,secondaryArray, earlyArray, learningArray, adultArray, otherArray);
  //
  // for (var i = 0; i < clusterArray.length; i++) {
  //   var new_marker = clusterArray[i];
  //   var marker = new_marker;
  //   var title = new_marker.options.title;
  //   marker.bindPopup(title);
  //   markers.addLayer(marker);
  // }
  //schoolmap.addLayer(markers)

  //init Base Layers
//   var baseMaps = {
// 	"Clusters": marker
// };

  var schoolMaps = {
    "Primary": primary,
    "Secondary": secondary,
    "Early Learning": early_learning,
    "Learning Network": learning_network,
    "Adult Group": adult_group,
    "Other": other,
  };

  //add layers to map
  L.control.layers(schoolMaps).addTo(schoolmap);
      //close JS function
      }, false);
  </script>
  {"id":1087,"date":"2018-03-22T11:03:02","date_gmt":"2018-03-22T11:03:02","guid":{"rendered":"http:\/\/www.mathsweek.ie\/2018\/?page_id=1087"},"modified":"2026-03-10T15:26:31","modified_gmt":"2026-03-10T15:26:31","slug":"news","status":"publish","type":"page","link":"https:\/\/www.mathsweek.ie\/2025\/news\/","title":{"rendered":"News"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#eaeaea;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"max-width:1289.6px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><div style=\"text-align:center;\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><img decoding=\"async\" width=\"1024\" height=\"118\" src=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-1024x118.png\" class=\"img-responsive wp-image-18171\" srcset=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-200x23.png 200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-400x46.png 400w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-600x69.png 600w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-800x92.png 800w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2024\/08\/Artboard-1-copy-3-1200x138.png 1200w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1024px\" \/><\/span><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;width:100%;\"><div class=\"fusion-separator-border sep-double\" style=\"border-color:#ffffff;border-top-width:6px;border-bottom-width:6px;\"><\/div><\/div><div ><style type=\"text\/css\">.fusion-button.button-1 {border-radius:2px;}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-default button-1 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/contact-us\/\"><span class=\"fusion-button-text\">Sign up to our newsletter<\/span><\/a><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-0{width:100% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-0 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 1.92%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 1.92%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-0{width:100% !important;order : 0;}.fusion-builder-column-0 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-0{width:100% !important;order : 0;}.fusion-builder-column-0 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-1{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: left top;background-repeat: no-repeat;padding-top:10px;padding-right:0px;padding-bottom:4%;padding-left:0px;margin-bottom: 0px;margin-top: 0px;border-width: 0px 0px 0px 0px;border-color:#eaeaea;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_5 1_5 fusion-one-fifth fusion-column-first\" style=\"width:20%;width:calc(20% - ( ( 4% + 4% ) * 0.2 ) );margin-right: 4%;margin-top:0px;margin-bottom:20px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><span class=\" fusion-imageframe imageframe-none imageframe-2 hover-type-none\"><img decoding=\"async\" width=\"2560\" height=\"1067\" title=\"Newletters-HeaderGraphic RK 10\/1\/23\" src=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Newletters-scaled.jpg\" class=\"img-responsive wp-image-14097\" srcset=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Newletters-200x83.jpg 200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Newletters-400x167.jpg 400w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Newletters-600x250.jpg 600w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Newletters-800x333.jpg 800w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Newletters-1200x500.jpg 1200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Newletters-scaled.jpg 2560w\" sizes=\"(max-width: 800px) 100vw, 400px\" \/><\/span><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-2 .fusion-button-text, .fusion-button.button-2 i {color:#785510;}.fusion-button.button-2 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-2:hover .fusion-button-text, .fusion-button.button-2:hover i,.fusion-button.button-2:focus .fusion-button-text, .fusion-button.button-2:focus i,.fusion-button.button-2:active .fusion-button-text, .fusion-button.button-2:active{color:#785510;}.fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:hover .fusion-button-icon-divider, .fusion-button.button-2:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-2:hover, .fusion-button.button-2:focus, .fusion-button.button-2:active{border-color:#785510;}.fusion-button.button-2 {border-color:#785510;border-radius:2px;}.fusion-button.button-2{background: #65cded;}.fusion-button.button-2:hover,.button-2:focus,.fusion-button.button-2:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-2 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/december-2025-newsletter\/\"><span class=\"fusion-button-text\">Newsletter December 2025 &#8211; 10\/12\/25<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-3 .fusion-button-text, .fusion-button.button-3 i {color:#785510;}.fusion-button.button-3 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-3:hover .fusion-button-text, .fusion-button.button-3:hover i,.fusion-button.button-3:focus .fusion-button-text, .fusion-button.button-3:focus i,.fusion-button.button-3:active .fusion-button-text, .fusion-button.button-3:active{color:#785510;}.fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:hover .fusion-button-icon-divider, .fusion-button.button-3:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-3:hover, .fusion-button.button-3:focus, .fusion-button.button-3:active{border-color:#785510;}.fusion-button.button-3 {border-color:#785510;border-radius:2px;}.fusion-button.button-3{background: #65cded;}.fusion-button.button-3:hover,.button-3:focus,.fusion-button.button-3:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-3 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/november-2025-newsletter\/\"><span class=\"fusion-button-text\">Newsletter November 2025 07\/11\/25<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-4 .fusion-button-text, .fusion-button.button-4 i {color:#785510;}.fusion-button.button-4 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-4:hover .fusion-button-text, .fusion-button.button-4:hover i,.fusion-button.button-4:focus .fusion-button-text, .fusion-button.button-4:focus i,.fusion-button.button-4:active .fusion-button-text, .fusion-button.button-4:active{color:#785510;}.fusion-button.button-4:hover .fusion-button-icon-divider, .fusion-button.button-4:hover .fusion-button-icon-divider, .fusion-button.button-4:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-4:hover, .fusion-button.button-4:focus, .fusion-button.button-4:active{border-color:#785510;}.fusion-button.button-4 {border-color:#785510;border-radius:2px;}.fusion-button.button-4{background: #65cded;}.fusion-button.button-4:hover,.button-4:focus,.fusion-button.button-4:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-4 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/october-2025-newsletter-new-resources-101025\/\"><span class=\"fusion-button-text\">Newsletter October 2025 &#8211; Update 10\/10\/25<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-5 .fusion-button-text, .fusion-button.button-5 i {color:#785510;}.fusion-button.button-5 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-5:hover .fusion-button-text, .fusion-button.button-5:hover i,.fusion-button.button-5:focus .fusion-button-text, .fusion-button.button-5:focus i,.fusion-button.button-5:active .fusion-button-text, .fusion-button.button-5:active{color:#785510;}.fusion-button.button-5:hover .fusion-button-icon-divider, .fusion-button.button-5:hover .fusion-button-icon-divider, .fusion-button.button-5:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-5:hover, .fusion-button.button-5:focus, .fusion-button.button-5:active{border-color:#785510;}.fusion-button.button-5 {border-color:#785510;border-radius:2px;}.fusion-button.button-5{background: #65cded;}.fusion-button.button-5:hover,.button-5:focus,.fusion-button.button-5:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-5 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/october-2025-newsletter\/\"><span class=\"fusion-button-text\">Maths Week Newsletter October 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-6 .fusion-button-text, .fusion-button.button-6 i {color:#785510;}.fusion-button.button-6 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-6:hover .fusion-button-text, .fusion-button.button-6:hover i,.fusion-button.button-6:focus .fusion-button-text, .fusion-button.button-6:focus i,.fusion-button.button-6:active .fusion-button-text, .fusion-button.button-6:active{color:#785510;}.fusion-button.button-6:hover .fusion-button-icon-divider, .fusion-button.button-6:hover .fusion-button-icon-divider, .fusion-button.button-6:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-6:hover, .fusion-button.button-6:focus, .fusion-button.button-6:active{border-color:#785510;}.fusion-button.button-6 {border-color:#785510;border-radius:2px;}.fusion-button.button-6{background: #65cded;}.fusion-button.button-6:hover,.button-6:focus,.fusion-button.button-6:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-6 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/september-2025-newsletter\/\"><span class=\"fusion-button-text\">Maths Week Newsletter September 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-7 .fusion-button-text, .fusion-button.button-7 i {color:#785510;}.fusion-button.button-7 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-7:hover .fusion-button-text, .fusion-button.button-7:hover i,.fusion-button.button-7:focus .fusion-button-text, .fusion-button.button-7:focus i,.fusion-button.button-7:active .fusion-button-text, .fusion-button.button-7:active{color:#785510;}.fusion-button.button-7:hover .fusion-button-icon-divider, .fusion-button.button-7:hover .fusion-button-icon-divider, .fusion-button.button-7:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-7:hover, .fusion-button.button-7:focus, .fusion-button.button-7:active{border-color:#785510;}.fusion-button.button-7 {border-color:#785510;border-radius:2px;}.fusion-button.button-7{background: #65cded;}.fusion-button.button-7:hover,.button-7:focus,.fusion-button.button-7:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-7 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/may-2025-newsletter\/\"><span class=\"fusion-button-text\">Maths Week Newsletter May 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-8 .fusion-button-text, .fusion-button.button-8 i {color:#785510;}.fusion-button.button-8 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-8:hover .fusion-button-text, .fusion-button.button-8:hover i,.fusion-button.button-8:focus .fusion-button-text, .fusion-button.button-8:focus i,.fusion-button.button-8:active .fusion-button-text, .fusion-button.button-8:active{color:#785510;}.fusion-button.button-8:hover .fusion-button-icon-divider, .fusion-button.button-8:hover .fusion-button-icon-divider, .fusion-button.button-8:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-8:hover, .fusion-button.button-8:focus, .fusion-button.button-8:active{border-color:#785510;}.fusion-button.button-8 {border-color:#785510;border-radius:2px;}.fusion-button.button-8{background: #65cded;}.fusion-button.button-8:hover,.button-8:focus,.fusion-button.button-8:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-8 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/april-2025-newsletter\/\"><span class=\"fusion-button-text\">Maths Week Newsletter April 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-9 .fusion-button-text, .fusion-button.button-9 i {color:#785510;}.fusion-button.button-9 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-9:hover .fusion-button-text, .fusion-button.button-9:hover i,.fusion-button.button-9:focus .fusion-button-text, .fusion-button.button-9:focus i,.fusion-button.button-9:active .fusion-button-text, .fusion-button.button-9:active{color:#785510;}.fusion-button.button-9:hover .fusion-button-icon-divider, .fusion-button.button-9:hover .fusion-button-icon-divider, .fusion-button.button-9:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-9:hover, .fusion-button.button-9:focus, .fusion-button.button-9:active{border-color:#785510;}.fusion-button.button-9 {border-color:#785510;border-radius:2px;}.fusion-button.button-9{background: #65cded;}.fusion-button.button-9:hover,.button-9:focus,.fusion-button.button-9:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-9 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/march-2025-newsletter\/\"><span class=\"fusion-button-text\">Maths Week Newsletter March 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-10 .fusion-button-text, .fusion-button.button-10 i {color:#785510;}.fusion-button.button-10 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-10:hover .fusion-button-text, .fusion-button.button-10:hover i,.fusion-button.button-10:focus .fusion-button-text, .fusion-button.button-10:focus i,.fusion-button.button-10:active .fusion-button-text, .fusion-button.button-10:active{color:#785510;}.fusion-button.button-10:hover .fusion-button-icon-divider, .fusion-button.button-10:hover .fusion-button-icon-divider, .fusion-button.button-10:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-10:hover, .fusion-button.button-10:focus, .fusion-button.button-10:active{border-color:#785510;}.fusion-button.button-10 {border-color:#785510;border-radius:2px;}.fusion-button.button-10{background: #65cded;}.fusion-button.button-10:hover,.button-10:focus,.fusion-button.button-10:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-10 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/february-2025-newsletter\/\"><span class=\"fusion-button-text\">Maths Week Newsletter February 2025<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-11 .fusion-button-text, .fusion-button.button-11 i {color:#785510;}.fusion-button.button-11 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-11:hover .fusion-button-text, .fusion-button.button-11:hover i,.fusion-button.button-11:focus .fusion-button-text, .fusion-button.button-11:focus i,.fusion-button.button-11:active .fusion-button-text, .fusion-button.button-11:active{color:#785510;}.fusion-button.button-11:hover .fusion-button-icon-divider, .fusion-button.button-11:hover .fusion-button-icon-divider, .fusion-button.button-11:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-11:hover, .fusion-button.button-11:focus, .fusion-button.button-11:active{border-color:#785510;}.fusion-button.button-11 {border-color:#785510;border-radius:2px;}.fusion-button.button-11{background: #65cded;}.fusion-button.button-11:hover,.button-11:focus,.fusion-button.button-11:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-11 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/december-2024-newsletter\/\"><span class=\"fusion-button-text\">Maths Week Newsletter December 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-12 .fusion-button-text, .fusion-button.button-12 i {color:#785510;}.fusion-button.button-12 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-12:hover .fusion-button-text, .fusion-button.button-12:hover i,.fusion-button.button-12:focus .fusion-button-text, .fusion-button.button-12:focus i,.fusion-button.button-12:active .fusion-button-text, .fusion-button.button-12:active{color:#785510;}.fusion-button.button-12:hover .fusion-button-icon-divider, .fusion-button.button-12:hover .fusion-button-icon-divider, .fusion-button.button-12:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-12:hover, .fusion-button.button-12:focus, .fusion-button.button-12:active{border-color:#785510;}.fusion-button.button-12 {border-color:#785510;border-radius:2px;}.fusion-button.button-12{background: #65cded;}.fusion-button.button-12:hover,.button-12:focus,.fusion-button.button-12:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-12 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/november-2024-newsletter\/\"><span class=\"fusion-button-text\">Maths Week Newsletter November 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-13 .fusion-button-text, .fusion-button.button-13 i {color:#785510;}.fusion-button.button-13 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-13:hover .fusion-button-text, .fusion-button.button-13:hover i,.fusion-button.button-13:focus .fusion-button-text, .fusion-button.button-13:focus i,.fusion-button.button-13:active .fusion-button-text, .fusion-button.button-13:active{color:#785510;}.fusion-button.button-13:hover .fusion-button-icon-divider, .fusion-button.button-13:hover .fusion-button-icon-divider, .fusion-button.button-13:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-13:hover, .fusion-button.button-13:focus, .fusion-button.button-13:active{border-color:#785510;}.fusion-button.button-13 {border-color:#785510;border-radius:2px;}.fusion-button.button-13{background: #65cded;}.fusion-button.button-13:hover,.button-13:focus,.fusion-button.button-13:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-13 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/mathsweek_review_october2024\/\"><span class=\"fusion-button-text\">Maths Week Review October 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-14 .fusion-button-text, .fusion-button.button-14 i {color:#785510;}.fusion-button.button-14 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-14:hover .fusion-button-text, .fusion-button.button-14:hover i,.fusion-button.button-14:focus .fusion-button-text, .fusion-button.button-14:focus i,.fusion-button.button-14:active .fusion-button-text, .fusion-button.button-14:active{color:#785510;}.fusion-button.button-14:hover .fusion-button-icon-divider, .fusion-button.button-14:hover .fusion-button-icon-divider, .fusion-button.button-14:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-14:hover, .fusion-button.button-14:focus, .fusion-button.button-14:active{border-color:#785510;}.fusion-button.button-14 {border-color:#785510;border-radius:2px;}.fusion-button.button-14{background: #65cded;}.fusion-button.button-14:hover,.button-14:focus,.fusion-button.button-14:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-14 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/september-2024-newsletter\/\"><span class=\"fusion-button-text\">Newsletter September 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-15 .fusion-button-text, .fusion-button.button-15 i {color:#785510;}.fusion-button.button-15 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-15:hover .fusion-button-text, .fusion-button.button-15:hover i,.fusion-button.button-15:focus .fusion-button-text, .fusion-button.button-15:focus i,.fusion-button.button-15:active .fusion-button-text, .fusion-button.button-15:active{color:#785510;}.fusion-button.button-15:hover .fusion-button-icon-divider, .fusion-button.button-15:hover .fusion-button-icon-divider, .fusion-button.button-15:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-15:hover, .fusion-button.button-15:focus, .fusion-button.button-15:active{border-color:#785510;}.fusion-button.button-15 {border-color:#785510;border-radius:2px;}.fusion-button.button-15{background: #65cded;}.fusion-button.button-15:hover,.button-15:focus,.fusion-button.button-15:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-15 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/august-2024-newsletter\/\"><span class=\"fusion-button-text\">Newsletter August 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-16 .fusion-button-text, .fusion-button.button-16 i {color:#785510;}.fusion-button.button-16 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-16:hover .fusion-button-text, .fusion-button.button-16:hover i,.fusion-button.button-16:focus .fusion-button-text, .fusion-button.button-16:focus i,.fusion-button.button-16:active .fusion-button-text, .fusion-button.button-16:active{color:#785510;}.fusion-button.button-16:hover .fusion-button-icon-divider, .fusion-button.button-16:hover .fusion-button-icon-divider, .fusion-button.button-16:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-16:hover, .fusion-button.button-16:focus, .fusion-button.button-16:active{border-color:#785510;}.fusion-button.button-16 {border-color:#785510;border-radius:2px;}.fusion-button.button-16{background: #65cded;}.fusion-button.button-16:hover,.button-16:focus,.fusion-button.button-16:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-16 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/july-2024-newsletter-2\"><span class=\"fusion-button-text\">Newsletter July 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-17 .fusion-button-text, .fusion-button.button-17 i {color:#785510;}.fusion-button.button-17 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-17:hover .fusion-button-text, .fusion-button.button-17:hover i,.fusion-button.button-17:focus .fusion-button-text, .fusion-button.button-17:focus i,.fusion-button.button-17:active .fusion-button-text, .fusion-button.button-17:active{color:#785510;}.fusion-button.button-17:hover .fusion-button-icon-divider, .fusion-button.button-17:hover .fusion-button-icon-divider, .fusion-button.button-17:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-17:hover, .fusion-button.button-17:focus, .fusion-button.button-17:active{border-color:#785510;}.fusion-button.button-17 {border-color:#785510;border-radius:2px;}.fusion-button.button-17{background: #65cded;}.fusion-button.button-17:hover,.button-17:focus,.fusion-button.button-17:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-17 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/june-2024-newsletter\/\"><span class=\"fusion-button-text\">Newsletter June 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-18 .fusion-button-text, .fusion-button.button-18 i {color:#785510;}.fusion-button.button-18 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-18:hover .fusion-button-text, .fusion-button.button-18:hover i,.fusion-button.button-18:focus .fusion-button-text, .fusion-button.button-18:focus i,.fusion-button.button-18:active .fusion-button-text, .fusion-button.button-18:active{color:#785510;}.fusion-button.button-18:hover .fusion-button-icon-divider, .fusion-button.button-18:hover .fusion-button-icon-divider, .fusion-button.button-18:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-18:hover, .fusion-button.button-18:focus, .fusion-button.button-18:active{border-color:#785510;}.fusion-button.button-18 {border-color:#785510;border-radius:2px;}.fusion-button.button-18{background: #65cded;}.fusion-button.button-18:hover,.button-18:focus,.fusion-button.button-18:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-18 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/may-2024-newsletter\/\"><span class=\"fusion-button-text\">Newsletter May 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-19 .fusion-button-text, .fusion-button.button-19 i {color:#785510;}.fusion-button.button-19 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-19:hover .fusion-button-text, .fusion-button.button-19:hover i,.fusion-button.button-19:focus .fusion-button-text, .fusion-button.button-19:focus i,.fusion-button.button-19:active .fusion-button-text, .fusion-button.button-19:active{color:#785510;}.fusion-button.button-19:hover .fusion-button-icon-divider, .fusion-button.button-19:hover .fusion-button-icon-divider, .fusion-button.button-19:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-19:hover, .fusion-button.button-19:focus, .fusion-button.button-19:active{border-color:#785510;}.fusion-button.button-19 {border-color:#785510;border-radius:2px;}.fusion-button.button-19{background: #65cded;}.fusion-button.button-19:hover,.button-19:focus,.fusion-button.button-19:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-19 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/april-2024-newsletter\/\"><span class=\"fusion-button-text\">Newsletter April 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-20 .fusion-button-text, .fusion-button.button-20 i {color:#785510;}.fusion-button.button-20 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-20:hover .fusion-button-text, .fusion-button.button-20:hover i,.fusion-button.button-20:focus .fusion-button-text, .fusion-button.button-20:focus i,.fusion-button.button-20:active .fusion-button-text, .fusion-button.button-20:active{color:#785510;}.fusion-button.button-20:hover .fusion-button-icon-divider, .fusion-button.button-20:hover .fusion-button-icon-divider, .fusion-button.button-20:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-20:hover, .fusion-button.button-20:focus, .fusion-button.button-20:active{border-color:#785510;}.fusion-button.button-20 {border-color:#785510;border-radius:2px;}.fusion-button.button-20{background: #65cded;}.fusion-button.button-20:hover,.button-20:focus,.fusion-button.button-20:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-20 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/march-2024-newsletter\/\"><span class=\"fusion-button-text\">Newsletter March 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-21 .fusion-button-text, .fusion-button.button-21 i {color:#785510;}.fusion-button.button-21 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-21:hover .fusion-button-text, .fusion-button.button-21:hover i,.fusion-button.button-21:focus .fusion-button-text, .fusion-button.button-21:focus i,.fusion-button.button-21:active .fusion-button-text, .fusion-button.button-21:active{color:#785510;}.fusion-button.button-21:hover .fusion-button-icon-divider, .fusion-button.button-21:hover .fusion-button-icon-divider, .fusion-button.button-21:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-21:hover, .fusion-button.button-21:focus, .fusion-button.button-21:active{border-color:#785510;}.fusion-button.button-21 {border-color:#785510;border-radius:2px;}.fusion-button.button-21{background: #65cded;}.fusion-button.button-21:hover,.button-21:focus,.fusion-button.button-21:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-21 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/february-2024-newsletter\/\"><span class=\"fusion-button-text\">Newsletter February 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-22 .fusion-button-text, .fusion-button.button-22 i {color:#785510;}.fusion-button.button-22 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-22:hover .fusion-button-text, .fusion-button.button-22:hover i,.fusion-button.button-22:focus .fusion-button-text, .fusion-button.button-22:focus i,.fusion-button.button-22:active .fusion-button-text, .fusion-button.button-22:active{color:#785510;}.fusion-button.button-22:hover .fusion-button-icon-divider, .fusion-button.button-22:hover .fusion-button-icon-divider, .fusion-button.button-22:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-22:hover, .fusion-button.button-22:focus, .fusion-button.button-22:active{border-color:#785510;}.fusion-button.button-22 {border-color:#785510;border-radius:2px;}.fusion-button.button-22{background: #65cded;}.fusion-button.button-22:hover,.button-22:focus,.fusion-button.button-22:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-22 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/january-2024-newsletter\/\"><span class=\"fusion-button-text\">Newsletter January 2024<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-23 .fusion-button-text, .fusion-button.button-23 i {color:#785510;}.fusion-button.button-23 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-23:hover .fusion-button-text, .fusion-button.button-23:hover i,.fusion-button.button-23:focus .fusion-button-text, .fusion-button.button-23:focus i,.fusion-button.button-23:active .fusion-button-text, .fusion-button.button-23:active{color:#785510;}.fusion-button.button-23:hover .fusion-button-icon-divider, .fusion-button.button-23:hover .fusion-button-icon-divider, .fusion-button.button-23:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-23:hover, .fusion-button.button-23:focus, .fusion-button.button-23:active{border-color:#785510;}.fusion-button.button-23 {border-color:#785510;border-radius:2px;}.fusion-button.button-23{background: #65cded;}.fusion-button.button-23:hover,.button-23:focus,.fusion-button.button-23:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-23 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/decemberr-2023-newsletter\/\"><span class=\"fusion-button-text\">Newsletter December 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-24 .fusion-button-text, .fusion-button.button-24 i {color:#785510;}.fusion-button.button-24 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-24:hover .fusion-button-text, .fusion-button.button-24:hover i,.fusion-button.button-24:focus .fusion-button-text, .fusion-button.button-24:focus i,.fusion-button.button-24:active .fusion-button-text, .fusion-button.button-24:active{color:#785510;}.fusion-button.button-24:hover .fusion-button-icon-divider, .fusion-button.button-24:hover .fusion-button-icon-divider, .fusion-button.button-24:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-24:hover, .fusion-button.button-24:focus, .fusion-button.button-24:active{border-color:#785510;}.fusion-button.button-24 {border-color:#785510;border-radius:2px;}.fusion-button.button-24{background: #65cded;}.fusion-button.button-24:hover,.button-24:focus,.fusion-button.button-24:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-24 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/november-2023-newsletter\/\"><span class=\"fusion-button-text\">Newsletter November 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-25 .fusion-button-text, .fusion-button.button-25 i {color:#785510;}.fusion-button.button-25 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-25:hover .fusion-button-text, .fusion-button.button-25:hover i,.fusion-button.button-25:focus .fusion-button-text, .fusion-button.button-25:focus i,.fusion-button.button-25:active .fusion-button-text, .fusion-button.button-25:active{color:#785510;}.fusion-button.button-25:hover .fusion-button-icon-divider, .fusion-button.button-25:hover .fusion-button-icon-divider, .fusion-button.button-25:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-25:hover, .fusion-button.button-25:focus, .fusion-button.button-25:active{border-color:#785510;}.fusion-button.button-25 {border-color:#785510;border-radius:2px;}.fusion-button.button-25{background: #65cded;}.fusion-button.button-25:hover,.button-25:focus,.fusion-button.button-25:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-25 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/update-06-10-23\/\"><span class=\"fusion-button-text\">Maths Week 2023 06-10-23<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-26 .fusion-button-text, .fusion-button.button-26 i {color:#785510;}.fusion-button.button-26 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-26:hover .fusion-button-text, .fusion-button.button-26:hover i,.fusion-button.button-26:focus .fusion-button-text, .fusion-button.button-26:focus i,.fusion-button.button-26:active .fusion-button-text, .fusion-button.button-26:active{color:#785510;}.fusion-button.button-26:hover .fusion-button-icon-divider, .fusion-button.button-26:hover .fusion-button-icon-divider, .fusion-button.button-26:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-26:hover, .fusion-button.button-26:focus, .fusion-button.button-26:active{border-color:#785510;}.fusion-button.button-26 {border-color:#785510;border-radius:2px;}.fusion-button.button-26{background: #65cded;}.fusion-button.button-26:hover,.button-26:focus,.fusion-button.button-26:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-26 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/sep-2023-newsletter\/\"><span class=\"fusion-button-text\">Newsletter September 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-27 .fusion-button-text, .fusion-button.button-27 i {color:#785510;}.fusion-button.button-27 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-27:hover .fusion-button-text, .fusion-button.button-27:hover i,.fusion-button.button-27:focus .fusion-button-text, .fusion-button.button-27:focus i,.fusion-button.button-27:active .fusion-button-text, .fusion-button.button-27:active{color:#785510;}.fusion-button.button-27:hover .fusion-button-icon-divider, .fusion-button.button-27:hover .fusion-button-icon-divider, .fusion-button.button-27:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-27:hover, .fusion-button.button-27:focus, .fusion-button.button-27:active{border-color:#785510;}.fusion-button.button-27 {border-color:#785510;border-radius:2px;}.fusion-button.button-27{background: #65cded;}.fusion-button.button-27:hover,.button-27:focus,.fusion-button.button-27:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-27 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/may-2023-newsletter\/\"><span class=\"fusion-button-text\">Newsletter May 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-28 .fusion-button-text, .fusion-button.button-28 i {color:#785510;}.fusion-button.button-28 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-28:hover .fusion-button-text, .fusion-button.button-28:hover i,.fusion-button.button-28:focus .fusion-button-text, .fusion-button.button-28:focus i,.fusion-button.button-28:active .fusion-button-text, .fusion-button.button-28:active{color:#785510;}.fusion-button.button-28:hover .fusion-button-icon-divider, .fusion-button.button-28:hover .fusion-button-icon-divider, .fusion-button.button-28:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-28:hover, .fusion-button.button-28:focus, .fusion-button.button-28:active{border-color:#785510;}.fusion-button.button-28 {border-color:#785510;border-radius:2px;}.fusion-button.button-28{background: #65cded;}.fusion-button.button-28:hover,.button-28:focus,.fusion-button.button-28:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-28 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/april-2023-newsletter\/\"><span class=\"fusion-button-text\">Newsletter Apr 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-29 .fusion-button-text, .fusion-button.button-29 i {color:#785510;}.fusion-button.button-29 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-29:hover .fusion-button-text, .fusion-button.button-29:hover i,.fusion-button.button-29:focus .fusion-button-text, .fusion-button.button-29:focus i,.fusion-button.button-29:active .fusion-button-text, .fusion-button.button-29:active{color:#785510;}.fusion-button.button-29:hover .fusion-button-icon-divider, .fusion-button.button-29:hover .fusion-button-icon-divider, .fusion-button.button-29:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-29:hover, .fusion-button.button-29:focus, .fusion-button.button-29:active{border-color:#785510;}.fusion-button.button-29 {border-color:#785510;border-radius:2px;}.fusion-button.button-29{background: #65cded;}.fusion-button.button-29:hover,.button-29:focus,.fusion-button.button-29:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-29 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/march-2023-newsletter\/\"><span class=\"fusion-button-text\">Newsletter Mar 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-30 .fusion-button-text, .fusion-button.button-30 i {color:#785510;}.fusion-button.button-30 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-30:hover .fusion-button-text, .fusion-button.button-30:hover i,.fusion-button.button-30:focus .fusion-button-text, .fusion-button.button-30:focus i,.fusion-button.button-30:active .fusion-button-text, .fusion-button.button-30:active{color:#785510;}.fusion-button.button-30:hover .fusion-button-icon-divider, .fusion-button.button-30:hover .fusion-button-icon-divider, .fusion-button.button-30:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-30:hover, .fusion-button.button-30:focus, .fusion-button.button-30:active{border-color:#785510;}.fusion-button.button-30 {border-color:#785510;border-radius:2px;}.fusion-button.button-30{background: #65cded;}.fusion-button.button-30:hover,.button-30:focus,.fusion-button.button-30:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-30 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/january-2023-newsletter\"><span class=\"fusion-button-text\">Newsletter Jan 2023<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-31 .fusion-button-text, .fusion-button.button-31 i {color:#785510;}.fusion-button.button-31 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-31:hover .fusion-button-text, .fusion-button.button-31:hover i,.fusion-button.button-31:focus .fusion-button-text, .fusion-button.button-31:focus i,.fusion-button.button-31:active .fusion-button-text, .fusion-button.button-31:active{color:#785510;}.fusion-button.button-31:hover .fusion-button-icon-divider, .fusion-button.button-31:hover .fusion-button-icon-divider, .fusion-button.button-31:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-31:hover, .fusion-button.button-31:focus, .fusion-button.button-31:active{border-color:#785510;}.fusion-button.button-31 {border-color:#785510;border-radius:2px;}.fusion-button.button-31{background: #65cded;}.fusion-button.button-31:hover,.button-31:focus,.fusion-button.button-31:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-31 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-december-2022\/\"><span class=\"fusion-button-text\">Newsletter Dec 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-32 .fusion-button-text, .fusion-button.button-32 i {color:#785510;}.fusion-button.button-32 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-32:hover .fusion-button-text, .fusion-button.button-32:hover i,.fusion-button.button-32:focus .fusion-button-text, .fusion-button.button-32:focus i,.fusion-button.button-32:active .fusion-button-text, .fusion-button.button-32:active{color:#785510;}.fusion-button.button-32:hover .fusion-button-icon-divider, .fusion-button.button-32:hover .fusion-button-icon-divider, .fusion-button.button-32:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-32:hover, .fusion-button.button-32:focus, .fusion-button.button-32:active{border-color:#785510;}.fusion-button.button-32 {border-color:#785510;border-radius:2px;}.fusion-button.button-32{background: #65cded;}.fusion-button.button-32:hover,.button-32:focus,.fusion-button.button-32:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-32 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-November-2022\/\"><span class=\"fusion-button-text\">Newsletter Nov 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-33 .fusion-button-text, .fusion-button.button-33 i {color:#785510;}.fusion-button.button-33 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-33:hover .fusion-button-text, .fusion-button.button-33:hover i,.fusion-button.button-33:focus .fusion-button-text, .fusion-button.button-33:focus i,.fusion-button.button-33:active .fusion-button-text, .fusion-button.button-33:active{color:#785510;}.fusion-button.button-33:hover .fusion-button-icon-divider, .fusion-button.button-33:hover .fusion-button-icon-divider, .fusion-button.button-33:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-33:hover, .fusion-button.button-33:focus, .fusion-button.button-33:active{border-color:#785510;}.fusion-button.button-33 {border-color:#785510;border-radius:2px;}.fusion-button.button-33{background: #65cded;}.fusion-button.button-33:hover,.button-33:focus,.fusion-button.button-33:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-33 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2022-feedback\/\"><span class=\"fusion-button-text\">Maths Week 2022 Feedback<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-34 .fusion-button-text, .fusion-button.button-34 i {color:#785510;}.fusion-button.button-34 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-34:hover .fusion-button-text, .fusion-button.button-34:hover i,.fusion-button.button-34:focus .fusion-button-text, .fusion-button.button-34:focus i,.fusion-button.button-34:active .fusion-button-text, .fusion-button.button-34:active{color:#785510;}.fusion-button.button-34:hover .fusion-button-icon-divider, .fusion-button.button-34:hover .fusion-button-icon-divider, .fusion-button.button-34:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-34:hover, .fusion-button.button-34:focus, .fusion-button.button-34:active{border-color:#785510;}.fusion-button.button-34 {border-color:#785510;border-radius:2px;}.fusion-button.button-34{background: #65cded;}.fusion-button.button-34:hover,.button-34:focus,.fusion-button.button-34:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-34 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-october-2022\/\"><span class=\"fusion-button-text\">Newsletter Oct 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-35 .fusion-button-text, .fusion-button.button-35 i {color:#785510;}.fusion-button.button-35 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-35:hover .fusion-button-text, .fusion-button.button-35:hover i,.fusion-button.button-35:focus .fusion-button-text, .fusion-button.button-35:focus i,.fusion-button.button-35:active .fusion-button-text, .fusion-button.button-35:active{color:#785510;}.fusion-button.button-35:hover .fusion-button-icon-divider, .fusion-button.button-35:hover .fusion-button-icon-divider, .fusion-button.button-35:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-35:hover, .fusion-button.button-35:focus, .fusion-button.button-35:active{border-color:#785510;}.fusion-button.button-35 {border-color:#785510;border-radius:2px;}.fusion-button.button-35{background: #65cded;}.fusion-button.button-35:hover,.button-35:focus,.fusion-button.button-35:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-35 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-september-2022\/\"><span class=\"fusion-button-text\">Newsletter Sept 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-36 .fusion-button-text, .fusion-button.button-36 i {color:#785510;}.fusion-button.button-36 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-36:hover .fusion-button-text, .fusion-button.button-36:hover i,.fusion-button.button-36:focus .fusion-button-text, .fusion-button.button-36:focus i,.fusion-button.button-36:active .fusion-button-text, .fusion-button.button-36:active{color:#785510;}.fusion-button.button-36:hover .fusion-button-icon-divider, .fusion-button.button-36:hover .fusion-button-icon-divider, .fusion-button.button-36:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-36:hover, .fusion-button.button-36:focus, .fusion-button.button-36:active{border-color:#785510;}.fusion-button.button-36 {border-color:#785510;border-radius:2px;}.fusion-button.button-36{background: #65cded;}.fusion-button.button-36:hover,.button-36:focus,.fusion-button.button-36:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-36 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\" https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-july-august-2022\"><span class=\"fusion-button-text\">Newsletter Jul\/Aug 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-37 .fusion-button-text, .fusion-button.button-37 i {color:#785510;}.fusion-button.button-37 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-37:hover .fusion-button-text, .fusion-button.button-37:hover i,.fusion-button.button-37:focus .fusion-button-text, .fusion-button.button-37:focus i,.fusion-button.button-37:active .fusion-button-text, .fusion-button.button-37:active{color:#785510;}.fusion-button.button-37:hover .fusion-button-icon-divider, .fusion-button.button-37:hover .fusion-button-icon-divider, .fusion-button.button-37:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-37:hover, .fusion-button.button-37:focus, .fusion-button.button-37:active{border-color:#785510;}.fusion-button.button-37 {border-color:#785510;border-radius:2px;}.fusion-button.button-37{background: #65cded;}.fusion-button.button-37:hover,.button-37:focus,.fusion-button.button-37:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-37 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\" https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-june-2022\"><span class=\"fusion-button-text\">Newsletter June 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-38 .fusion-button-text, .fusion-button.button-38 i {color:#785510;}.fusion-button.button-38 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-38:hover .fusion-button-text, .fusion-button.button-38:hover i,.fusion-button.button-38:focus .fusion-button-text, .fusion-button.button-38:focus i,.fusion-button.button-38:active .fusion-button-text, .fusion-button.button-38:active{color:#785510;}.fusion-button.button-38:hover .fusion-button-icon-divider, .fusion-button.button-38:hover .fusion-button-icon-divider, .fusion-button.button-38:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-38:hover, .fusion-button.button-38:focus, .fusion-button.button-38:active{border-color:#785510;}.fusion-button.button-38 {border-color:#785510;border-radius:2px;}.fusion-button.button-38{background: #65cded;}.fusion-button.button-38:hover,.button-38:focus,.fusion-button.button-38:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-38 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-may-2022\/\"><span class=\"fusion-button-text\">Newsletter May 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-39 .fusion-button-text, .fusion-button.button-39 i {color:#785510;}.fusion-button.button-39 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-39:hover .fusion-button-text, .fusion-button.button-39:hover i,.fusion-button.button-39:focus .fusion-button-text, .fusion-button.button-39:focus i,.fusion-button.button-39:active .fusion-button-text, .fusion-button.button-39:active{color:#785510;}.fusion-button.button-39:hover .fusion-button-icon-divider, .fusion-button.button-39:hover .fusion-button-icon-divider, .fusion-button.button-39:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-39:hover, .fusion-button.button-39:focus, .fusion-button.button-39:active{border-color:#785510;}.fusion-button.button-39 {border-color:#785510;border-radius:2px;}.fusion-button.button-39{background: #65cded;}.fusion-button.button-39:hover,.button-39:focus,.fusion-button.button-39:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-39 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-april-2022\/\"><span class=\"fusion-button-text\">Newsletter April 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-40 .fusion-button-text, .fusion-button.button-40 i {color:#785510;}.fusion-button.button-40 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-40:hover .fusion-button-text, .fusion-button.button-40:hover i,.fusion-button.button-40:focus .fusion-button-text, .fusion-button.button-40:focus i,.fusion-button.button-40:active .fusion-button-text, .fusion-button.button-40:active{color:#785510;}.fusion-button.button-40:hover .fusion-button-icon-divider, .fusion-button.button-40:hover .fusion-button-icon-divider, .fusion-button.button-40:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-40:hover, .fusion-button.button-40:focus, .fusion-button.button-40:active{border-color:#785510;}.fusion-button.button-40 {border-color:#785510;border-radius:2px;}.fusion-button.button-40{background: #65cded;}.fusion-button.button-40:hover,.button-40:focus,.fusion-button.button-40:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-40 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-march-2022\/\"><span class=\"fusion-button-text\">Newsletter March 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-41 .fusion-button-text, .fusion-button.button-41 i {color:#785510;}.fusion-button.button-41 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-41:hover .fusion-button-text, .fusion-button.button-41:hover i,.fusion-button.button-41:focus .fusion-button-text, .fusion-button.button-41:focus i,.fusion-button.button-41:active .fusion-button-text, .fusion-button.button-41:active{color:#785510;}.fusion-button.button-41:hover .fusion-button-icon-divider, .fusion-button.button-41:hover .fusion-button-icon-divider, .fusion-button.button-41:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-41:hover, .fusion-button.button-41:focus, .fusion-button.button-41:active{border-color:#785510;}.fusion-button.button-41 {border-color:#785510;border-radius:2px;}.fusion-button.button-41{background: #65cded;}.fusion-button.button-41:hover,.button-41:focus,.fusion-button.button-41:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-41 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-march-2022\/\"><span class=\"fusion-button-text\">Newsletter February 2022<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-42 .fusion-button-text, .fusion-button.button-42 i {color:#785510;}.fusion-button.button-42 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-42:hover .fusion-button-text, .fusion-button.button-42:hover i,.fusion-button.button-42:focus .fusion-button-text, .fusion-button.button-42:focus i,.fusion-button.button-42:active .fusion-button-text, .fusion-button.button-42:active{color:#785510;}.fusion-button.button-42:hover .fusion-button-icon-divider, .fusion-button.button-42:hover .fusion-button-icon-divider, .fusion-button.button-42:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-42:hover, .fusion-button.button-42:focus, .fusion-button.button-42:active{border-color:#785510;}.fusion-button.button-42 {border-color:#785510;border-radius:2px;}.fusion-button.button-42{background: #65cded;}.fusion-button.button-42:hover,.button-42:focus,.fusion-button.button-42:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-42 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-january-22\/\"><span class=\"fusion-button-text\">Newsletter January 2022<\/span><\/a><\/div>439317<div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_3_5 3_5 fusion-three-fifth\" style=\"width:60%;width:calc(60% - ( ( 4% + 4% ) * 0.6 ) );margin-right: 4%;margin-top:0px;margin-bottom:25px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><span class=\" fusion-imageframe imageframe-none imageframe-3 hover-type-none\"><img decoding=\"async\" width=\"2560\" height=\"533\" title=\"Featured news Banner Graphic RK 10\/1\/23\" src=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Featured-news-scaled.jpg\" class=\"img-responsive wp-image-14098\" srcset=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Featured-news-200x42.jpg 200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Featured-news-400x83.jpg 400w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Featured-news-600x125.jpg 600w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Featured-news-800x166.jpg 800w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Featured-news-1200x250.jpg 1200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Featured-news-scaled.jpg 2560w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/span><style type=\"text\/css\"><\/style><div class=\"fusion-title title fusion-title-1 fusion-title-text fusion-title-size-one\" style=\"margin-top:0%;margin-right:0px;margin-bottom:30px;margin-left:0px;\"><h1 class=\"title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;--fontSize:50;line-height:1.2;\"><h3>Maths Week Ireland 2025 Maths Eyes Competition Winners<\/h3><\/h1><div class=\"title-sep-container\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:#eaeaea;\"><\/div><\/div><\/div><span class=\" fusion-imageframe imageframe-none imageframe-4 hover-type-none\"><img decoding=\"async\" width=\"1341\" height=\"751\" alt=\"Maths Eyes Picture\" title=\"Maths Eyes\" src=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27.png\" class=\"img-responsive wp-image-12610\" srcset=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-200x112.png 200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-400x224.png 400w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-600x336.png 600w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-800x448.png 800w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27-1200x672.png 1200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2022\/10\/Screenshot-2022-10-10-at-12.04.27.png 1341w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/span><div class=\"fusion-text fusion-text-1\"><table width=\"949\">\n<tbody>\n<tr>\n<td width=\"119\">Category<\/td>\n<td width=\"218\">Winners<\/td>\n<td width=\"309\">School<\/td>\n<td width=\"119\">County<\/td>\n<td width=\"184\">Teacher<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>7 years or under<\/td>\n<td width=\"218\">Damien McLaughlin<\/td>\n<td>St Brigid&#8217;s NS, Glenmakee, Carndonagh<\/td>\n<td>Donegal<\/td>\n<td>Ms Grant<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Frankie Mae O&#8217;Connell<\/td>\n<td>Rathgormack N.S.<\/td>\n<td>Waterford<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Heidi Puirs\u00e9al<\/td>\n<td>Gaelscoil Chluain Meala<\/td>\n<td>Tipperary<\/td>\n<td>Ms U\u00ed Chonallain<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Lyla Flood<\/td>\n<td>St. Mura&#8217;s NS, Tooban<\/td>\n<td>Donegal<\/td>\n<td>Rory Grant<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Turlough McHugh<\/td>\n<td>St. Mura&#8217;s NS, Tooban<\/td>\n<td>Donegal<\/td>\n<td>Rory Grant<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>11 years or under<\/td>\n<td width=\"218\">Florence Eafaigh N\u00ed Chura\u00edn<\/td>\n<td>Gaelscoil Chluain Meala<\/td>\n<td>Tipperary<\/td>\n<td>Marc O&#8217;Connell<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Lemmy Cullen Strain<\/td>\n<td>St. Mura&#8217;s NS, Tooban<\/td>\n<td>Donegal<\/td>\n<td>Rory Grant<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Nikola Stjepanovic<\/td>\n<td>St John\u2019s NS<\/td>\n<td>Sligo<\/td>\n<td>Mrs O\u2019Hanlon<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Oisin McDermott<\/td>\n<td>Saint Egney\u2019s N.S<\/td>\n<td>Donegal<\/td>\n<td>Ms McDermott<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Ollie Aird<\/td>\n<td>Aglish N.S.<\/td>\n<td>Waterford<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>14 years or under<\/td>\n<td width=\"218\">Aobh\u00edn Flavin<\/td>\n<td>St. Declan&#8217;s N.S., Ardmore<\/td>\n<td>Waterford<\/td>\n<td>Ms N\u00ed Fhlartharta<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Emmy Cantual N\u00ed Dh\u00fanaigh<\/td>\n<td>Gaelchol\u00e1iste Maigh Nuad<\/td>\n<td>Kildare<\/td>\n<td>Ms Ni an Mhaoir<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Felix White McInnes<\/td>\n<td>Killaloe Boys National School<\/td>\n<td>Clare<\/td>\n<td>Mr Corry<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Jacob Leonard<\/td>\n<td>Celbridge Community School<\/td>\n<td>Kildare<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Luisa Foley<\/td>\n<td>Borris College<\/td>\n<td>Carlow<\/td>\n<td>Ms O&#8217;Donnell<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>19 years or under<\/td>\n<td width=\"218\">Jamie Donelon<\/td>\n<td>Glenamaddy Community School<\/td>\n<td>Galway<\/td>\n<td>Ms McHugh<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Johanna Schilde<\/td>\n<td>CBS Westland Row<\/td>\n<td>Dublin<\/td>\n<td>Ms. Murphy<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Juliet Devereux<\/td>\n<td>East Glendalough School<\/td>\n<td>Wicklow<\/td>\n<td>Ms Nolan<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Simone Russo<\/td>\n<td>CBS Westlandrow<\/td>\n<td>Dublin<\/td>\n<td>Miss Murphy<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Family &amp; Community (collaboration)<\/td>\n<td width=\"218\">2nd &amp; 3rd Class<\/td>\n<td>Ballycurrane N.S.<\/td>\n<td>Waterford<\/td>\n<td>Mr Gough<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Darragh, Edel, Tommy &amp; Cillian<\/td>\n<td>Burncourt N.S.<\/td>\n<td>Tipperary<\/td>\n<td>Ms Walsh<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Patrician Presentation SS First Year class<\/td>\n<td>Patrician Presentation Secondary School<\/td>\n<td>Tipperary<\/td>\n<td>Mr Walsh<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Ruth O\u2019Brien, Robyn McGrath, Abbie Feery &amp; Maria-Rose Ryan<\/td>\n<td>Cloneen N.S.<\/td>\n<td>Tipperary<\/td>\n<td>Ms Kiersey<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\">Group Initiative (Maths Eyes Project)<\/td>\n<td>Raphoe Central National School<\/td>\n<td>Donegal<\/td>\n<td>Ms White<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Scoil \u00c9inne<\/td>\n<td>Galway<\/td>\n<td>Ms N\u00ed Lionn\u00e1\u00edn<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Hospital School CHI at Temple Street<\/td>\n<td>Dublin<\/td>\n<td>Ms Jenkins<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Sixth Class, Glison NS<\/td>\n<td>Meath<\/td>\n<td>Mr Geraghty and Ms Galligan<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Our Lady of Victories, Ballymun<\/td>\n<td>Dublin<\/td>\n<td>Ms Thomas<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Kilglass National School, Ballglass, Enniscrone<\/td>\n<td>Sligo<\/td>\n<td>Ms\u00a0 McDermott<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Dunderry National School Navan<\/td>\n<td>Meath<\/td>\n<td>Ms Duffy<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Knockanean National School<\/td>\n<td>Clare<\/td>\n<td>Ms Quinn<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>3rd Class, Presentation Primary<\/td>\n<td>Limerick<\/td>\n<td>Ms O&#8217; Sullivan<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>3rd and 4th Class of Keash National School<\/td>\n<td>Sligo<\/td>\n<td>Ms. Alison Murphy<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>Lady of Fatima<\/td>\n<td>Wexford<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td>St. Oliver Plunkett BNS<\/td>\n<td>Westmeath<\/td>\n<td>Mr Daly<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\"><\/td>\n<td><\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>Best picture<\/td>\n<td width=\"218\">Ciara Nicholson<\/td>\n<td>Louisburgh National School<\/td>\n<td>Mayo<\/td>\n<td>Ms Gaughan<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td width=\"218\">Felix Gunning<\/td>\n<td>Killaloe Boys National School<\/td>\n<td>Clare<\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><style type=\"text\/css\"><\/style><div class=\"fusion-title title fusion-title-2 fusion-title-text fusion-title-size-one\" style=\"margin-top:0%;margin-right:0px;margin-bottom:30px;margin-left:0px;\"><h1 class=\"title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;--fontSize:50;line-height:1.2;\"><h3>Maths Week Ireland 2025 Award for Raising Public Awareness of Maths goes to Dublin Teacher Paul Nugent<\/h3><\/h1><div class=\"title-sep-container\"><div class=\"title-sep sep-single sep-solid\" style=\"border-color:#eaeaea;\"><\/div><\/div><\/div><span class=\" fusion-imageframe imageframe-none imageframe-5 hover-type-none\"><img decoding=\"async\" width=\"500\" height=\"375\" alt=\"Paul Nugent receiving award at the James Joyce centre\" title=\"Paul Nugent Award\" src=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-500x375.jpeg\" class=\"img-responsive wp-image-22794\" srcset=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-200x150.jpeg 200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-400x300.jpeg 400w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-600x450.jpeg 600w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-800x600.jpeg 800w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2025\/10\/Paul-Nugent-Award-1200x900.jpeg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/span><div class=\"fusion-text fusion-text-2\"><p><strong>Highly popular teacher and public promoter of maths is exemplary of the creativity, enthusiasm and contribution of the teaching profession in Ireland<\/strong><\/p>\n<p><strong>13 October 2025<\/strong><\/p>\n<p>Paul Nugent, a teacher at Santa Sabina Dominican College in Sutton, Dublin, has been named the 2025 recipient of the Maths Week Ireland Award in recognition of his outstanding contribution to promotion of maths in Ireland.<\/p>\n<p>Mr. Nugent has been involved with Maths Week Ireland since it began in 2006 and has played a key role in supporting its aim to make maths engaging and accessible for people of all ages.<\/p>\n<p>Through this award, Maths Week Ireland pays tribute not only to Paul Nugent\u2019s achievements and contribution, but to the wider teaching profession and the teachers who bring maths to life for students in classrooms across the country.<\/p>\n<p>Over two decades, Maths Week has become a major celebration of maths, engaging hundreds of thousands of people each year. In 2024, more than 500,000 students from 2,702 schools took part, while over 20,000 members of the public joined events such as Maths in the City and Puzzles in the Park. Teacher surveys show that 85% of students felt more positive about maths after taking part.<\/p>\n<p>A teacher for more than 25 years, Paul Nugent is known for his commitment to helping students see maths as something they can enjoy and succeed in. At Santa Sabina Dominican College, where he serves as Assistant Principal, Digital Leader and ICT Co-ordinator, he teaches maths, physics, science and ICT. Through innovative teaching methods and a deep belief in the potential of every student, he has encouraged countless young people to develop confidence in their maths ability.<\/p>\n<p>Mr. Nugent\u2019s influence extends well beyond his own classroom. Through his involvement with Oide (the professional learning and support service for teachers and school leaders in Ireland), and the Institute of Physics in Ireland, he has supported colleagues across the country, helping to strengthen teaching and learning in maths and related subjects.<\/p>\n<p>He is a member of several professional bodies, including the Irish Maths Teachers Association, the Irish Science Teachers Association, the Computer Education Society of Ireland and the Institute of Physics in Ireland. He is also co-chair of the Irish National Steering Committee for Science on Stage, a member of the Executive Board of Science on Stage Europe, and has delivered many workshops in Ireland, the UK and across Europe. He is also a founding member and co-ordinator of Physics Busking, a STEM outreach group supported by Research Ireland.<\/p>\n<p>Mr. Nugent\u2019s dedication to his profession and learners has already been recognised through several national and international honours, including the Eiroforum Science Teaching Award and the Irish Science Teachers\u2019 Association Educator of the Year Award<\/p>\n<p>In making the presentation, Maths Week co-founder Eoin Gill said \u201cWhile Paul Nugent has made important contributions in teaching and in wider STEM engagement, it is for his contribution to popularising maths that he is receiving this award. When we got the idea to establish a Maths Week for the island many people said it wouldn\u2019t work. Paul was one of a core group people who thought it was worth trying and gave full support to the emerging festival. He was an important bridge to maths teachers in the early days, he advises on activities and helps organise events, in particular those aimed at post-primary schools. Throughout the 20 festivals of Maths Week, he has continued to give his time, energy and expertise to help make this the leading festival of its kind in the world.<\/p>\n<p>\u201cTeachers are the driving force behind Maths Week Ireland,\u201d added Gill, \u201cThey are the ones who spark curiosity, nurture confidence and show students that maths is something to explore and enjoy. It is gratifying that we are honouring a teacher and also through him acknowledging the important role teachers play in Maths Week every year. We are proud to honour Paul\u2019s excellent contribution with this year\u2019s award.\u201d<\/p>\n<p>Accepting the award, Paul Nugent said: \u201cI am deeply honoured to receive this award and the beautiful mathematical sculptural piece by silversmith Seamus Gill. Maths Week has shown what a difference teachers can make when they help students experience maths in a positive way. I believe teachers play a very important role in building confidence and curiosity, often changing how students see themselves and their abilities. I have been lucky to work with so many dedicated colleagues over the years who share that same goal of helping every student see that maths is for themselves. It is a privilege to work with young people and to be part of a community that values and celebrates that work.\u201d<\/p>\n<\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-43 .fusion-button-text, .fusion-button.button-43 i {color:#785510;}.fusion-button.button-43 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-43:hover .fusion-button-text, .fusion-button.button-43:hover i,.fusion-button.button-43:focus .fusion-button-text, .fusion-button.button-43:focus i,.fusion-button.button-43:active .fusion-button-text, .fusion-button.button-43:active{color:#785510;}.fusion-button.button-43:hover .fusion-button-icon-divider, .fusion-button.button-43:hover .fusion-button-icon-divider, .fusion-button.button-43:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-43:hover, .fusion-button.button-43:focus, .fusion-button.button-43:active{border-color:#785510;}.fusion-button.button-43 {border-color:#785510;border-radius:2px;}.fusion-button.button-43{background: #65cded;}.fusion-button.button-43:hover,.button-43:focus,.fusion-button.button-43:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-43 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/participants-gallery\/\"><span class=\"fusion-button-text\">See our photos of recent events<\/span><\/a><\/div><!DOCTYPE html><html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\"><head>\n<!--[if gte mso 15]>\n<xml>\n<o:OfficeDocumentSettings>\n<o:AllowPNG\/>\n<o:PixelsPerInch>96<\/o:PixelsPerInch>\n<\/o:OfficeDocumentSettings>\n<\/xml>\n<![endif]-->\n<meta charset=\"UTF-8\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>Latest Maths News, Events & Competition Winners<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<style>          img{-ms-interpolation-mode:bicubic;} \n          table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} \n          .mceStandardButton, .mceStandardButton td, .mceStandardButton td a{mso-hide:all !important;} \n          p, a, li, td, blockquote{mso-line-height-rule:exactly;} \n          p, a, li, td, body, table, blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;} \n          @media only screen and (max-width: 480px){\n            body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} \n          }\n          .mcnPreviewText{display: none !important;} \n          .bodyCell{margin:0 auto; padding:0; width:100%;}\n          .ExternalClass, .ExternalClass p, .ExternalClass td, .ExternalClass div, .ExternalClass span, .ExternalClass font{line-height:100%;} \n          .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} \n          a[x-apple-data-detectors]{color:inherit !important; text-decoration:none !important; font-size:inherit !important; font-family:inherit !important; font-weight:inherit !important; line-height:inherit !important;} \n            body{height:100%; margin:0; padding:0; width:100%; background: #ffffff;}\n            p{margin:0; padding:0;} \n            table{border-collapse:collapse;} \n            td, p, a{word-break:break-word;} \n            h1, h2, h3, h4, h5, h6{display:block; margin:0; padding:0;} \n            img, a img{border:0; height:auto; outline:none; text-decoration:none;} \n            a[href^=\"tel\"], a[href^=\"sms\"]{color:inherit; cursor:default; text-decoration:none;} \n            li p {margin: 0 !important;}\n            .ProseMirror a {\n                pointer-events: none;\n            }\n                  .mceColumn .mceButtonLink,\n                  .mceColumn-1 .mceButtonLink, \n                  .mceColumn-2 .mceButtonLink, \n                  .mceColumn-3 .mceButtonLink,\n                  .mceColumn-4 .mceButtonLink {min-width:30px;}\n            @media only screen and (max-width: 640px){\n                .mceClusterLayout td{padding: 4px !important;} \n            }\n            @media only screen and (max-width: 480px){\n                body{width:100% !important; min-width:100% !important; } \n                body.mobile-native {\n                    -webkit-user-select: none; user-select: none; transition: transform 0.2s ease-in; transform-origin: top center;\n                }\n                body.mobile-native.selection-allowed a, body.mobile-native.selection-allowed .ProseMirror {\n                    user-select: auto;\n                    -webkit-user-select: auto;\n                }\n                colgroup{display: none;}\n                img{height: auto !important;}\n                .mceWidthContainer{max-width: 660px !important;}\n                .mceColumn{display: block !important; width: 100% !important;}\n                .mceColumn-forceSpan{display: table-cell !important; width: auto !important;}\n                .mceColumn-forceSpan .mceButton a{min-width:0 !important;}\n                                  .mceReverseStack {display:table; width: 100%;}\n                             .mceColumn-1 {display:table-footer-group; width: 100% !important;}\n                             .mceColumn-2 {display: block !important; width: 100% !important;}\n                             .mceColumn-3 {display:table-header-group; width: 100% !important;}\n                             .mceColumn-4 {display:table-caption; width: 100% !important;}\n                             .mceKeepColumns .mceButtonLink {min-width:0px;}\n                .mceBlockContainer{padding-right:16px !important; padding-left:16px !important;} \n                .mceTextBlockContainer{padding-right:16px !important; padding-left:16px !important;} \n                .mceBlockContainerE2E{padding-right:0px; padding-left:0px;} \n                .mceSpacing-24{padding-right:16px !important; padding-left:16px !important;}\n                .mceImage, .mceLogo{width: 100% !important; height: auto !important;} \n                .mceFooterSection .mceText, .mceFooterSection .mceText p{font-size: 16px !important; line-height: 140% !important;}\n            }\n            div[contenteditable=\"true\"] {outline: 0;}\n            .ProseMirror h1.empty-node:only-child::before,\n            .ProseMirror h2.empty-node:only-child::before,\n            .ProseMirror h3.empty-node:only-child::before,\n            .ProseMirror h4.empty-node:only-child::before {\n                content: 'Heading';\n            }\n            .ProseMirror p.empty-node:only-child::before, .ProseMirror:empty::before {\n                content: 'Start typing...';\n            }\n            .mceImageBorder {display: inline-block;}\n            .mceImageBorder img {border: 0 !important;}\nbody, #bodyTable { background-color: rgb(244, 244, 244); }.mceText, .mcnTextContent, .mceLabel { font-family: \"Helvetica Neue\", Helvetica, Arial, Verdana, sans-serif; }.mceText, .mcnTextContent, .mceLabel { color: rgb(0, 0, 0); }.mceSpacing-12 label { margin-bottom: 12px; }.mceSpacing-12 input { margin-bottom: 12px; }.mceSpacing-12 .mceInput + .mceErrorMessage { margin-top: -6px; }.mceSpacing-24 label { margin-bottom: 24px; }.mceSpacing-24 input { margin-bottom: 24px; }.mceSpacing-24 .mceInput + .mceErrorMessage { margin-top: -12px; }.mceInput { background-color: transparent; border: 2px solid rgb(208, 208, 208); width: 60%; color: rgb(77, 77, 77); display: block; }.mceInput[type=\"radio\"], .mceInput[type=\"checkbox\"] { float: left; margin-right: 12px; display: inline; width: auto !important; }.mceLabel > .mceInput { margin-bottom: 0px; margin-top: 2px; }.mceLabel { display: block; }.mceText p, .mcnTextContent p { color: rgb(0, 0, 0); font-family: \"Helvetica Neue\", Helvetica, Arial, Verdana, sans-serif; font-size: 16px; font-weight: normal; line-height: 1.5; mso-line-height-alt: 150%; text-align: left; letter-spacing: 0px; direction: ltr; margin: 0px; }.mceText h2, .mcnTextContent h2 { color: rgb(0, 0, 0); font-family: \"Helvetica Neue\", Helvetica, Arial, Verdana, sans-serif; font-size: 25px; font-weight: bold; line-height: 1.5; mso-line-height-alt: 150%; text-align: left; letter-spacing: 0px; direction: ltr; }.mceText a, .mcnTextContent a { color: rgb(0, 200, 208); font-style: normal; font-weight: normal; text-decoration: underline; direction: ltr; }p.mcePastedContent, h1.mcePastedContent, h2.mcePastedContent, h3.mcePastedContent, h4.mcePastedContent { text-align: left; }.mceSectionHeader .mceText p, .mceSectionHeader .mcnTextContent p { }.mceSectionHeader .mceText a, .mceSectionHeader .mcnTextContent a { font-style: normal; }.mceSectionBody .mceText h2, .mceSectionBody .mcnTextContent h2 { }.mceSectionBody .mceText p, .mceSectionBody .mcnTextContent p { }.mceSectionBody .mceText a, .mceSectionBody .mcnTextContent a { font-style: normal; }.mceSectionFooter .mceText p, .mceSectionFooter .mcnTextContent p { }.mceSectionFooter .mceText a, .mceSectionFooter .mcnTextContent a { font-style: normal; }\n@media only screen and (max-width: 480px) {\n            .mceText p { margin: 0px; font-size: 16px !important; line-height: 1.5 !important; mso-line-height-alt: 150%; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceText h2 { font-size: 25px !important; line-height: 1.5 !important; mso-line-height-alt: 150%; }\n          }\n@media only screen and (max-width: 480px) {\n            .bodyCell { padding-left: 16px !important; padding-right: 16px !important; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceButtonContainer { width: fit-content !important; max-width: fit-content !important; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceButtonLink { padding: 18px 28px !important; font-size: 16px !important; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceDividerBlock { border-top-width: 2px !important; }\n          }\n@media only screen and (max-width: 480px) {\n            .mceDividerContainer { width: 100% !important; }\n          }\n#dataBlockId-182 p, #dataBlockId-182 h1, #dataBlockId-182 h2, #dataBlockId-182 h3, #dataBlockId-182 h4, #dataBlockId-182 ul { text-align: center; }#dataBlockId-1 p, #dataBlockId-1 h1, #dataBlockId-1 h2, #dataBlockId-1 h3, #dataBlockId-1 h4, #dataBlockId-1 ul { text-align: center; }<\/style><\/head>\n<body>\n<!---->\n<!--[if !gte mso 9]><!----><span class=\"mcnPreviewText\" style=\"display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;\">Stay updated with the latest in maths events, news and resources<\/span><!--<![endif]-->\n<!---->\n<div style=\"display: none; max-height: 0px; overflow: hidden;\">\u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007  \u034f \u200c \u00a0 \u2007\u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad \u00ad<\/div><!--MCE_TRACKING_PIXEL-->\n<center>\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"bodyTable\" style=\"background-color: rgb(244, 244, 244);\">\n<tbody><tr>\n<td class=\"bodyCell\" align=\"center\" valign=\"top\">\n<table id=\"root\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tbody data-block-id=\"3\" class=\"mceWrapper\"><tr><td style=\"background-color:#f4f4f4\" valign=\"top\" align=\"center\" class=\"mceSectionHeader\"><!--[if (gte mso 9)|(IE)]><table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"660\" style=\"width:660px;\"><tr><td><![endif]--><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"max-width:660px\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff\" valign=\"top\" class=\"mceWrapperInner\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"2\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--25\" data-block-id=\"-25\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-1\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"1\" class=\"mceText\" id=\"dataBlockId-1\" style=\"width:100%\"><p class=\"last-child\"><a href=\"https:\/\/mailchi.mp\/wit\/0kcz41a8gl-5008287?e=[UNIQID]\">View this email in your browser<\/a><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><!--[if (gte mso 9)|(IE)]><\/td><\/tr><\/table><![endif]--><\/td><\/tr><\/tbody><tbody data-block-id=\"180\" class=\"mceWrapper\"><tr><td style=\"background-color:#f4f4f4\" valign=\"top\" align=\"center\" class=\"mceSectionBody\"><!--[if (gte mso 9)|(IE)]><table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"660\" style=\"width:660px;\"><tr><td><![endif]--><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"max-width:660px\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff\" valign=\"top\" class=\"mceWrapperInner\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"625\" id=\"section_072febc196962f0dd0176dfb8d3bea67\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--36\" data-block-id=\"-36\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--24\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-24\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--45\" data-block-id=\"-45\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-624\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"624\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-623\" data-block-id=\"623\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-179\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"179\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--26\" data-block-id=\"-26\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-5\"><table width=\"100%\" style=\"border:0;background-color:#ffecd4;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"5\" class=\"mceText\" id=\"dataBlockId-5\" style=\"width:100%\"><h2 class=\"last-child\">Welcome to the May Newsletter<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-220\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"220\" class=\"mceText\" id=\"dataBlockId-220\" style=\"width:100%\"><p><br><\/p><p><strong>Dear Maths Friends,<\/strong><\/p><p class=\"mcePastedContent\"><strong>Please find below Maths and STEM news and activities including the Robert Boyle Summer School taking place in Waterford next weekend and exploring the brain. Probably the best value cultural summer school in Ireland, there is also a special accommodation deal of \u20ac120 for 3 nights. See details below.<\/strong><\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\"> As we know there is a lower participation by <strong>women in mathematics<\/strong> and some STEM areas and this is something we work hard at. Here we report on the recent Women in Maths Day Conference in Galway, a poster initiative from UCD and resources on the Maths Ireland blog. We also feature many coming events for your diary.<\/p><p class=\"mcePastedContent\"><br><\/p><ol><li><p class=\"mcePastedContent\">Robert Boyle Summer School<\/p><\/li><li><p class=\"mcePastedContent\">STRIPE new sponsor for YSTE<\/p><\/li><li><p class=\"mcePastedContent\">Gender and Maths<\/p><\/li><li><p class=\"mcePastedContent\">Summer Courses for Primary Maths<\/p><\/li><li><p class=\"mcePastedContent\">Coming Events:<\/p><p class=\"mcePastedContent\">Cork Carnival of Science<\/p><p class=\"mcePastedContent\">Clonmel Junction Festival <\/p><p class=\"mcePastedContent\">Waterford Spraoi<\/p><p class=\"mcePastedContent\">Northern Ireland Maths Teachers Association Conference<\/p><p class=\"mcePastedContent\">IMS Meeting<\/p><p class=\"mcePastedContent\">IMTA Annual Conference<\/p><p class=\"mcePastedContent\">IAMTA Annual Conference<\/p><p class=\"mcePastedContent\">Science on Stage 2026<\/p><\/li><li><p class=\"mcePastedContent\">International Day of Maths Maths Eyes Winners<\/p><\/li><\/ol><p class=\"mcePastedContent\"><br><\/p><p>Don\u2019t forget when planning for next academic year, <\/p><p>the <strong>20th Maths Week will take place from 11-19 October 2025<\/strong>.<\/p><p>And good luck to all students preparing for GSCE, A Levels, Junior Cert and Leaving Cert exams.<\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:40px\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"left\" id=\"blockContainerId-589\"><div><!--[if !mso]><!--><\/div><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"11%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:11%;width:11%;height:auto\" role=\"presentation\" data-testid=\"image-589\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/52fe2abd-846d-4042-1140-b1e9925d221f.jpeg\" width=\"68.2\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"589\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/52fe2abd-846d-4042-1140-b1e9925d221f.jpeg\" alt=\"\" width=\"68.2\" height=\"auto\" style=\"display:block;max-width:68.2px;width:68.2px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-471\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"471\" class=\"mceText\" id=\"dataBlockId-471\" style=\"width:100%\"><p class=\"mcePastedContent last-child\">Eoin Gill, Founder Maths Week Ireland<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-527\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"527\" class=\"mceText\" id=\"dataBlockId-527\" style=\"width:100%\"><p class=\"last-child\"><strong><span style=\"font-size: 24px\">Robert Boyle Summer School 6-8 June<\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"background-color:#ffecd4;padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-590\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-590\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/202be2a9-b7e4-c755-8975-cba3cd7634d5.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"590\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/202be2a9-b7e4-c755-8975-cba3cd7634d5.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-501\"><table width=\"100%\" style=\"border:0;background-color:#ffecd4;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"501\" class=\"mceText\" id=\"dataBlockId-501\" style=\"width:100%\"><p>The 13th Robert Boyle Summer School will explore the theme: The Brain, Past, Present and Future with a range of talks, walks and social events in Waterford and Lismore. \u00a0A special event on Saturday will celebrate the work of outstanding Irish neuroscientist, Prof Eleanor Maguire who sadly died in January. Her groundbreaking research helped shaped our understanding of human memory. Her study on London Taxi drivers clearly demonstrated neuroplasticity - that our brains can change as we learn. Professor Ray Dolan, regarded as one of the world\u2019s leading neuroscientists who was a colleague of Eleanor at UCL will talk about her life and legacy.<\/p><p class=\"mcePastedContent\"><strong>There is a special offer at SETU accommodation for participants: 3 nights for \u20ac120<\/strong><\/p><p class=\"mcePastedContent\">Line up:<\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Veronica Campbell (President, SETU, Neuropharmacologist)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Ray Dolan FRS (University College London<\/strong>)<\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Colin Doherty (Head of School of Medicine, Trinity College Dublin, Neurologist)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Luke Gibbons (Maynooth University, Joycean Scholar)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Dr. David Delany (SETU, Psychologist)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Professor Veronica O\u2019Keane (Emeritus Professor of Psychiatry, TCD)<\/strong> <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Dr. Nora Salaberry (SETU, Neuroscientist<\/strong>) <\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">The Summer School\u2019s programme also includes a range of social events, such as a <\/p><p class=\"MsoNormal mcePastedContent\"><strong>Walking tour of historic Waterford, <\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Visit to Blackwater Distillery, home of Robert Boyle Gin,<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Garden party in the beautiful surroundings of Lismore Castle Gardens<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Guided tour of Waterford Gallery of Art<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Booking and Further Information: <\/strong><\/p><p class=\"MsoNormal mcePastedContent last-child\">Visit <a href=\"http:\/\/www.robertboyle.ie\">www.robertboyle.ie<\/a> \u00a0for the full programme and ticket details.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"background-color:#ffecd4;padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-593\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"593\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.robertboyle.ie\/robert-boyle-summer-school\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info Here<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"593\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.robertboyle.ie\/robert-boyle-summer-school\/\"\nstyle=\"v-text-anchor:middle; width:166.72px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info Here\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"background-color:#ffecd4;padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-591\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-591\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/416c8eaf-9851-621a-7fdf-b821387a3d4e.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"591\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/416c8eaf-9851-621a-7fdf-b821387a3d4e.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-583\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"583\" class=\"mceText\" id=\"dataBlockId-583\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">Summer Maths Course for Primary Teachers<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-648\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"648\" class=\"mceText\" id=\"dataBlockId-648\" style=\"width:100%\"><p class=\"mcePastedContent last-child\">The Department of Education on the South supports a range of in-service training courses for primary teachers over the summer. Here are some examples that are relevant to Maths teaching. \u00a0<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-651\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"651\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.esci.ie\/cpd-courses\/list\/7.html?resetfilters=0&clearordering=0&clearfilters=0\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">Full List of Courses <\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"651\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.esci.ie\/cpd-courses\/list\/7.html?resetfilters=0&clearordering=0&clearfilters=0\"\nstyle=\"v-text-anchor:middle; width:201.39000000000001px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nFull List of Courses \n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-649\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"649\" class=\"mceText\" id=\"dataBlockId-649\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>PRIMARY MATHEMATICS CURRICULUM - THE 'HOW' and the 'WHAT' <\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Waterford, Clare, Laois, Limerick, Cork, Sligo, Monaghan, Carrick on Shannon, Ballincollig, Dublin, Donegal<\/strong><\/p><p class=\"mcePastedContent\"><strong>Various Dates<\/strong><\/p><p class=\"MsoNormal mcePastedContent last-child\">Participants will engage with the mathematical content, elements, and pedagogical practices of the Primary Mathematics Curriculum to deepen their mathematical and pedagogical content knowledge, building on the strengths explored during Closure Day Two. The session will support the development of participants\u2019 understanding of rich, meaningful, and inclusive learning and self-assessment experiences for children in mathematics. Through critical and collaborative reflection, participants will consider both current and future classroom practices. They will also have the opportunity to experience and develop playful and engaging learning activities across the various stages. Additionally, the session will explore how the School Self-Evaluation (SSE) process and <em>Looking at Our Schools<\/em> (2022)can support the effective implementation of the Primary Mathematics Curriculum.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-650\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"650\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.esci.ie\/cpd-courses\/list\/7.html?resetfilters=0&clearordering=0&clearfilters=0\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info <\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"650\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.esci.ie\/cpd-courses\/list\/7.html?resetfilters=0&clearordering=0&clearfilters=0\"\nstyle=\"v-text-anchor:middle; width:132.03px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info \n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-638\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"638\" class=\"mceText\" id=\"dataBlockId-638\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>THE WATERFORD GREENWAY - AN OUTDOOR LEARNING RESOURCE <\/strong><\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><strong>TUESDAY JULY 1 -TO SATURDAY, 5th JULY INCLUSIVE, <\/strong><\/p><p class=\"mcePastedContent\"><br><\/p><ul style=\"margin-top: 0cm;\" class=\"last-child\"><li><p class=\"mcePastedContent\">This course is based in <span style=\"text-decoration:underline;\">Kilmacthomas and Tramore<\/span>, It will be a combination of presentations and practical activities on the Greenway. \u00a0There will be input from 5 different tutors who will combine their expertise in biodiversity, history, geography, maths and outdoor education with the wonderful outdoor learning resources on the Greenway. The full day on using the Waterford Greenway as a classroom for Maths will be delivered by the Ciaran O Suliivan, retired Maths lecturer TUD and founder of Have you got Maths Eyes, along with the Maths Week team.<\/p><\/li><\/ul><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-647\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"647\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.wtc.ie\/cpd-courses-2\/primary-courses\/2691-face-to-face-the-waterford-greenway-an-outdoor-learning-resource-3.html\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">Greenway <\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"647\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.wtc.ie\/cpd-courses-2\/primary-courses\/2691-face-to-face-the-waterford-greenway-an-outdoor-learning-resource-3.html\"\nstyle=\"v-text-anchor:middle; width:137.38px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nGreenway \n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-645\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"645\" class=\"mceText\" id=\"dataBlockId-645\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">New Sponsor for Young Scientist<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-646\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"646\" class=\"mceText\" id=\"dataBlockId-646\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\">STRIPE has become the main sponsor for the Young Scientist and Technology Exhibition following the departure of BT after many Years. STRIP founders the Collison brothers are former prize winners with Patrick being an overall YSTE winner, while John won a category award.<\/p><p class=\"MsoNormal mcePastedContent\">Patrick Collison, Co-founder and CEO of Stripe said, \u201cYSTE is a special institution for me and John. It amplified our curiosity and reinforced our confidence at a critical juncture. We\u2019re honoured that Stripe has been selected to help preserve it for generations to come.\u201d<\/p><p class=\"MsoNormal mcePastedContent last-child\">\u00a0It is hoped that the STRIPE YSTE will go from strength to strength in the future.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-639\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"639\" class=\"mceText\" id=\"dataBlockId-639\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">Gender Balance in Maths<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-602\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-602\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/109316bb-2a65-f83f-8d20-c2518711fcb2.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"602\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/109316bb-2a65-f83f-8d20-c2518711fcb2.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-600\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"600\" class=\"mceText\" id=\"dataBlockId-600\" style=\"width:100%\"><p> \u00a0 Earlier this month Women in Maths Day was celebrated at the University of Galway by the Irish Committee for Equality, Diversity, and Inclusion in Mathematics (ICEDIM) organised with the Royal Irish Academy the Women in Mathematics Day 2025. <\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">Events take place around the world to celebrate women in mathematics on 12 May. The significance of the date is that it is the birthday of <a href=\"https:\/\/may12.womeninmaths.org\/why\" target=\"_blank\">Maryam Mirzakhani<\/a> an Iranian mathematician who was the first female recipient of the Fields Medal and sadly died in 2017 at the early age of 40. \u00a0<\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent last-child\">The Irish event was chaired by Dr Romina Gaburro from MACSI, Department of Mathematics and Statistics, UL and facilitated by Dr Niall Madden and Dr Nina Snigireva (University of Galway) and featured national and international speakers including Dr Nicola Fitz-Simon, University of Galway; Dr Doireann O\u2019Kiely, University of Limerick; Dr R\u00f3is\u00edn Neururer and Myrto Manolaki, University College Dublin; Margherita Piccolo, Fern Universit\u00e4tin Hagen; Victoria S\u00e1nchez Mu\u00f1oz, Universit\u00e9 Libre de Bruxelles. The event was registered as part of the global online effort honouring women in mathematics worldwide, in memory of Maryam Mirzakhani, the first woman and Iranian mathematician to receive the Fields Medal in 2014.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-601\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"601\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.irishmathsoc.org\/icedim\/?file=WiMD2025\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"601\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.irishmathsoc.org\/icedim\/?file=WiMD2025\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-599\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-599\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"599\" id=\"section_9215d6e75bc65eac070cd0fa334a8056\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--35\" data-block-id=\"-35\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--22\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-22\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--44\" data-block-id=\"-44\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-598\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"598\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-597\" data-block-id=\"597\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-596\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"596\" class=\"mceText\" id=\"dataBlockId-596\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">UCD Women in Maths Poster Initiative<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-587\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-587\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/c9a669ed-71b4-0527-e68b-8cde408d2744.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"587\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/c9a669ed-71b4-0527-e68b-8cde408d2744.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-605\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"605\" class=\"mceText\" id=\"dataBlockId-605\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\">A nationwide outreach project led by <a href=\"https:\/\/people.ucd.ie\/christiana.pantelidou\" target=\"_blank\" title=\"Go to 'Dr Christiana Pantelidou' page\">Dr Christiana Pantelidou<\/a> from the <a href=\"https:\/\/www.ucd.ie\/mathstat\/\" title=\"Go to 'UCD School of Mathematics and Statistics' page\">UCD School of Mathematics and Statistics<\/a> has highlighted the achievements of Irishwomen in mathematics, with the aim of encouraging girls in primary school to consider STEM careers.<\/p><p class=\"MsoNormal mcePastedContent\">\u201cIreland\u2019s Maths Superwomen\u201d profiles seven Irish female mathematicians, including Dr Pantelidou herself, as well as Sheila Tinney, the renowned mathematical physicist and UCD associate professor.<\/p><p class=\"MsoNormal mcePastedContent\">Working alongside primary school teacher Caitriona O\u2019Sullivan and artist Lauren McHugh, Dr Pantelidou has developed a poster exhibition aimed at 8-10-year-old girls from rural areas of Ireland, celebrating the life and achievements of the mathematicians. <\/p><p class=\"MsoNormal mcePastedContent last-child\">Over the next year, English and Irish-language versions of the posters will be distributed to mixed or girls-only schools and community centres across the country, as well as being available online.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-606\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"606\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.ucd.ie\/newsandopinion\/news\/2025\/february\/11\/ucdresearcherleadsschooloutreachprojecthighlightingirishmathssuperwomen\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"606\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.ucd.ie\/newsandopinion\/news\/2025\/february\/11\/ucdresearcherleadsschooloutreachprojecthighlightingirishmathssuperwomen\/\"\nstyle=\"v-text-anchor:middle; width:126.7px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-603\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"603\" class=\"mceText\" id=\"dataBlockId-603\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">Irish Women in Maths at Maths Ireland Blog<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-609\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-609\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/d247373f-e2cf-39dd-ff91-2f725c68889c.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"609\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/d247373f-e2cf-39dd-ff91-2f725c68889c.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-607\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"607\" class=\"mceText\" id=\"dataBlockId-607\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\">You can read about Sheila Tinney and the first 55 Irish women trailblazers in mathematics, \u00a0in the Maths Ireland blogs <a href=\"https:\/\/www.mathsireland.ie\/blog\/2021_05_cm\" target=\"_blank\">here<\/a> <\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\">You can also watch a presentation about pioneering Irish Maths Women spanning 150 years \u00a0in this <a href=\"https:\/\/www.mathsireland.ie\/annals-of-irish-mathematics-mathematicians\/women\" target=\"_blank\">video<\/a> <span style=\"color:windowtext;\"> from the Robert Boyle Summer School 2021 where we celebrated Women in STEM: Past, Present and Future. Prof Colm Mulcahy\u2019s piece starts <\/span>at 30 minutes. <\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-610\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"610\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.mathsireland.ie\/annals-of-irish-mathematics-mathematicians\/women\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"610\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.mathsireland.ie\/annals-of-irish-mathematics-mathematicians\/women\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-608\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"608\" class=\"mceText\" id=\"dataBlockId-608\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Cork Carnival of Science<\/h2><h2 class=\"mcePastedContent last-child\">7-8 June<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-616\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-616\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/07c9641f-ea5c-075c-ac28-d8c0506c8e41.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"616\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/07c9641f-ea5c-075c-ac28-d8c0506c8e41.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-615\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"615\" class=\"mceText\" id=\"dataBlockId-615\" style=\"width:100%\"><p class=\"last-child\">The Cork Carnival of Science will return to Fitzgerald Park next weekend with fun for all the family. Unfortunately the Maths Week team will not be there as we will be running the Robert Boyle Summer School and at present we don\u2019t have the to resources to cover both. Nevertheless if you are near Cork this is a fantastic event for all.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-617\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"617\" class=\"mceText\" id=\"dataBlockId-617\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Clonmel Junction Arts Festival<\/h2><h2 class=\"mcePastedContent last-child\">July 11<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-644\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"36%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:36%;width:36%;height:auto\" role=\"presentation\" data-testid=\"image-644\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/9a177c80-b61c-6e8f-35b9-6d13783327a8.jpg\" width=\"237.6\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"644\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/9a177c80-b61c-6e8f-35b9-6d13783327a8.jpg\" alt=\"\" width=\"237.6\" height=\"auto\" style=\"display:block;max-width:237.6px;width:237.6px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-618\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"618\" class=\"mceText\" id=\"dataBlockId-618\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><span style=\"color:black;\"><span style=\"font-size: 11pt\">The Maths Week team and Calmast, the STEM Engagement Centre at South East Technological University (SETU), returns to The Lab at the Showgrounds Shopping Centre as part of this year\u2019s Clonmel Junction Arts Festival. Join us for a fun-filled day of hands-on activities designed to spark curiosity and encourage creativity and critical thinking.<\/span><\/span><\/p><p class=\"MsoNormal mcePastedContent last-child\"><span style=\"color:black;\"><span style=\"font-size: 11pt\">Free Event | 11am - 3pm | Suitable for Ages 5+<\/span><\/span><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-620\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"620\" class=\"mceText\" id=\"dataBlockId-620\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Waterford Spraoi Festival<\/h2><h2 class=\"mcePastedContent last-child\">August 2 - 3<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-621\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-621\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/2da09c2e-16a8-0450-a53a-bb3f7694ea67.jpeg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"621\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/2da09c2e-16a8-0450-a53a-bb3f7694ea67.jpeg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-619\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"619\" class=\"mceText\" id=\"dataBlockId-619\" style=\"width:100%\"><p class=\"last-child\">The Maths Week team will be at the Spraoi Street Theatre Festival on the August Bank Holiday weekend when Cathedral Square will become STEM Square with loads of Maths Activities for all ages.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-614\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"614\" class=\"mceText\" id=\"dataBlockId-614\" style=\"width:100%\"><h2 class=\"mcePastedContent last-child\">Northern Ireland Maths Teachers Association Conference 30 August<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-604\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-604\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/cb79f9c5-9e70-4965-ce26-f1b1ae7bb5a4.jpg\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"604\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/cb79f9c5-9e70-4965-ce26-f1b1ae7bb5a4.jpg\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-586\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-586\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"586\" id=\"section_6b68222b08474300e310ffd5fda6dc58\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--34\" data-block-id=\"-34\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--20\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-20\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--43\" data-block-id=\"-43\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-585\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"585\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-584\" data-block-id=\"584\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-582\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"582\" class=\"mceText\" id=\"dataBlockId-582\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>NIMTA conference<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Lisburn<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Sat 30 August 2025<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>9am \u2013 1pm <\/strong><\/p><p class=\"MsoNormal mcePastedContent\">The Northern Ireland Maths Teachers Association is holding its first conference on Saturday 30August 2025 for post primary maths teachers. The keynote presentation \u201cHow understanding Cognitive Load Theory Unlocks Maths Learning will be delivered by Amarbeer Singh Gill. This will be followed by workshops developed by local teachers. <\/p><p class=\"mcePastedContent\">Connect with NIMTA:<\/p><p class=\"MsoNormal mcePastedContent\">Bluesky: @nimtassoc.bsky.social<\/p><p class=\"MsoNormal mcePastedContent\">X: @NIMTAssoc<\/p><p class=\"mcePastedContent last-child\"><span style=\"font-size: 11pt\"><span style=\"font-family: Aptos, sans-serif\">Insta: nimtassoc<\/span><\/span><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-592\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"592\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.facebook.com\/events\/2099851680480068\/?post_id=2116188308846405&acontext=%7B%22event_action_history%22%3A[%7B%22mechanism%22%3A%22footer_attachment%22%2C%22surface%22%3A%22newsfeed%22%7D]%2C%22ref_notif_type%22%3Anull%7D\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"592\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.facebook.com\/events\/2099851680480068\/?post_id=2116188308846405&acontext=%7B%22event_action_history%22%3A[%7B%22mechanism%22%3A%22footer_attachment%22%2C%22surface%22%3A%22newsfeed%22%7D]%2C%22ref_notif_type%22%3Anull%7D\"\nstyle=\"v-text-anchor:middle; width:126.7px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-520\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"520\" class=\"mceText\" id=\"dataBlockId-520\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Irish Maths Society Annual Meeting <\/h2><h2 class=\"mcePastedContent last-child\">28-29 August<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-594\"><table width=\"100%\" style=\"border:0;background-color:#ffecd4;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"594\" class=\"mceText\" id=\"dataBlockId-594\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><br><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/9e57584f-5645-1ede-a382-3ccae05e87d1.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"257.40000000000003\" height=\"auto\" class=\"imageDropZone mceImage\">The 38th Annual IMS meeting will take place in Maynooth University on the 28th and 29th of August 2025. <\/p><p class=\"mcePastedContent\">There will be a number of contributed short talks and a poster session. \u00a0<\/p><p class=\"MsoNormal mcePastedContent\">If you would like to submit a proposal for a talk or a poster, please send an email with your name, affiliation, the talk title, and a brief abstract to <a href=\"mailto:christian.ketterer@mu.ie\"><strong>christian.ketterer@mu.ie<\/strong><\/a><strong>. <\/strong> We would like to ask you to include <strong>IMS2025 Short Talk<\/strong> or <strong>IMS2025 Poster<\/strong> in the subject line.<\/p><p class=\"MsoNormal mcePastedContent last-child\">The deadline for both posters and short talk proposals is Friday, 20th June, 2025.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-640\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"640\" class=\"mceText\" id=\"dataBlockId-640\" style=\"width:100%\"><h2 class=\"mcePastedContent\">Talking Maths in Public<\/h2><h2 class=\"mcePastedContent last-child\">28-30 August<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-642\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-642\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/d984cb65-98a4-4a66-8ad5-cc9b48c533e6.png\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"642\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/d984cb65-98a4-4a66-8ad5-cc9b48c533e6.png\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-641\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"641\" class=\"mceText\" id=\"dataBlockId-641\" style=\"width:100%\"><p><br><\/p><p class=\"MsoNormal mcePastedContent\"><strong>TMiP 2025 will take place in the Zeeman Building at the University of Warwick on 28th - 30th August 2025<\/strong>, with the option to participate online too. With two days of workshops, sessions and discussions on Thursday and Friday, and a half day on Saturday for networking and activities.<\/p><p class=\"mcePastedContent\">Talking Maths in Public is a conference which runs in the UK every two years, for people who work in, or otherwise participate in, communicating mathematics to the public. The event is independently organised and funded by ticket sales and grants from mathematical institutions. Our events in 2017, 2019, 2021 (online)and 2023 all fully sold out and were highly rated by attendees.<\/p><p class=\"MsoNormal mcePastedContent last-child\">TMiP is run by an independent committee of people who work in different areas of maths communication, and the event includes workshops provided by expert guests, discussions on varied topics, networking sessions and chances to share ideas and showcase projects.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-643\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"643\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/talkingmathsinpublic.uk\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"643\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/talkingmathsinpublic.uk\/\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-572\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"572\" class=\"mceText\" id=\"dataBlockId-572\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong><span style=\"font-size: 25px\">IMTA Conference <\/span><\/strong><\/p><p class=\"MsoNormal mcePastedContent last-child\"><strong><span style=\"font-size: 25px\">13 September 2025 <\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-565\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffecd4;padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-565\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"565\" id=\"section_46b2e4cf8c098534d6d537fbd69d2cbd\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--33\" data-block-id=\"-33\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--18\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-18\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--42\" data-block-id=\"-42\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-564\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"564\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" style=\"table-layout:fixed\" role=\"presentation\"><colgroup><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><\/colgroup><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-563\" data-block-id=\"563\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-480\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"480\" class=\"mceText\" id=\"dataBlockId-480\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\">IMTA Maths Conference2025 will be held on Saturday 13th September in the Midlands Park Hotel, Portlaoise, Co Laois. The cost of the conference, including lunch is \u20ac20.<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-size: 11pt\"><span style=\"font-family: Aptos, sans-serif\">The keynote speaker is Dr Tom Crawford. <\/span><\/span><\/p><p class=\"mcePastedContent last-child\"><span style=\"font-size: 11pt\"><span style=\"font-family: Aptos, sans-serif\">A regular visitor to Maths Week, Tom is a Mathematician at the University of Oxford and the University of Cambridge. Tom runs an award-winning outreach programme through his website \u2019Tom Rocks Maths\u2019 also a regular on Numberphile and the BBC. Recently filled in for Rachel Riley on Countdown<\/span><\/span> <\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-567\" data-block-id=\"567\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-566\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-566\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/488930b9-99c8-454d-9226-9f4ade657caf.jpg\" width=\"280.5\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"566\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/488930b9-99c8-454d-9226-9f4ade657caf.jpg\" alt=\"\" width=\"280.5\" height=\"auto\" style=\"display:block;max-width:280.5px;width:280.5px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-481\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"481\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/imta.ie\/product\/imta-maths-conference-2025\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">Read Article <\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"481\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/imta.ie\/product\/imta-maths-conference-2025\/\"\nstyle=\"v-text-anchor:middle; width:150.72px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nRead Article \n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-521\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"521\" class=\"mceText\" id=\"dataBlockId-521\" style=\"width:100%\"><h2 class=\"mcePastedContent\">IAMTA Conference<\/h2><h2 class=\"mcePastedContent last-child\">15 November 2025<\/h2><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-524\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff;padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-524\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"524\" id=\"section_e655b7917ac37470fb00bfdc6de7a354\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--31\" data-block-id=\"-31\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--14\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-14\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--40\" data-block-id=\"-40\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-523\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"523\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" style=\"table-layout:fixed\" role=\"presentation\"><colgroup><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><\/colgroup><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-522\" data-block-id=\"522\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-519\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"519\" class=\"mceText\" id=\"dataBlockId-519\" style=\"width:100%\"><p>The Irish Applied Maths Teachers Association conference will take place in Athlone on 15 November at the Athlone Springs Hotel. \u00a0<\/p><p class=\"last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-571\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"571\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/iamta.ie\/annual-conference-2025\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"571\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/iamta.ie\/annual-conference-2025\/\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-526\" data-block-id=\"526\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-525\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-525\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/645b6f84-40f1-2671-3184-356552c6a199.jpg\" width=\"280.5\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"525\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/645b6f84-40f1-2671-3184-356552c6a199.jpg\" alt=\"\" width=\"280.5\" height=\"auto\" style=\"display:block;max-width:280.5px;width:280.5px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-516\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"516\" class=\"mceText\" id=\"dataBlockId-516\" style=\"width:100%\"><p class=\"last-child\"><strong><span style=\"font-size: 24px\">SoS - Science on Stage 2026<\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-613\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"85%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:85%;width:85%;height:auto\" role=\"presentation\" data-testid=\"image-613\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/ce9b9735-bba0-bda5-c6ef-10e024fb6ede.png\" width=\"561\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"imageDropZone mceImage\" data-block-id=\"613\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"imageDropZone mceImage\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/ce9b9735-bba0-bda5-c6ef-10e024fb6ede.png\" alt=\"\" width=\"561\" height=\"auto\" style=\"display:block;max-width:561px;width:561px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-509\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffecd4;padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-509\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"509\" id=\"section_0469b2767979b639c82286a2231c163a\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--30\" data-block-id=\"-30\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--12\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-12\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--39\" data-block-id=\"-39\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-515\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"515\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" style=\"table-layout:fixed\" role=\"presentation\"><colgroup><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><\/colgroup><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-511\" data-block-id=\"511\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-510\"><table width=\"100%\" style=\"border:0;background-color:#ffecd4;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"510\" class=\"mceText\" id=\"dataBlockId-510\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>Science on Stage 2026 will take place in Klaipeda, Lithuania 28 - 31 May. \u00a0<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><strong>Applications are invited from teachers for the Festival - Closing in September.<\/strong><\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">-Travel, Festival fee and accommodation costs all covered<\/p><p class=\"MsoNormal mcePastedContent\">- Projects do not need to be complete as an experience mentor will be assigned<\/p><p class=\"MsoNormal mcePastedContent\">- Join 450 teachers from 35 countries to share innovative practical ideas<\/p><p class=\"MsoNormal mcePastedContent\">Fill in the expression of interest <a href=\"https:\/\/bit.ly\/SonSapply\" target=\"_blank\">here<\/a><\/p><p class=\"MsoNormal mcePastedContent last-child\"> or email <a href=\"mailto:paul.nugent@gmail.com\" target=\"_blank\">paul.nugent@gmail.com<\/a> for more info.<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-612\" data-block-id=\"612\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-611\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"611\" class=\"mceText\" id=\"dataBlockId-611\" style=\"width:100%\"><p class=\"MsoNormal mcePastedContent\"><strong>Guiding themes forFestival 2026<\/strong><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>STEM for the youngest<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>STEM education for sustainable development<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>AI in STEM education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>Equity and inclusion in STEM education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>Self-directed learning in STEM education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>Career Orientation in STEM Education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>Low-cost experiments in STEM education<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span> Collaborative projects<\/p><p class=\"MsoNormal mcePastedContent\"><span style=\"font-family: 'Segoe UI Symbol', sans-serif\">\u2023<\/span>STEM for Teachers in Training <\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-459\"><table width=\"100%\" style=\"border:0;background-color:#c2eae8;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:4px;padding-bottom:4px\" class=\"mceTextBlockContainer\"><div data-block-id=\"459\" class=\"mceText\" id=\"dataBlockId-459\" style=\"width:100%\"><p class=\"last-child\"><strong><span style=\"font-size: 24px\">International Day of Maths Maths Eyes Competition<\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-500\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"500\" class=\"mceText\" id=\"dataBlockId-500\" style=\"width:100%\"><p class=\"last-child\">The IDM competition attracted hundreds of entries from across the island. The winning entries are shown below. Congratulations to the winners and well done to all who entered and practiced using their Maths Eyes. <\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-504\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff;padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-504\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"504\" id=\"section_82e2d7bd159addc67466c0a224183bcd\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--29\" data-block-id=\"-29\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--10\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-10\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--38\" data-block-id=\"-38\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-503\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"503\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" style=\"table-layout:fixed\" role=\"presentation\"><colgroup><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><col span=\"1\" width=\"8.333333333333332%\"><\/colgroup><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-628\" data-block-id=\"628\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-627\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"627\" class=\"mceText\" id=\"dataBlockId-627\" style=\"width:100%\"><p>Na\u00edon\u00e1in Bheaga agus Mh\u00f3ra <img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/db6e8238-c4cc-bf49-525f-9793ce9c5264.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">Tadhg \u00f3 Dochartaigh <\/p><p class=\"MsoNormal mcePastedContent\">Na\u00ed. Mh\u00f3ra, Gaelscoil Bhrian B\u00f3roimhe,S\u00f3rd<\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-629\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"629\" class=\"mceText\" id=\"dataBlockId-629\" style=\"width:100%\"><p>Rang a Tr\u00ed agus a Ceathair<img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/857907c2-709d-21cd-23bb-a2871563427b.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"> <\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\"><br><\/p><p class=\"MsoNormal mcePastedContent\">Tom\u00e1s \u00d3g \u00d3 Gr\u00edofa <\/p><p class=\"MsoNormal mcePastedContent\">Rang a 4, ScoilSailearna, Indreabh\u00e1n\u00a0<\/p><p class=\"MsoNormal mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-634\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"634\" class=\"mceText\" id=\"dataBlockId-634\" style=\"width:100%\"><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\">Primary School<\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\"><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/308287d7-c48f-8718-1336-a6b0e4450e75.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"561\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p class=\"mcePastedContent\">Gabriela Piskorz<\/p><p class=\"mcePastedContent\">Castlebar Primary School Senior Campus<\/p><p class=\"MsoNormal mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-637\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"637\" class=\"mceText\" id=\"dataBlockId-637\" style=\"width:100%\"><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\">Post Primary School<\/p><p class=\"mcePastedContent\"><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/8e847c83-b4c9-c957-b904-c49c51065913.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p class=\"mcePastedContent\">I<span style=\"font-size: 12pt\"><span style=\"font-family: Aptos, sans-serif\">sabelle hHealy, <\/span><\/span><\/p><p class=\"mcePastedContent\"><span style=\"font-size: 12pt\"><span style=\"font-family: Aptos, sans-serif\">Scoil Mhuire Cork<\/span><\/span><\/p><p class=\"MsoNormal mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-633\" data-block-id=\"633\" colspan=\"6\" width=\"50%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-630\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"630\" class=\"mceText\" id=\"dataBlockId-630\" style=\"width:100%\"><p>Rang a hAon agus a D\u00f3<br><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/22296998-0590-d0d7-acd4-af2f22f6a3e6.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p>D\u00f3nal \u00d3 Dulaoich <\/p><p class=\"mcePastedContent last-child\"><span style=\"font-size: 12pt\"><span style=\"font-family: Aptos, sans-serif\">Ranga 2, Gaelscoil an tSl\u00ed D\u00e1la, Co. Laoise<\/span><\/span><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-632\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"632\" class=\"mceText\" id=\"dataBlockId-632\" style=\"width:100%\"><p>Rang a C\u00faig agus a S\u00e9<img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/c8409bbf-fe26-8ce3-54b1-33cf818ecae7.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"280.5\" height=\"auto\" class=\"imageDropZone mceImage\"> <\/p><p class=\"MsoNormal mcePastedContent\">Grace N\u00ed Sh\u00failleabh\u00e1in <\/p><p class=\"MsoNormal mcePastedContent\">Rang a 5, GaelscoilMhic Amhlaigh, Gaillimh<\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-636\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"636\" class=\"mceText\" id=\"dataBlockId-636\" style=\"width:100%\"><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\">Post Primary School <\/p><p class=\"mcePastedContent\"><br><\/p><p class=\"mcePastedContent\"><img decoding=\"async\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/6663d3d4-6c80-3551-8576-a58fd9fca010.jpg\" alt=\"\" style=\"display: block; max-width: 100%; height: auto; border-radius: 0px;\" width=\"561\" height=\"auto\" class=\"imageDropZone mceImage\"><\/p><p class=\"mcePastedContent\">Dillon Grebel Thornton<\/p><p class=\"mcePastedContent\">Col\u00e1iste Ru\u00e1in, Killanaule, Co Tipperary<\/p><p class=\"MsoNormal mcePastedContent\">\u00a0 <\/p><p class=\"mcePastedContent last-child\"><br><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-284\"><table width=\"100%\" style=\"border-width:1px;border-style:ridge;border-color:#000000;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"284\" class=\"mceText\" id=\"dataBlockId-284\" style=\"width:100%\"><p class=\"last-child\"><strong><span style=\"font-size: 18px\">If you have news, resources or events you would like to share or feedback on this newsletter please email mathsweek.wd@setu.ie<\/span><\/strong><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-285\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"285\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--6\" data-block-id=\"-6\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceSocialFollowBlockContainer\" id=\"blockContainerId--5\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" class=\"mceSocialFollowBlock\" data-block-id=\"-5\"><tbody><tr><td valign=\"middle\" align=\"center\"><!--[if mso]><table align=\"left\" border=\"0\" cellspacing= \"0\" cellpadding=\"0\"><tr><![endif]--><!--[if mso]><td align=\"center\" valign=\"top\"><![endif]--><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;float:left\" role=\"presentation\"><tbody><tr><td style=\"padding-top:3px;padding-bottom:3px;padding-left:12px;padding-right:12px\" valign=\"top\" class=\"mceSocialFollowIcon\" align=\"center\" width=\"40\"><a href=\"https:\/\/facebook.com\/mathsweek\" target=\"_blank\" rel=\"noreferrer\"><img decoding=\"async\" class=\"mceSocialFollowImage\" width=\"40\" height=\"40\" alt=\"Facebook icon\" src=\"https:\/\/cdn-images.mailchimp.com\/icons\/social-block-v3\/block-icons-v3\/facebook-filled-dark-40.png\"><\/a><\/td><\/tr><\/tbody><\/table><!--[if mso]><\/td><![endif]--><!--[if mso]><td align=\"center\" valign=\"top\"><![endif]--><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;float:left\" role=\"presentation\"><tbody><tr><td style=\"padding-top:3px;padding-bottom:3px;padding-left:12px;padding-right:12px\" valign=\"top\" class=\"mceSocialFollowIcon\" align=\"center\" width=\"40\"><a href=\"https:\/\/instagram.com\/mathsireland\" target=\"_blank\" rel=\"noreferrer\"><img decoding=\"async\" class=\"mceSocialFollowImage\" width=\"40\" height=\"40\" alt=\"Instagram icon\" src=\"https:\/\/cdn-images.mailchimp.com\/icons\/social-block-v3\/block-icons-v3\/instagram-filled-dark-40.png\"><\/a><\/td><\/tr><\/tbody><\/table><!--[if mso]><\/td><![endif]--><!--[if mso]><td align=\"center\" valign=\"top\"><![endif]--><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;float:left\" role=\"presentation\"><tbody><tr><td style=\"padding-top:3px;padding-bottom:3px;padding-left:12px;padding-right:12px\" valign=\"top\" class=\"mceSocialFollowIcon\" align=\"center\" width=\"40\"><a href=\"https:\/\/twitter.com\/mathsweek\" target=\"_blank\" rel=\"noreferrer\"><img decoding=\"async\" class=\"mceSocialFollowImage\" width=\"40\" height=\"40\" alt=\"Twitter icon\" src=\"https:\/\/cdn-images.mailchimp.com\/icons\/social-block-v3\/block-icons-v3\/twitter-filled-dark-40.png\"><\/a><\/td><\/tr><\/tbody><\/table><!--[if mso]><\/td><![endif]--><!--[if mso]><td align=\"center\" valign=\"top\"><![endif]--><table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"display:inline;float:left\" role=\"presentation\"><tbody><tr><td style=\"padding-top:3px;padding-bottom:3px;padding-left:12px;padding-right:12px\" valign=\"top\" class=\"mceSocialFollowIcon\" align=\"center\" width=\"40\"><a href=\"https:\/\/tiktok.com\/https:\/\/www.tiktok.com\/@mathsweek?lang=en\" target=\"_blank\" rel=\"noreferrer\"><img decoding=\"async\" class=\"mceSocialFollowImage\" width=\"40\" height=\"40\" alt=\"TikTok icon\" src=\"https:\/\/cdn-images.mailchimp.com\/icons\/social-block-v3\/block-icons-v3\/tiktok-filled-dark-40.png\"><\/a><\/td><\/tr><\/tbody><\/table><!--[if mso]><\/td><![endif]--><!--[if mso]><\/tr><\/table><![endif]--><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-55\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"55\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">Follow us<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"55\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"\"\nstyle=\"v-text-anchor:middle; width:127.58px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nFollow us\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceGutterContainer\" id=\"gutterContainerId-489\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate\" role=\"presentation\"><tbody><tr><td style=\"padding-top:8px;padding-bottom:8px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-489\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"489\" id=\"section_18c1f63715bb2695f6242855e04739c9\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--28\" data-block-id=\"-28\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--8\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-8\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--37\" data-block-id=\"-37\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-488\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"488\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-487\" data-block-id=\"487\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"background-color:transparent;padding-top:20px;padding-bottom:20px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceDividerBlockContainer\" id=\"blockContainerId-130\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color:transparent;width:100%\" role=\"presentation\" class=\"mceDividerContainer\" data-block-id=\"130\"><tbody><tr><td style=\"min-width:100%;border-top-width:2px;border-top-style:solid;border-top-color:#000000;line-height:0;font-size:0\" valign=\"top\" class=\"mceDividerBlock\">\u00a0<\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" id=\"blockContainerId-471\"><table width=\"100%\" style=\"border:0;background-color:#ffffff;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:24px;padding-right:24px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"471\" class=\"mceText\" id=\"dataBlockId-471\" style=\"width:100%\"><p class=\"mcePastedContent last-child\">Eoin Gill, Founder Maths Week Ireland<\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"559\" id=\"section_ac11cf9dfe0e55f5f6d1a088eb026ffd\" class=\"mceLayout\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--32\" data-block-id=\"-32\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" align=\"center\" id=\"blockContainerId--16\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-16\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--41\" data-block-id=\"-41\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td valign=\"top\" id=\"blockContainerId-558\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"558\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId-557\" data-block-id=\"557\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceButtonBlockContainer\" align=\"center\" id=\"blockContainerId-595\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"595\" class=\"mceButtonContainer\"><tbody><tr class=\"mceStandardButton\"><td style=\"background-color:#000000;border-radius:0;text-align:center\" valign=\"top\" class=\"mceButton\"><a href=\"https:\/\/www.irishmathsoc.org\/meetings\/\" target=\"_blank\" class=\"mceButtonLink\" style=\"background-color:#000000;border-radius:0;border:2px solid #000000;color:#ffffff;display:block;font-family:'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;font-size:16px;font-weight:normal;font-style:normal;padding:16px 28px;text-decoration:none;text-align:center;direction:ltr;letter-spacing:0px\" rel=\"noreferrer\">More Info<\/a><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" data-block-id=\"595\" class=\"mceButtonContainer\"><tbody><tr>\n<!--[if mso]>\n<td align=\"center\">\n<v:roundrect xmlns:v=\"urn:schemas-microsoft-com:vml\"\nxmlns:w=\"urn:schemas-microsoft-com:office:word\"\nhref=\"https:\/\/www.irishmathsoc.org\/meetings\/\"\nstyle=\"v-text-anchor:middle; width:127.59px; height:54px;\"\narcsize=\"0%\"\nstrokecolor=\"#000000\"\nstrokeweight=\"2px\"\nfillcolor=\"#000000\">\n<v:stroke dashstyle=\"solid\"\/>\n<w:anchorlock \/>\n<center style=\"\ncolor: #ffffff;\ndisplay: block;\nfont-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;\nfont-size: 16;\nfont-style: normal;\nfont-weight: normal;\nletter-spacing: 0px;\ntext-decoration: none;\ntext-align: center;\ndirection: ltr;\"\n>\nMore Info\n<\/center>\n<\/v:roundrect>\n<\/td>\n<![endif]-->\n<\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><!--[if (gte mso 9)|(IE)]><\/td><\/tr><\/table><![endif]--><\/td><\/tr><\/tbody><tbody data-block-id=\"187\" class=\"mceWrapper\"><tr><td style=\"background-color:#f4f4f4\" valign=\"top\" align=\"center\" class=\"mceSectionFooter\"><!--[if (gte mso 9)|(IE)]><table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"660\" style=\"width:660px;\"><tr><td><![endif]--><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"max-width:660px\" role=\"presentation\"><tbody><tr><td style=\"background-color:#ffffff\" valign=\"top\" class=\"mceWrapperInner\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"186\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--27\" data-block-id=\"-27\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:8px;padding-bottom:8px;padding-right:8px;padding-left:8px\" valign=\"top\" class=\"mceLayoutContainer\" id=\"blockContainerId-184\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"184\" id=\"section_205f51a7852da740bef00a54087493aa\" class=\"mceFooterSection\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"12\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:0;padding-bottom:0\" valign=\"top\" class=\"mceColumn\" id=\"mceColumnId--3\" data-block-id=\"-3\" colspan=\"12\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\"><tbody><tr><td style=\"padding-top:12px;padding-bottom:12px;padding-right:0;padding-left:0\" valign=\"top\" class=\"mceImageBlockContainer\" align=\"center\" id=\"blockContainerId-181\"><div><!--[if !mso]><!--><\/div><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse:separate;margin:0;vertical-align:top;max-width:110px;width:100%;height:auto\" role=\"presentation\" data-testid=\"image-181\"><tbody><tr><td style=\"border:0;border-radius:0;margin:0\" valign=\"top\"><img decoding=\"async\" alt=\"Logo\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/ee7f1eb9-46b1-40d2-acda-49f5f1c26a3e.jpg\" width=\"110\" height=\"auto\" style=\"display:block;max-width:100%;height:auto;border-radius:0\" class=\"mceLogo\" data-block-id=\"181\"><\/td><\/tr><\/tbody><\/table><div><!--<![endif]--><\/div><div>\n<!--[if mso]>\n<span class=\"mceImageBorder\" style=\"border:0;vertical-align:top;margin:0\"><img decoding=\"async\" role=\"presentation\" class=\"mceLogo\" src=\"https:\/\/mcusercontent.com\/1e4c696c230483f91e7da02d5\/images\/ee7f1eb9-46b1-40d2-acda-49f5f1c26a3e.jpg\" alt=\"Logo\" width=\"110\" height=\"auto\" style=\"display:block;max-width:110px;width:110px;height:auto\"\/><\/span>\n<![endif]-->\n<\/div><\/td><\/tr><tr><td style=\"padding-top:0;padding-bottom:0;padding-right:0;padding-left:0\" valign=\"top\" align=\"center\" id=\"blockContainerId-182\"><table width=\"100%\" style=\"border:0;border-radius:0;border-collapse:separate\"><tbody><tr><td style=\"padding-left:16px;padding-right:16px;padding-top:12px;padding-bottom:12px\" class=\"mceTextBlockContainer\"><div data-block-id=\"182\" class=\"mceText\" id=\"dataBlockId-182\" style=\"display:inline-block;width:100%\"><p class=\"last-child\"><em>Copyright (C) 2025 Maths Week Ireland*. All rights reserved.<\/em><br><br>Our mailing address is:<br>mathsweek.wd@setu.ie<br><br>Want to change how you receive these emails?<br>You can <a href=\"https:\/\/calmast.us5.list-manage.com\/profile?u=1e4c696c230483f91e7da02d5&id=5de9e4a074&e=[UNIQID]&c=1010b25748\">update your preferences<\/a> or <a href=\"https:\/\/calmast.us5.list-manage.com\/unsubscribe?u=1e4c696c230483f91e7da02d5&id=5de9e4a074&t=b&e=[UNIQID]&c=1010b25748\">unsubscribe<\/a><\/p><\/div><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td valign=\"top\" class=\"mceLayoutContainer\" align=\"center\" id=\"blockContainerId--2\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" data-block-id=\"-2\"><tbody><tr class=\"mceRow\"><td style=\"background-position:center;background-repeat:no-repeat;background-size:cover;padding-top:0px;padding-bottom:0px\" valign=\"top\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"24\" width=\"100%\" role=\"presentation\"><tbody><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><tr><td style=\"background-color:transparent;padding-top:20px;padding-bottom:20px;padding-right:24px;padding-left:24px\" valign=\"top\" class=\"mceDividerBlockContainer\" id=\"blockContainerId-185\"><table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"background-color:transparent;width:100%\" role=\"presentation\" class=\"mceDividerContainer\" data-block-id=\"185\"><tbody><tr><td style=\"min-width:100%;border-top-width:2px;border-top-style:solid;border-top-color:#000000;line-height:0;font-size:0\" valign=\"top\" class=\"mceDividerBlock\">\u00a0<\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><\/td><\/tr><\/tbody><\/table><!--[if (gte mso 9)|(IE)]><\/td><\/tr><\/table><![endif]--><\/td><\/tr><\/tbody><\/table>\n<\/td>\n<\/tr>\n<\/tbody><\/table>\n<\/center>\n<\/body><\/html><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_5 1_5 fusion-one-fifth fusion-column-last\" style=\"width:20%;width:calc(20% - ( ( 4% + 4% ) * 0.2 ) );margin-top:0px;margin-bottom:20px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><span class=\" fusion-imageframe imageframe-none imageframe-6 hover-type-none\"><img decoding=\"async\" width=\"2560\" height=\"1067\" title=\"Podcasts &#038; Media Banner Graphic RK 10\/1\/23\" src=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Podcasts-Media-scaled.jpg\" class=\"img-responsive wp-image-14099\" srcset=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Podcasts-Media-200x83.jpg 200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Podcasts-Media-400x167.jpg 400w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Podcasts-Media-600x250.jpg 600w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Podcasts-Media-800x334.jpg 800w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Podcasts-Media-1200x500.jpg 1200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2023\/01\/Podcasts-Media-scaled.jpg 2560w\" sizes=\"(max-width: 800px) 100vw, 400px\" \/><\/span><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep fusion-clearfix\" style=\"float:left;margin-top:10px;margin-bottom:45px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"border-color:#ff8d61;border-top-width:2px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><span class=\" fusion-imageframe imageframe-none imageframe-7 hover-type-none\"><a class=\"fusion-no-lightbox\" href=\"https:\/\/www.mathsweek.ie\/2025\/podcast-media\/\" target=\"_self\" aria-label=\"Screenshot 2019-10-23 at 12.09.57\"><img decoding=\"async\" width=\"392\" height=\"175\" alt=\"Soundcloud 01\" src=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2019\/10\/Screenshot-2019-10-23-at-12.09.57.png\" class=\"img-responsive wp-image-5647\" srcset=\"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2019\/10\/Screenshot-2019-10-23-at-12.09.57-200x89.png 200w, https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2019\/10\/Screenshot-2019-10-23-at-12.09.57.png 392w\" sizes=\"(max-width: 800px) 100vw, 392px\" \/><\/a><\/span><div class=\"fusion-text fusion-text-3\"><h2>Have You Got Maths Eyes Award Winners<\/h2>\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"mceLayoutContainer\" valign=\"top\">\n<table id=\"section_22b5d54ae78efad3ffcbea5ab0b201b1\" class=\"mceLayout\" role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" data-block-id=\"621\">\n<tbody>\n<tr class=\"mceRow\">\n<td valign=\"top\">\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"mceColumn\" colspan=\"12\" valign=\"top\" width=\"100%\" data-block-id=\"-106\">\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td align=\"center\" valign=\"top\">\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" data-block-id=\"-76\">\n<tbody>\n<tr class=\"mceRow\">\n<td valign=\"top\">\n<table role=\"presentation\" border=\"0\" width=\"100%\" cellspacing=\"24\" cellpadding=\"0\">\n<colgroup>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/>\n<col span=\"1\" width=\"8.333333333333332%\" \/><\/colgroup>\n<tbody>\n<tr>\n<td class=\"mceColumn\" colspan=\"6\" valign=\"center\" width=\"50%\" data-block-id=\"-17\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-44 .fusion-button-text, .fusion-button.button-44 i {color:rgba(255,255,255,0.92);}.fusion-button.button-44 .fusion-button-icon-divider{border-color:rgba(255,255,255,0.92);}.fusion-button.button-44:hover .fusion-button-text, .fusion-button.button-44:hover i,.fusion-button.button-44:focus .fusion-button-text, .fusion-button.button-44:focus i,.fusion-button.button-44:active .fusion-button-text, .fusion-button.button-44:active{color:#785510;}.fusion-button.button-44:hover .fusion-button-icon-divider, .fusion-button.button-44:hover .fusion-button-icon-divider, .fusion-button.button-44:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-44:hover, .fusion-button.button-44:focus, .fusion-button.button-44:active{border-color:#785510;}.fusion-button.button-44 {border-color:#785510;border-radius:2px;}.fusion-button.button-44{background: rgba(244,173,85,0.95);}.fusion-button.button-44:hover,.button-44:focus,.fusion-button.button-44:active{background: rgba(133,216,234,0.92);}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-44 fusion-button-default-span \" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/podcast-media\/\"><span class=\"fusion-button-text\">Check out Podcasts &amp; Media here!<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-double sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;border-bottom-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-45 .fusion-button-text, .fusion-button.button-45 i {color:#785510;}.fusion-button.button-45 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-45:hover .fusion-button-text, .fusion-button.button-45:hover i,.fusion-button.button-45:focus .fusion-button-text, .fusion-button.button-45:focus i,.fusion-button.button-45:active .fusion-button-text, .fusion-button.button-45:active{color:#785510;}.fusion-button.button-45:hover .fusion-button-icon-divider, .fusion-button.button-45:hover .fusion-button-icon-divider, .fusion-button.button-45:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-45:hover, .fusion-button.button-45:focus, .fusion-button.button-45:active{border-color:#785510;}.fusion-button.button-45 {border-color:#785510;border-radius:2px;}.fusion-button.button-45{background: rgba(244,207,85,0.95);\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( rgba(239,185,83,0.95) ), to( rgba(244,207,85,0.95) ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );}.fusion-button.button-45:hover,.button-45:focus,.fusion-button.button-45:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-45 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2022-monday-update\"><span class=\"fusion-button-text\">Maths Week 2022 Monday Newsletter<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-46 .fusion-button-text, .fusion-button.button-46 i {color:#785510;}.fusion-button.button-46 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-46:hover .fusion-button-text, .fusion-button.button-46:hover i,.fusion-button.button-46:focus .fusion-button-text, .fusion-button.button-46:focus i,.fusion-button.button-46:active .fusion-button-text, .fusion-button.button-46:active{color:#785510;}.fusion-button.button-46:hover .fusion-button-icon-divider, .fusion-button.button-46:hover .fusion-button-icon-divider, .fusion-button.button-46:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-46:hover, .fusion-button.button-46:focus, .fusion-button.button-46:active{border-color:#785510;}.fusion-button.button-46 {border-color:#785510;border-radius:2px;}.fusion-button.button-46{background: rgba(244,207,85,0.95);\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( rgba(239,185,83,0.95) ), to( rgba(244,207,85,0.95) ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );}.fusion-button.button-46:hover,.button-46:focus,.fusion-button.button-46:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-46 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2022-tuesday-update\"><span class=\"fusion-button-text\">Maths Week 2022 Tuesday Newsletter<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-47 .fusion-button-text, .fusion-button.button-47 i {color:#785510;}.fusion-button.button-47 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-47:hover .fusion-button-text, .fusion-button.button-47:hover i,.fusion-button.button-47:focus .fusion-button-text, .fusion-button.button-47:focus i,.fusion-button.button-47:active .fusion-button-text, .fusion-button.button-47:active{color:#785510;}.fusion-button.button-47:hover .fusion-button-icon-divider, .fusion-button.button-47:hover .fusion-button-icon-divider, .fusion-button.button-47:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-47:hover, .fusion-button.button-47:focus, .fusion-button.button-47:active{border-color:#785510;}.fusion-button.button-47 {border-color:#785510;border-radius:2px;}.fusion-button.button-47{background: rgba(244,207,85,0.95);\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( rgba(239,185,83,0.95) ), to( rgba(244,207,85,0.95) ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );}.fusion-button.button-47:hover,.button-47:focus,.fusion-button.button-47:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-47 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2022-wednesday-update\"><span class=\"fusion-button-text\">Maths Week 2022 Wednesday Newsletter<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-48 .fusion-button-text, .fusion-button.button-48 i {color:#785510;}.fusion-button.button-48 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-48:hover .fusion-button-text, .fusion-button.button-48:hover i,.fusion-button.button-48:focus .fusion-button-text, .fusion-button.button-48:focus i,.fusion-button.button-48:active .fusion-button-text, .fusion-button.button-48:active{color:#785510;}.fusion-button.button-48:hover .fusion-button-icon-divider, .fusion-button.button-48:hover .fusion-button-icon-divider, .fusion-button.button-48:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-48:hover, .fusion-button.button-48:focus, .fusion-button.button-48:active{border-color:#785510;}.fusion-button.button-48 {border-color:#785510;border-radius:2px;}.fusion-button.button-48{background: rgba(244,207,85,0.95);\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( rgba(239,185,83,0.95) ), to( rgba(244,207,85,0.95) ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );}.fusion-button.button-48:hover,.button-48:focus,.fusion-button.button-48:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-48 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2022-thursday-update-newsletter\/\"><span class=\"fusion-button-text\">Maths Week 2022 Thursday Newsletter<\/span><\/a><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom:10px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-dotted\" style=\"border-color:#eaeaea;border-top-width:3px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-align-block\"><style type=\"text\/css\">.fusion-button.button-49 .fusion-button-text, .fusion-button.button-49 i {color:#785510;}.fusion-button.button-49 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-49:hover .fusion-button-text, .fusion-button.button-49:hover i,.fusion-button.button-49:focus .fusion-button-text, .fusion-button.button-49:focus i,.fusion-button.button-49:active .fusion-button-text, .fusion-button.button-49:active{color:#785510;}.fusion-button.button-49:hover .fusion-button-icon-divider, .fusion-button.button-49:hover .fusion-button-icon-divider, .fusion-button.button-49:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-49:hover, .fusion-button.button-49:focus, .fusion-button.button-49:active{border-color:#785510;}.fusion-button.button-49 {border-color:#785510;border-radius:2px;}.fusion-button.button-49{background: rgba(244,207,85,0.95);\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( rgba(239,185,83,0.95) ), to( rgba(244,207,85,0.95) ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, rgba(239,185,83,0.95), rgba(244,207,85,0.95) );}.fusion-button.button-49:hover,.button-49:focus,.fusion-button.button-49:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-49 fusion-button-default-span fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2022-friday-update-newsletter\/\"><span class=\"fusion-button-text\">Maths Week 2022 Friday Newsletter<\/span><\/a><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-4 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-first\" style=\"width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;margin-top:0px;margin-bottom:20px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><ul class=\"fusion-checklist fusion-checklist-1\" style=\"font-size:14px;line-height:23.8px;\"><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/newsletter-january-2021\/\">Newsletter January 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/news-february-2021\/\">Newsletter February 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-news-march-2021\/\">Newsletter March 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-news-april-2021\/\">Newsletter April 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-news-may-2021\/\">Newsletter May 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-news-June-2021\/\">Newsletter June 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-news-July-2021\/\">Newsletter July 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-news-August-2021\/\">Newsletter August 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-september-2021\/\">Newsletter September 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-october-2021\/\">Newsletter October 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-november-2021\/\">Newsletter November 2021<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-december-2021\/\">Newsletter December 2021<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-5 fusion_builder_column_1_3 1_3 fusion-one-third\" style=\"width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;margin-top:0px;margin-bottom:20px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><ul class=\"fusion-checklist fusion-checklist-2\" style=\"font-size:14px;line-height:23.8px;\"><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-june-2020\/\">Newsletter June 2020<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-july-2020\/\">Newsletter July 2020<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-august-2020\/\">Newsletter August 2020<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-newsletter-september-2020\/\">Newsletter September 2020<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/pre-maths-week-newsletter-october-2020\/\">Newsletter October 2020<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-6 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-last\" style=\"width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-top:0px;margin-bottom:20px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><ul class=\"fusion-checklist fusion-checklist-3\" style=\"font-size:14px;line-height:23.8px;\"><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-1\/\">Maths At Home Vol 1<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-2-31-03-20\/\">Maths At Home Vol 2<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-3-03-04-20\/\">Maths At Home Vol 3<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-4-20-04-20\/\">Maths At Home Vol 4<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-5-27-04-20\/\">Maths At Home Vol 5<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-6-06-05-20\/\">Maths At Home Vol 6<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-7-11-05-20\/\">Maths At Home Vol 7<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-8-18-05-20\/\">Maths At Home Vol 8<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-9-25-05-20\/\">Maths At Home Vol 9<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-arrow-alt-circle-right far\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-at-home-newsletter-vol-10-02-06-20\/\">Maths At Home Vol 10<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-7 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-first\" style=\"width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;margin-top:0px;margin-bottom:20px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><ul class=\"fusion-checklist fusion-checklist-4\" style=\"font-size:14px;line-height:23.8px;\"><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2021-update-monday-18-october\/\">Maths Week 2021 Monday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2021-update-tuesday-19-october-2\/\">Maths Week 2021 Tuesday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2021-update-wednesday-20-october-2\/\">Maths Week 2021 Wednesday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2021-update-thursday-21-october\/\">Maths Week 2021 Thursday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/www.mathsweek.ie\/2025\/maths-week-2021-update-friday-22-october\/\">Maths Week 2021 Friday<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/us5.campaign-archive.com\/home\/?u=1e4c696c230483f91e7da02d5&amp;id=5de9e4a074\" target=\"_blank\" rel=\"noopener noreferrer\">OLDER ARCHIVES<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-8 fusion_builder_column_1_3 1_3 fusion-one-third\" style=\"width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;margin-top:0px;margin-bottom:20px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><ul class=\"fusion-checklist fusion-checklist-5\" style=\"font-size:14px;line-height:23.8px;\"><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-news-and-events-january\">Newsletter January 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-activities-and-opportunities-feb-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter February 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-news-and-events-march-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter March 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-newsletter-april\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter April 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-newsletter-june-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter June 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-ireland-newsletter-july-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter July 2019<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/august-news-from-maths-ireland\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter August 2019<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-9 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-last\" style=\"width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-top:0px;margin-bottom:20px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><ul class=\"fusion-checklist fusion-checklist-6\" style=\"font-size:14px;line-height:23.8px;\"><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-happenings-in-2019\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter Dec 2018<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-news-and-activities\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter November 2018<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/mailchi.mp\/wit\/maths-week-2018-biggest-ever\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter October 2018<\/a><\/p>\n<\/div><\/li><li class=\"fusion-li-item\"><span style=\"background-color:#e9a825;font-size:12.32px;height:23.8px;width:23.8px;margin-right:9.8px;\" class=\"icon-wrapper circle-yes\"><i class=\"fusion-li-icon fa-book-open fas\" style=\"color:#ffffff;\" aria-hidden=\"true\"><\/i><\/span><div class=\"fusion-li-item-content\" style=\"margin-left:33.6px;\">\n<p><a href=\"https:\/\/us5.campaign-archive.com\/home\/?u=1e4c696c230483f91e7da02d5&amp;id=5de9e4a074\" target=\"_blank\" rel=\"noopener noreferrer\">OLDER ARCHIVES<\/a><\/p>\n<\/div><\/li><\/ul><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,255,255,0);background-position: center center;background-repeat: no-repeat;border-width: 0px 0px 0px 0px;border-color:#eaeaea;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start\" style=\"max-width:1289.6px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-10 fusion_builder_column_1_5 1_5 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-10{width:20% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-10 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 9.6%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 9.6%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-10{width:100% !important;order : 0;}.fusion-builder-column-10 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-10{width:100% !important;order : 0;}.fusion-builder-column-10 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-11 fusion_builder_column_1_5 1_5 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-11{width:20% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-11 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 9.6%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 9.6%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-11{width:100% !important;order : 0;}.fusion-builder-column-11 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-11{width:100% !important;order : 0;}.fusion-builder-column-11 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_5 1_5 fusion-flex-column\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\" style=\"background-position:left top;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 0px 0px 0px 0px;\"><\/div><style type=\"text\/css\">.fusion-body .fusion-builder-column-12{width:20% !important;margin-top : 0px;margin-bottom : 20px;}.fusion-builder-column-12 > .fusion-column-wrapper {padding-top : 0px !important;padding-right : 0px !important;margin-right : 9.6%;padding-bottom : 0px !important;padding-left : 0px !important;margin-left : 9.6%;}@media only screen and (max-width:1024px) {.fusion-body .fusion-builder-column-12{width:100% !important;order : 0;}.fusion-builder-column-12 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}@media only screen and (max-width:640px) {.fusion-body .fusion-builder-column-12{width:100% !important;order : 0;}.fusion-builder-column-12 > .fusion-column-wrapper {margin-right : 1.92%;margin-left : 1.92%;}}<\/style><\/div><\/div><style type=\"text\/css\">.fusion-body .fusion-flex-container.fusion-builder-row-3{ padding-top : 0px;margin-top : 0px;padding-right : 0px;padding-bottom : 0px;margin-bottom : 0px;padding-left : 0px;}<\/style><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"background-color: rgba(255,152,0,0.68);background-position: center center;background-repeat: no-repeat;padding-top:40px;padding-right:0px;padding-bottom:40px;padding-left:0px;margin-bottom: 0px;margin-top: 0px;border-width: 0px 0px 0px 0px;border-color:#eaeaea;border-style:solid;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-13 fusion_builder_column_1_1 1_1 fusion-one-full fusion-column-first fusion-column-last fusion-animated\" style=\"margin-top:0px;margin-bottom:20px;\" data-animationType=\"slideInDown\" data-animationDuration=\"1\" data-animationOffset=\"100%\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\" style=\"background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding: 60px 60px 60px 60px;\"><div class=\"fusion-fa-align-center\"><a class=\"fb-icon-element-1 fb-icon-element fontawesome-icon fa-phone fas circle-yes fusion-link\" style=\"font-size:34.32px;line-height:66.64px;height:68.64px;width:68.64px;border-width:1px;\" href=\"https:\/\/www.mathsweek.ie\/2025\/join\/\" aria-label=\"Link to https:\/\/www.mathsweek.ie\/2025\/join\/\" target=\"_self\"><\/a><\/div><style>a.fb-icon-element.fontawesome-icon.fb-icon-element-1{ color: #5d707f; background-color: #ffffff; border-color: rgba(255,255,255,0);}a.fb-icon-element.fontawesome-icon.fb-icon-element-1:hover { color: #5d707f; background-color: #ffffff; border-color: #e9a825;}<\/style><div class=\"fusion-text fusion-text-4\" style=\"text-align:center;color:#5d707f;font-family:&quot;Carrois Gothic&quot;;font-weight:400;\"><h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Become a Maths Week Sponsor<\/span><\/h1>\n<\/div><div class=\"fusion-text fusion-text-5\" style=\"color:#5d707f;font-family:&quot;Carrois Gothic&quot;;font-weight:400;\"><p style=\"text-align: center;\"><span style=\"color: #ffffff;\">Maths Week operates on a not-for-profit basis and relies entirely on public funding and private support to provide outreach activities to the public. The opportunities for sponsors are numerous and our team would love to have a conversation about possibilities.<\/span><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-top:8px;width:100%;\"><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-aligncenter\"><style type=\"text\/css\">.fusion-button.button-50 .fusion-button-text, .fusion-button.button-50 i {color:#785510;}.fusion-button.button-50 .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-50:hover .fusion-button-text, .fusion-button.button-50:hover i,.fusion-button.button-50:focus .fusion-button-text, .fusion-button.button-50:focus i,.fusion-button.button-50:active .fusion-button-text, .fusion-button.button-50:active{color:#785510;}.fusion-button.button-50:hover .fusion-button-icon-divider, .fusion-button.button-50:hover .fusion-button-icon-divider, .fusion-button.button-50:active .fusion-button-icon-divider{border-color:#785510;}.fusion-button.button-50:hover, .fusion-button.button-50:focus, .fusion-button.button-50:active{border-color:#785510;}.fusion-button.button-50 {border-color:#785510;border-radius:2px;}.fusion-button.button-50{background: #25a9bd;}.fusion-button.button-50:hover,.button-50:focus,.fusion-button.button-50:active{background: #d6ad5a;\n\t\t\t\t\t\t\tbackground-image: -webkit-gradient( linear, left bottom, left top, from( #e8cb90 ), to( #d6ad5a ) );\n\t\t\t\t\t\t\tbackground-image: -webkit-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:   -moz-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image:     -o-linear-gradient( bottom, #e8cb90, #d6ad5a );\n\t\t\t\t\t\t\tbackground-image: linear-gradient( to top, #e8cb90, #d6ad5a );}<\/style><a class=\"fusion-button button-flat fusion-button-default-size button-custom button-50 fusion-button-span-no fusion-button-default-type\" target=\"_self\" href=\"https:\/\/www.mathsweek.ie\/2025\/join\/\"><span class=\"fusion-button-text\">Support Maths Week<\/span><i class=\"fa-angle-right fas button-icon-right\" aria-hidden=\"true\"><\/i><\/a><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>yes<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"_acf_changed":false,"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-1087","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>News &#8211; MATHS WEEK IRELAND<\/title>\n<meta name=\"description\" content=\"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mathsweek.ie\/2025\/news\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"News &#8211; MATHS WEEK IRELAND\" \/>\n<meta property=\"og:description\" content=\"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mathsweek.ie\/2025\/news\/\" \/>\n<meta property=\"og:site_name\" content=\"MATHS WEEK IRELAND\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MathsWeek\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T15:26:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mathsweek\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"19 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/\",\"url\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/\",\"name\":\"News &#8211; MATHS WEEK IRELAND\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#website\"},\"datePublished\":\"2018-03-22T11:03:02+00:00\",\"dateModified\":\"2026-03-10T15:26:31+00:00\",\"description\":\"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/news\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#website\",\"url\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/\",\"name\":\"MATHS WEEK IRELAND\",\"description\":\"Maths for All\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#organization\",\"name\":\"Maths Week Ireland\",\"url\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/MW-logo-cropped-e1521418465216.png\",\"contentUrl\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/wp-content\\\/uploads\\\/2018\\\/03\\\/MW-logo-cropped-e1521418465216.png\",\"width\":20,\"height\":20,\"caption\":\"Maths Week Ireland\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mathsweek.ie\\\/2025\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/MathsWeek\",\"https:\\\/\\\/x.com\\\/mathsweek\",\"https:\\\/\\\/www.instagram.com\\\/mathsireland\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/maths-week-ireland\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCNWgrcdn2mGzKqhXJDI_-Pg?disable_polymer=true\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"News &#8211; MATHS WEEK IRELAND","description":"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mathsweek.ie\/2025\/news\/","og_locale":"en_GB","og_type":"article","og_title":"News &#8211; MATHS WEEK IRELAND","og_description":"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND","og_url":"https:\/\/www.mathsweek.ie\/2025\/news\/","og_site_name":"MATHS WEEK IRELAND","article_publisher":"https:\/\/www.facebook.com\/MathsWeek","article_modified_time":"2026-03-10T15:26:31+00:00","twitter_card":"summary_large_image","twitter_site":"@mathsweek","twitter_misc":{"Est. reading time":"19 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mathsweek.ie\/2025\/news\/","url":"https:\/\/www.mathsweek.ie\/2025\/news\/","name":"News &#8211; MATHS WEEK IRELAND","isPartOf":{"@id":"https:\/\/www.mathsweek.ie\/2025\/#website"},"datePublished":"2018-03-22T11:03:02+00:00","dateModified":"2026-03-10T15:26:31+00:00","description":"Maths Week will take place from 11 - 19 Oct. 2025. We will have events and activities for all the family. Visit MathsWeek.ie for more info MATHS WEEK IRELAND","breadcrumb":{"@id":"https:\/\/www.mathsweek.ie\/2025\/news\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mathsweek.ie\/2025\/news\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.mathsweek.ie\/2025\/news\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mathsweek.ie\/2025\/"},{"@type":"ListItem","position":2,"name":"News"}]},{"@type":"WebSite","@id":"https:\/\/www.mathsweek.ie\/2025\/#website","url":"https:\/\/www.mathsweek.ie\/2025\/","name":"MATHS WEEK IRELAND","description":"Maths for All","publisher":{"@id":"https:\/\/www.mathsweek.ie\/2025\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mathsweek.ie\/2025\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.mathsweek.ie\/2025\/#organization","name":"Maths Week Ireland","url":"https:\/\/www.mathsweek.ie\/2025\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.mathsweek.ie\/2025\/#\/schema\/logo\/image\/","url":"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2018\/03\/MW-logo-cropped-e1521418465216.png","contentUrl":"https:\/\/www.mathsweek.ie\/2025\/wp-content\/uploads\/2018\/03\/MW-logo-cropped-e1521418465216.png","width":20,"height":20,"caption":"Maths Week Ireland"},"image":{"@id":"https:\/\/www.mathsweek.ie\/2025\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MathsWeek","https:\/\/x.com\/mathsweek","https:\/\/www.instagram.com\/mathsireland\/","https:\/\/www.linkedin.com\/company\/maths-week-ireland\/","https:\/\/www.youtube.com\/channel\/UCNWgrcdn2mGzKqhXJDI_-Pg?disable_polymer=true"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.mathsweek.ie\/2025\/wp-json\/wp\/v2\/pages\/1087","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mathsweek.ie\/2025\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mathsweek.ie\/2025\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mathsweek.ie\/2025\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mathsweek.ie\/2025\/wp-json\/wp\/v2\/comments?post=1087"}],"version-history":[{"count":218,"href":"https:\/\/www.mathsweek.ie\/2025\/wp-json\/wp\/v2\/pages\/1087\/revisions"}],"predecessor-version":[{"id":23995,"href":"https:\/\/www.mathsweek.ie\/2025\/wp-json\/wp\/v2\/pages\/1087\/revisions\/23995"}],"wp:attachment":[{"href":"https:\/\/www.mathsweek.ie\/2025\/wp-json\/wp\/v2\/media?parent=1087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}