
window.addEvent('domready', function(){
    if (GBrowserIsCompatible()) {
        $('map').innerHTML = '';
        var map = new GMap2(document.getElementById("map"));
        
        var geoXml = new GGeoXml("http://web.csdn.qc.ca/ecoles-formation/primaires/ecoles.kml?6");
        map.addControl(new GLargeMapControl());
        map.enableScrollWheelZoom();
        map.setCenter(new GLatLng(46.611715,-71.523743), 9);

        $('map').addEvent('DOMMouseScroll', function(event) {
            event = new Event(event);
            event.stop();
        });

        // Create a base icon for all of our markers that specifies the
        // shadow, icon dimensions, etc.
        var baseIcon = new GIcon();
        baseIcon.shadow = "http://www.google.com/mapfiles/shadow50.png";
        baseIcon.iconSize = new GSize(20, 34);
        baseIcon.shadowSize = new GSize(37, 34);
        baseIcon.iconAnchor = new GPoint(9, 34);
        baseIcon.infoWindowAnchor = new GPoint(9, 2);
        baseIcon.infoShadowAnchor = new GPoint(18, 25);

        // Creates a marker whose info window displays the letter corresponding
        // to the given index.
        function createMarker(point, url, html) {
            // Create a lettered icon for this point using our icon class
            var icon = new GIcon(baseIcon);
            icon.image = url;
            var marker = new GMarker(point, icon);

            GEvent.addListener(marker, "click", function() {
                    marker.openInfoWindowHtml(html, {maxWidth:300});
                    });
            return marker;
        }
        var point = new GLatLng(46.693225, -71.067123)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=1&ext=.png", "<div style=\"\"><h3>École Belleau (1)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-belleau/image_small\" alt=\"\" /></div>121, rue Belleau<br />Saint-Henri-de-Lévis (Québec) <span style='white-space:nowrap'>G0R 3E0</span><br />Tél. : 418 834-2465<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-belleau\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.798385, -71.17836)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=2&ext=.png", "<div style=\"\"><h3>École Charles-Rodrigue (2)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-charles-rodrigue/image_small\" alt=\"\" /></div>5485, rue Saint-Georges<br />Lévis (Québec) <span style='white-space:nowrap'>G6V 4M7</span><br />Tél. : 418 838-8571<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-charles-rodrigue\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.716209, -71.299875)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=3&ext=.png", "<div style=\"\"><h3>École Clair-Soleil (3)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-clair-soleil/image_small\" alt=\"\" /></div>150, rue Plante<br />Saint-Nicolas (Québec) <span style='white-space:nowrap'>G7A 2N9</span><br />Tél. : 418 834-2473<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-clair-soleil\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.73011, -71.202865)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=4&ext=.png", "<div style=\"\"><h3>École de l'Alizé et des Mousserons, Pavillon de l'Alizé (4)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-lalize/image_small\" alt=\"\" /></div>851, des Hérons<br />Saint-Jean-Chrysostome (Québec) <span style='white-space:nowrap'>G6Z 3L3</span><br />Tél. : 418 839-7877<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-lalize\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.384286, -71.409674)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=5&ext=.png", "<div style=\"\"><h3>École de l'Amitié (5)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-lamitie/image_small\" alt=\"\" /></div>404, rue Gosford<br />Sainte-Agathe (Québec) <span style='white-space:nowrap'>G0S 2A0</span><br />Tél. : (418) 888-0506<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-lamitie\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.777434, -71.201491)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=6&ext=.png", "<div style=\"\"><h3>École de l'Auberivière (6)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-lauberiviere/image_small\" alt=\"\" /></div>350, rue de l'Église<br />Lévis (Québec) <span style='white-space:nowrap'>G6W 1T8</span><br />Tél. : 418 838-8553<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-lauberiviere\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.55979, -71.436303)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=7&ext=.png", "<div style=\"\"><h3>École de l'Épervière (7)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-leperviere/image_small\" alt=\"\" /></div>1149, avenue Olivier<br />Saint-Agapit (Québec) (Québec) <span style='white-space:nowrap'>G0S 1Z0</span><br />Tél. : 418 888-4211<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-leperviere\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.712384, -71.344056)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=8&ext=.png", "<div style=\"\"><h3>École de l'Odyssée (8)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-lodyssee/image_small\" alt=\"\" /></div>885, rue des Mélèzes<br />Saint-Nicolas  (Québec) <span style='white-space:nowrap'>G7A 4B1</span><br />Tél. : 418 834-2474<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-lodyssee\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.616343, -71.939378)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=9&ext=.png", "<div style=\"\"><h3>École de la Berge (9)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-berge/image_small\" alt=\"\" /></div>30, rue Joly<br />Lotbinière (Québec) <span style='white-space:nowrap'>G0S 1S0 </span><br />Tél. : 418 796-2912<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-berge\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.46735, -71.532068)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=10&ext=.png", "<div style=\"\"><h3>École de la Caravelle (Dosquet) (10)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-caravelle-dosquet/image_small\" alt=\"\" /></div>8, rue de l'Église<br />Dosquet (Québec) <span style='white-space:nowrap'>G0S 1H0</span><br />Tél. : 418 888-0503<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-caravelle-dosquet\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.485713, -71.665491)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=11&ext=.png", "<div style=\"\"><h3>École de la Caravelle (Joly) (11)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-caravelle-joly/image_small\" alt=\"\" /></div>725, rue de l'École<br />Joly (Québec) <span style='white-space:nowrap'>G0S 1M0</span><br />Tél. : 418 888-0501<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-caravelle-joly\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.512381, -71.594066)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=12&ext=.png", "<div style=\"\"><h3>École de la Caravelle (Saint-Flavien) (12)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-caravelle-saint-flavien/image_small\" alt=\"\" /></div>78, rue Principale<br />Saint-Flavien (Québec) (Québec) <span style='white-space:nowrap'>G0S 2M0</span><br />Tél. : 418 888-0502<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-caravelle-saint-flavien\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.65365, -71.302571)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=13&ext=.png", "<div style=\"\"><h3>École de la Chanterelle (13)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-chanterelle/image_small\" alt=\"\" /></div>33, rue des Sapins<br />Saint-Étienne-de-Lauzon (Québec) <span style='white-space:nowrap'>G6J 1M1</span><br />Tél. : 418 834-2475<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-chanterelle\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.66416, -71.572691)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=14&ext=.png", "<div style=\"\"><h3>École de la Clé-d'Or (14)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-cle-dor/image_small\" alt=\"\" /></div>3869, chemin-de-Tilly<br />Saint-Antoine-de-Tilly  (Québec) <span style='white-space:nowrap'>G0S 2C0</span><br />Tél. : 418 888-0505<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-cle-dor\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.655174, -71.31127)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=15&ext=.png", "<div style=\"\"><h3>École de la Clé-du-Boisé (15)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-cle-du-boise/image_small\" alt=\"\" /></div>706, avenue Albert-Rousseau<br />Saint-Étienne-de-Lauzon (Québec) <span style='white-space:nowrap'>G6J 1A1</span><br />Tél. : 418 834-2460<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-cle-du-boise\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.571065, -72.000246)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=16&ext=.png", "<div style=\"\"><h3>École de la Falaise (16)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-falaise/image_small\" alt=\"\" /></div>1003, rue de l'Église<br />Leclercville (Québec) <span style='white-space:nowrap'>G0S 2K0</span><br />Tél. : 418 796-0501<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-falaise\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.710821, -71.203727)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=17&ext=.png", "<div style=\"\"><h3>École de la Nacelle (17)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-nacelle/image_small\" alt=\"\" /></div>1110, rue des Prés<br />Saint-Jean-Chrysostome (Québec) <span style='white-space:nowrap'>G6Z 1W4</span><br />Tél. : 418 839-3131<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-nacelle\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.726064, -71.215521)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=18&ext=.png", "<div style=\"\"><h3>École de la Rose-des-Vents (18)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-rose-des-vents/image_small\" alt=\"\" /></div>50, place du Centre-Ville<br />Saint-Jean-Chrysostome  (Québec) <span style='white-space:nowrap'>G6Z 3B9</span><br />Tél. : 418 839-0098<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-rose-des-vents\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.689167, -71.28927)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=19&ext=.png", "<div style=\"\"><h3>École de la Ruche (19)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-ruche/image_small\" alt=\"\" /></div>1000, 8e Avenue<br />Saint-Rédempteur  (Québec) <span style='white-space:nowrap'>G6K 1P1</span><br />Tél. : 418 834-2477<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-ruche\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.540746, -71.628505)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=20&ext=.png", "<div style=\"\"><h3>École de la Source (20)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-source/image_small\" alt=\"\" /></div>139, rue de la Station<br />Laurier-Station (Québec) <span style='white-space:nowrap'>G0S 1N0</span><br />Tél. : 418 888-0504<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-la-source\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.717336, -71.196069)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=21&ext=.png", "<div style=\"\"><h3>École de Taniata (21)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-taniata/image_small\" alt=\"\" /></div>1026, rue Commerciale<br />Saint-Jean-Chrysostome (Québec) <span style='white-space:nowrap'>G6Z 2L3</span><br />Tél. : 418 839-4188<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-de-taniata\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.776145, -71.203031)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=22&ext=.png", "<div style=\"\"><h3>École Desjardins (22)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-desjardins/image_small\" alt=\"\" /></div>3810, rue de la Fabrique<br />Lévis (Québec) <span style='white-space:nowrap'>G6W 1J5</span><br />Tél. : 418 838-8555<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-desjardins\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.760929, -71.13531)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=23&ext=.png", "<div style=\"\"><h3>École des Moussaillons (23)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-des-moussaillons/image_small\" alt=\"\" /></div>807, chemin Pintendre<br />Pintendre (Québec) <span style='white-space:nowrap'>G6C 1C6</span><br />Tél. : 418 838-8557<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-des-moussaillons\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.728874, -71.197387)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=24&ext=.png", "<div style=\"\"><h3>École de l'Alizé et des Mousserons, Pavillon des Mousserons (24)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-des-mousserons/image_small\" alt=\"\" /></div>786, chemin Vanier<br />Saint-Jean-Chrysostome  (Québec) <span style='white-space:nowrap'>G6Z 1Z6</span><br />Tél. : 418 839-4179<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-des-mousserons\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.721976, -71.258742)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=25&ext=.png", "<div style=\"\"><h3>École des Petits-Cheminots (25)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-des-petits-cheminots/image_small\" alt=\"\" /></div>6200, avenue des Belles-Amours<br />Charny (Québec) <span style='white-space:nowrap'>G6X 1R2</span><br />Tél. : 418 834-2469<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-des-petits-cheminots\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.585238, -71.209712)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=26&ext=.png", "<div style=\"\"><h3>École du Bac (26)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-bac/image_small\" alt=\"\" /></div>1285, rue des Érables<br />Saint-Lambert  (Québec) <span style='white-space:nowrap'>G0S 2W0</span><br />Tél. : 418 834-2478<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-bac\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.767096, -71.128486)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=27&ext=.png", "<div style=\"\"><h3>École du Boisé (27)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-boise/image_small\" alt=\"\" /></div>396, rue Gabrielle-Roy<br />Pintendre (Québec) <span style='white-space:nowrap'>G6C 1P2</span><br />Tél. : 418 838-8528<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-boise\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.567668, -71.832903)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=28&ext=.png", "<div style=\"\"><h3>École du Chêne (28)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/hjvq/image_small\" alt=\"\" /></div>105, rue de l'École<br />Saint-Édouard  (Québec) <span style='white-space:nowrap'>G0S 1Y0</span><br />Tél. : 418 796-2433<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/hjvq\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.754662, -71.237902)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=29&ext=.png", "<div style=\"\"><h3>École du Grand-Fleuve Pavillon du Méandre (29)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-grand-fleuve-pavillon-du-meandre/image_small\" alt=\"\" /></div>2111, chemin du Sault<br />Saint-Romuald  (Québec) <span style='white-space:nowrap'>G6W 2K7</span><br />Tél. : 418 839-8851<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-grand-fleuve-pavillon-du-meandre\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.753924, -71.239258)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=30&ext=.png", "<div style=\"\"><h3>École du Grand-Fleuve Pavillon Maria-Dominique (30)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-grand-fleuve-pavillon-maria-dominique/image_small\" alt=\"\" /></div>2045, chemin du Sault<br />Saint-Romuald (Québec) <span style='white-space:nowrap'>G6W 2K7</span><br />Tél. : 418 839-9451<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-grand-fleuve-pavillon-maria-dominique\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.701736, -71.398356)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=31&ext=.png", "<div style=\"\"><h3>École du Grand-Voilier (31)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-grand-voilier/image_small\" alt=\"\" /></div>1438, rue des Pionniers<br />Saint-Nicolas (Québec) <span style='white-space:nowrap'>G7A 4L6</span><br />Tél. : voir plus bas : pavillon Saint-Laurent ou Des Hirondelles<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-grand-voilier\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.826155, -71.13324)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=32&ext=.png", "<div style=\"\"><h3>École du Ruisseau (32)</h3>688, rue Saint-Joseph<br />Lévis (Québec) <span style='white-space:nowrap'>G6V 1J4</span><br />Tél. : 418 838-8560<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-ruisseau\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.697736, -71.284781)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=33&ext=.png", "<div style=\"\"><h3>École du Tournesol (33)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-tournesol/image_small\" alt=\"\" /></div>1219, 1re Avenue<br />Saint-Rédempteur  (Québec) <span style='white-space:nowrap'>G6K 1E9</span><br />Tél. : 418 834-2481<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-du-tournesol\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.506792, -71.362658)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=34&ext=.png", "<div style=\"\"><h3>École Étienne-Chartier (34)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-etienne-chartier/image_small\" alt=\"\" /></div>1550, rue du Couvent<br />Saint-Gilles (Québec) <span style='white-space:nowrap'>G0S 2P0</span><br />Tél. : 418 888-4210<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-etienne-chartier\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.693123, -71.067331)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=35&ext=.png", "<div style=\"\"><h3>École Gagnon (35)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-gagnon/image_small\" alt=\"\" /></div>117, rue Belleau<br />Saint-Henri-de-Lévis (Québec) <span style='white-space:nowrap'>G0R 3E0</span><br />Tél. : 418 834-2468<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-gagnon\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.706928, -71.311044)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=36&ext=.png", "<div style=\"\"><h3>École La Martinière (36)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-la-martiniere/image_small\" alt=\"\" /></div>520, rue de la Sorbonne<br />Saint-Nicolas (Québec) <span style='white-space:nowrap'>G7A 1Y5</span><br />Tél. : 418 834-2482<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-la-martiniere\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.623786, -71.739583)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=37&ext=.png", "<div style=\"\"><h3>École La Mennais (37)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-la-mennais/image_small\" alt=\"\" /></div>105, rue Laflamme<br />Sainte-Croix (Québec) <span style='white-space:nowrap'>G0S 2H0</span><br />Tél. : 418 796-0502<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-la-mennais\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.80608, -71.179214)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=38&ext=.png", "<div style=\"\"><h3>École Notre-Dame (38)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-notre-dame/image_small\" alt=\"\" /></div>6045, rue Saint-Georges<br />Lévis (Québec) <span style='white-space:nowrap'>G6V 4K6</span><br />Tél. : 418 838-8548<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-notre-dame\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.756712, -71.235555)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=39&ext=.png", "<div style=\"\"><h3>École Notre-Dame-d'Etchemin (39)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-notre-dame-detchemin/image_small\" alt=\"\" /></div>2233, rue Dollard<br />Saint-Romuald (Québec) <span style='white-space:nowrap'>G6W 2H8</span><br />Tél. : 418 839-8839<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-notre-dame-detchemin\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.618017, -71.507175)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=40&ext=.png", "<div style=\"\"><h3>École des Quatre-Vents (40)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-des-quatre-vents/image_small\" alt=\"\" /></div>35, rue Roger<br />Saint-Apollinaire  (Québec) <span style='white-space:nowrap'>G0S 2E0</span><br />Tél. : 418 888-0507<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-des-quatre-vents\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.659952, -71.295671)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=41&ext=.png", "<div style=\"\"><h3>École Plein-Soleil (41)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-plein-soleil/image_small\" alt=\"\" /></div>9, rue Genest<br />Saint-Étienne-de-Lauzon  (Québec) <span style='white-space:nowrap'>G6J 1P5</span><br />Tél. : 418 834-2483<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-plein-soleil\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.816675, -71.177585)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=42&ext=.png", "<div style=\"\"><h3>École Saint-Dominique (42)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-saint-dominique/image_small\" alt=\"\" /></div>2, rue de l'Entente Est<br />Lévis (Québec) <span style='white-space:nowrap'>G6V 1R2</span><br />Tél. : 418 838-8545<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-saint-dominique\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.825912, -71.165078)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=43&ext=.png", "<div style=\"\"><h3>École Saint-Joseph (43)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-saint-joseph/image_small\" alt=\"\" /></div>295, rue Saint-Joseph<br />Lévis (Québec) <span style='white-space:nowrap'>G6V 1G3</span><br />Tél. : 418 838-8562<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-saint-joseph\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.714411, -71.275207)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=44&ext=.png", "<div style=\"\"><h3>École Saint-Louis-de-France (44)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-saint-louis-de-france/image_small\" alt=\"\" /></div>3165, avenue Joseph-Hudon<br />Charny (Québec) <span style='white-space:nowrap'>G6X 2T1</span><br />Tél. : 418 834-2471<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-saint-louis-de-france\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.676742, -71.226116)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=45&ext=.png", "<div style=\"\"><h3>École Sainte-Hélène (45)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-sainte-helene/image_small\" alt=\"\" /></div>11, rue Saint-Maurice<br />Breakeyville (Québec) <span style='white-space:nowrap'>G0S 1E1</span><br />Tél. : 418 834-2472<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-sainte-helene\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.825723, -71.149359)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=46&ext=.png", "<div style=\"\"><h3>École Sainte-Marie (46)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-sainte-marie/image_small\" alt=\"\" /></div>15, rue Létourneau<br />Lévis (Québec) <span style='white-space:nowrap'>G6V 3J8</span><br />Tél. : 418 838-8565<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-sainte-marie\">Plus d'informations...</a></p></div>");
map.addOverlay(m);
var point = new GLatLng(46.557847, -71.441886)
m = createMarker(point, "http://txt.l3i.ca/marker.php?cat=primaires&text=47&ext=.png", "<div style=\"\"><h3>École Sainte-Thérèse (47)</h3><div style=\"float:left; width:125px; height:120px;\"><img style=\"margin:0\" src=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-sainte-therese/image_small\" alt=\"\" /></div>1157, rue du Collège<br />Saint-Agapit (Québec) <span style='white-space:nowrap'>G0S 1Z0</span><br />Tél. : 418 888-4211<br /><p><a href=\"http://web.csdn.qc.ca/ecoles-formation/primaires/ecole-sainte-therese\">Plus d'informations...</a></p></div>");
map.addOverlay(m);

        //map.addOverlay(geoXml);
        
    }
}); 

window.addEvent('unload', function() { GUnload() });

