var map;
var latLngs = new Array();
var icon1;

function gmLoad () {
	map = new GMap2(document.getElementById("googlemap"));
	map.addControl(new GSmallMapControl());
	map.addControl(new GMapTypeControl());
	icon = new GIcon(G_DEFAULT_ICON);
	icon.image = "http://www.maxhavelaar.ch/typo3conf/ext/mhftc/res/marker.png";
}

function gmUnload() {
	GUnload();
}

function gmSetCenter(lat, lng, zoom)
{
	map.setCenter(new GLatLng(lat, lng), zoom);
}

function gmSetCenterAuto()
{
  var latLngBounds = new GLatLngBounds( );
  for ( var i = 0; i < latLngs.length; i++ ) {
    latLngBounds.extend( latLngs[i] );
  }
  var zoom = 4;
  if(latLngs.length > 1) {
    zoom = map.getBoundsZoomLevel( latLngBounds );
  }
  map.setCenter( latLngBounds.getCenter( ), zoom);
}

function gmCreateMarkers(openInfoWindow) {
	for (i = 0; i < markers.length; i++) {
		var marker = markers[i];
		var latLng = new GLatLng(marker[0], marker[1]);
		latLngs.push(latLng);
		map.addOverlay(gmCreateMarker(latLng, eval("icon"), marker[3], openInfoWindow));
	}
}

function gmCreateMarker(point, icon, html, openInfoWindow) {
	markerOptions = { icon:icon };
	var marker = new GMarker(point, markerOptions);

    if(openInfoWindow) {
        marker.openInfoWindowHtml(html);
    }

	GEvent.addListener(marker, "click", function() {
		marker.openInfoWindowHtml(html);
	});
	return marker;
}
var markers = new Array(["9.0852150000", "-74.1665220000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/5583/\">The banana cooperative Coobamag in Colombia</a>                        <br />Guacamayal, Colombia        </p>        </div>"], ["-3.9051654000", "-78.8615951000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2660/\">The banana cooperative Cerro Azul in Ecuador</a>                        <br />El Progreso, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2660/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_bananen_ecuador_cerroazul_bild0_bg1.jpg\" alt=\"The banana cooperative Cerro Azul in Ecuador\" />                    </a>                </p>    </div>"], ["-4.8994244000", "-80.6962430000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/5138/\">The banana cooperative Cepibo in Peu</a>                        <br />Sullana        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/5138/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_banane_peru_cepibo_bild0_bg1.jpg\" alt=\"The banana cooperative Cepibo in Peu\" />                    </a>                </p>    </div>"], ["9.2169531000", "-83.3361880000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1534/\">The banana cooperative Coopetrabasur in Costa Rica</a>                        <br />Puntaremas, Costa Rica        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/1534/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_bananen_costarica_coopetrabesur_bild0_bg1.jpg\" alt=\"The banana cooperative Coopetrabasur in Costa Rica\" />                    </a>                </p>    </div>"], ["-3.2664990000", "-79.9538270000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1538/\">The banana cooperative El Guabo in Ecuador</a>                        <br />Machala, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/1538/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_bananen_ecuador_elguabo_bild0_bg1.jpg\" alt=\"The banana cooperative El Guabo in Ecuador\" />                    </a>                </p>    </div>"], ["-3.2664990000", "-79.9538270000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1539/\">The banana plantation Sociedad Agrícola Prieto in Ecuador</a>                        <br />Machala, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/1539/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_bananen_ecuador_prieto_bild0_bg1.jpg\" alt=\"The banana plantation Sociedad Agrícola Prieto in Ecuador\" />                    </a>                </p>    </div>"], ["-3.2664990000", "-79.9538270000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4526/\">The banana plantation San Miguel de Brasil in Ecuador</a>                        <br />Machala, Ecuador        </p>        </div>"], ["-3.2664990000", "-79.9538270000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3463/\">The banana cooperative ATAPRI in Ecuador</a>                        <br />Machala, Ecuador        </p>        </div>"], ["-4.8919520000", "-80.6840900000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2281/\">The banana cooperative Valle de Chira in Peru</a>                        <br />Sullana, Peru        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2281/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_bananen_peru_valledechira_bild0_bg1.jpg\" alt=\"The banana cooperative Valle de Chira in Peru\" />                    </a>                </p>    </div>"], ["-4.8919520000", "-80.6840900000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2461/\">The banana cooperative APPBOSA in Peru</a>                        <br />Sullana, Peru        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2461/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_bananen_peru_appbosa_bild0_bg1.jpg\" alt=\"The banana cooperative APPBOSA in Peru\" />                    </a>                </p>    </div>"], ["-3.2664990000", "-79.9538270000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2192/\">The banana cooperative APAO in Ecuador</a>                        <br />Machala, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2192/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_bananen_ecuador_apaotierranueva_bild0_bg1.jpg\" alt=\"The banana cooperative APAO in Ecuador\" />                    </a>                </p>    </div>"], ["-6.3000000000", "-79.1333330000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2741/\">The banana cooperative APOQ in Peru</a>                        <br />Querecotillo, Peru        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2741/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_bananen_peru_apoq_bild0_bg1.jpg\" alt=\"The banana cooperative APOQ in Peru\" />                    </a>                </p>    </div>"], ["18.4790140000", "-69.8907840000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1473/\">The cacao cooperative Conacado in the Dominican Republic</a>                        <br />Santo Domingo, Dominican Republic        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/1473/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_kakao_dom.rep_conacado_bild0_bg1.jpg\" alt=\"The cacao cooperative Conacado in the Dominican Republic\" />                    </a>                </p>    </div>"], ["18.6740775000", "-70.1723716000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2574/\">The cacao cooperative Fundopo in the Dominican Republic</a>                        <br />Villa Altagracia, Dominican Republic        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2574/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_kakao_DomRep_fundopo_bild0_bg1.jpg\" alt=\"The cacao cooperative Fundopo in the Dominican Republic\" />                    </a>                </p>    </div>"], ["9.5000000000", "-83.6666667000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1472/\">The banana and cacao cooperative APPTA in Costa Rica</a>                        <br />Talamanca, Costa Rica        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/1472/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_kakao_costarica_appta_bild0_bg1.jpg\" alt=\"The banana and cacao cooperative APPTA in Costa Rica\" />                    </a>                </p>    </div>"], ["-28.7058788000", "20.9668885000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2584/\">The dried fruit cooperative Eksteenskuil Agricultural Cooperative in South Africa</a>                        <br />Keimoes, South Africa        </p>        </div>"], ["-1.1023985000", "37.0239303000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3768/\">The flower plantation Penta flowers in Kenya</a>                        <br />Juja, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/3768/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenya_pentaflowers_bild0_bg1.jpg\" alt=\"The flower plantation Penta flowers in Kenya\" />                    </a>                </p>    </div>"], ["-0.7120330634", "36.4148712158", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3719/\">The flower plantation Panda Flowers in Kenya</a>                        <br />Naivasha, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/3719/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenia_pandaflowers_bild0_bg1.jpg\" alt=\"The flower plantation Panda Flowers in Kenya\" />                    </a>                </p>    </div>"], ["-0.7105950000", "36.4390180000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2763/\">The flower plantation Oserian in Kenya</a>                        <br />Naivasha, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2763/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenya_oserian_bild0_bg1.jpg\" alt=\"The flower plantation Oserian in Kenya\" />                    </a>                </p>    </div>"], ["0.0198830000", "37.0696490000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2959/\">The flower plantation Liki River in Kenya</a>                        <br />Nanyuki, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2959/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenia_liki_river_farm_bild0_bg1.jpg\" alt=\"The flower plantation Liki River in Kenya\" />                    </a>                </p>    </div>"], ["-1.2743590000", "36.8131060000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3797/\">The flower plantation Magana Flowers in Kenya</a>                        <br />Nairobi        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/3797/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenia_magana_bild0_bg1.jpg\" alt=\"The flower plantation Magana Flowers in Kenya\" />                    </a>                </p>    </div>"], ["-0.9334736000", "-78.6157565000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4412/\">The flower plantation Nevado in Ecuador</a>                        <br />Latacunga, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4412/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_nevado_bild0_bg1.jpg\" alt=\"The flower plantation Nevado in Ecuador\" />                    </a>                </p>    </div>"], ["0.2333330000", "-78.2666670000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4413/\">The flower plantation Planterra in Ecuador</a>                        <br />Otavalo, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4413/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_planterra_bild0_bg1.jpg\" alt=\"The flower plantation Planterra in Ecuador\" />                    </a>                </p>    </div>"], ["0.0513310000", "-78.2299730000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/19449/\">The flower plantation Roses and Roses in Ecuador</a>                        <br />Tabacundo, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/19449/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_rosesandroses_bild0_bg1.jpg\" alt=\"The flower plantation Roses and Roses in Ecuador\" />                    </a>                </p>    </div>"], ["-1.0493790000", "37.0929490000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3679/\">The Flower Plantation Zena Roses in Kenya</a>                        <br />Thika, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/3679/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenya_zenaroses_bild0_bg1.jpg\" alt=\"The Flower Plantation Zena Roses in Kenya\" />                    </a>                </p>    </div>"], ["-3.3657890000", "36.6744500000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3894/\">The flower plantation Kiliflora in Tansania</a>                        <br />Arusha, Tanzania        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/3894/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_tansania_kiliflora_bild0_bg1.jpg\" alt=\"The flower plantation Kiliflora in Tansania\" />                    </a>                </p>    </div>"], ["0.5152400000", "35.2663690000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/18062/\">The Flower Plantation Zena Roses Sosiani in Kenya</a>                        <br />Eldoret, Kenya        </p>        </div>"], ["-1.2743590000", "36.8131060000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/18057/\">The flower plantation Sian Roses in Kenya</a>                        <br />Nairobi, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/18057/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenia_sian_bild0_bg1.jpg\" alt=\"The flower plantation Sian Roses in Kenya\" />                    </a>                </p>    </div>"], ["-1.1669500000", "36.8220100000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4040/\">The flower plantation Valentine Flowers in Kenya</a>                        <br />Kiambu, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4040/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenya_valentineflowers_bild0_bg1.jpg\" alt=\"The flower plantation Valentine Flowers in Kenya\" />                    </a>                </p>    </div>"], ["-0.6811362994", "36.3290405273", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3598/\">The flower plantation Shalimar Flowers in Kenya</a>                        <br />Naivasha, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/3598/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenia_shalimarflowers_bild0_bg1.jpg\" alt=\"The flower plantation Shalimar Flowers in Kenya\" />                    </a>                </p>    </div>"], ["0.3671590000", "-78.3842227000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4508/\">The flower plantation Rosas del Monte in Ecuador</a>                        <br />Imbabura, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4508/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_rosasdelmonte_bild0_bg1.jpg\" alt=\"The flower plantation Rosas del Monte in Ecuador\" />                    </a>                </p>    </div>"], ["-0.7105950000", "36.4390180000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2960/\">The flower plantation Longonot Horticulture in Kenya</a>                        <br />Naivasha, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2960/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenia_longonot_bild0_bg1.jpg\" alt=\"The flower plantation Longonot Horticulture in Kenya\" />                    </a>                </p>    </div>"], ["-0.2294980000", "-78.5242770000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4407/\">The flower plantation Compania Agropromotera Agrocoex in Ecuador</a>                        <br />Quito, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4407/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_agrocoex_bild0_bg1.jpg\" alt=\"The flower plantation Compania Agropromotera Agrocoex in Ecuador\" />                    </a>                </p>    </div>"], ["-0.3660620000", "35.2817990000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2765/\">The flower plantation Finlay Flowers in Kenya</a>                        <br />Kericho        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2765/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenia_finlayflowers_bild0_bg1.jpg\" alt=\"The flower plantation Finlay Flowers in Kenya\" />                    </a>                </p>    </div>"], ["-0.7105950000", "36.4390180000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/19513/\">The flower plantation Bigot Flowers in Kenya</a>                        <br />Naivasha, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/19513/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenya_bigot_bild0_bg1.jpg\" alt=\"The flower plantation Bigot Flowers in Kenya\" />                    </a>                </p>    </div>"], ["-0.9334736000", "-78.6157565000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4408/\">The flower plantation Agrogranadera in Ecuador</a>                        <br />Latacunga, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4408/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_agrogranadera_bild0_bg1.jpg\" alt=\"The flower plantation Agrogranadera in Ecuador\" />                    </a>                </p>    </div>"], ["0.0444200000", "-78.1567760000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4180/\">The flower plantation Joygardens in Ecuador</a>                        <br />Cayambe, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4180/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_joygardens_bild0_bg1.jpg\" alt=\"The flower plantation Joygardens in Ecuador\" />                    </a>                </p>    </div>"], ["0.0444200000", "-78.1567760000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4410/\">The flower plantation Hoja Verde in Ecuador</a>                        <br />Cayambe, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4410/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_hojaverde_bild0_bg1.jpg\" alt=\"The flower plantation Hoja Verde in Ecuador\" />                    </a>                </p>    </div>"], ["8.8416400000", "38.4989090000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/18074/\">The flower plantation Golden Rose Agrofarms in Ethiopia</a>                        <br />Tefki, Ethiopia        </p>        </div>"], ["-0.9334736000", "-78.6157565000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4409/\">The flower plantation Jardines Piaveri in Ecuador</a>                        <br />Latacunga, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4409/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_jardinespiaveri_bild0_bg1.jpg\" alt=\"The flower plantation Jardines Piaveri in Ecuador\" />                    </a>                </p>    </div>"], ["4.7055653000", "-74.0300122000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4510/\">The flower plantation Inversiones Morcote in Colombia</a>                        <br />Cudinamarca, Colombia        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4510/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kolumbien_morcote_bild0_bg1.jpg\" alt=\"The flower plantation Inversiones Morcote in Colombia\" />                    </a>                </p>    </div>"], ["-0.2442346000", "-78.5157946000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4509/\">The flower plantation Inversiones Ponte Tresa in Ecuador</a>                        <br />Cayambe, Ecuador        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4509/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_ecuador_pontetresa_bild0_bg1.jpg\" alt=\"The flower plantation Inversiones Ponte Tresa in Ecuador\" />                    </a>                </p>    </div>"], ["-0.6591651463", "36.4416503906", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/5567/\">The flower plantation Homegrown in Kenya</a>                        <br />Nairobi, Kenya        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/5567/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_blumen_kenia_homegrown_bild0_bg1.jpg\" alt=\"The flower plantation Homegrown in Kenya\" />                    </a>                </p>    </div>"], ["21.9481406582", "-78.7115478516", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3549/\">The orange and mango cooperative ANAP in Cuba</a>                        <br />La Habana, Cuba        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/3549/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_fruechte_cuba_anap_bild0_bg1.jpg\" alt=\"The orange and mango cooperative ANAP in Cuba\" />                    </a>                </p>    </div>"], ["-11.4852836000", "-37.9343636000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1589/\">The orange and passionfruit cooperative CEALNOR in brazil</a>                        <br />Rio Real, Brazil        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/1589/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_fruechte_brasilien_cealnor_bild0_bg1.jpg\" alt=\"The orange and passionfruit cooperative CEALNOR in brazil\" />                    </a>                </p>    </div>"], ["-23.4012946000", "29.4179324000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2788/\">The mango cooperative Westfalia in South Africa</a>                        <br />Limpopo, South Africa        </p>        </div>"], ["-11.0070700000", "-66.0914540000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3022/\">The nut cooperative CAIC in Bolivia</a>                        <br />Riberalta, Bolivia        </p>        </div>"], ["10.5143884000", "76.6412712000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4792/\">The nuts and spices cooperative Fair Trade Alliance Kerala in India</a>                        <br />Kerala, India        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4792/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_nuesse_gewuerze_Indien_ft_alliance_kerala_bild0_bg1.jpg\" alt=\"The nuts and spices cooperative Fair Trade Alliance Kerala in India\" />                    </a>                </p>    </div>"], ["-23.0737694000", "-52.4653118000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1590/\">The orange cooperative ACIPAR in Brasil</a>                        <br />Paranavai, Brazil        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/1590/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_orangen_brasilien_acipar_bild0_bg1.jpg\" alt=\"The orange cooperative ACIPAR in Brasil\" />                    </a>                </p>    </div>"], ["12.2348782000", "99.9678220000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/19030/\">The pineapple cooperative Visahakit Chumchon in Thailand</a>                        <br />Sam Roi Yod, Thailand        </p>        </div>"], ["5.7833330000", "-0.3000000000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2324/\">The ananas plantation Bomarts in Ghana</a>                        <br />Doboro, Ghana        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2324/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_ananas_ghana_bomarts_bild0_bg1.jpg\" alt=\"The ananas plantation Bomarts in Ghana\" />                    </a>                </p>    </div>"], ["10.6724500000", "-84.8255770000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2196/\">The ananas cooperative Asoproagroin in Costa Rica</a>                        <br />Guatuso, Costa Rica        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2196/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_ananas_costarica_asoproagroin_bild0_bg1.jpg\" alt=\"The ananas cooperative Asoproagroin in Costa Rica\" />                    </a>                </p>    </div>"], ["5.5333330000", "-0.5666670000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4090/\">The ananas plantation Milani in Ghana</a>                        <br />Aboansa, Ghana        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4090/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_ananas_ghana_milani_bild0_bg1.jpg\" alt=\"The ananas plantation Milani in Ghana\" />                    </a>                </p>    </div>"], ["5.6333330000", "-0.4666670000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/18151/\">The ananas plantation Georgefields in Ghana</a>                        <br />Owulabu, Ghana        </p>        </div>"], ["5.5500000000", "-0.4666670000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/5418/\">The ananas plantation Jei River in Ghana</a>                        <br />Opeman, Ghana        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/5418/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_ananas_ghana_jeiriver_bild0_bg1.jpg\" alt=\"The ananas plantation Jei River in Ghana\" />                    </a>                </p>    </div>"], ["7.2844590000", "80.6374590000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4960/\">The plant plantation Tropiflora in Sri Lanka</a>                        <br />Kandy, Sri Lanka        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4960/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_pflanzen_srilanka_tropiflora_bild0_bg1.jpg\" alt=\"The plant plantation Tropiflora in Sri Lanka\" />                    </a>                </p>    </div>"], ["-20.4603500000", "-66.8249660000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/5300/\">The Quinoa cooperative Apquisa in Bolivia</a>                        <br />Uyuni, Bolivia        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/5300/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_quinoa_bolivien_apquisa_bild0_bg1.jpg\" alt=\"The Quinoa cooperative Apquisa in Bolivia\" />                    </a>                </p>    </div>"], ["14.4132811000", "100.5963241000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/4709/\">The rice cooperative Sarapí Chock Chai in Thailand</a>                        <br />chokchai, Thailand        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/4709/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_reis_ChokChai_Thailand_bild0_bg1.jpg\" alt=\"The rice cooperative Sarapí Chock Chai in Thailand\" />                    </a>                </p>    </div>"], ["16.1357079000", "104.3791912000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2426/\">The rice cooperative Nam Om in Thailand</a>                        <br />Yasothorn, Thailand        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2426/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_reis_thailand_namom_bild0_bg1.jpg\" alt=\"The rice cooperative Nam Om in Thailand\" />                    </a>                </p>    </div>"], ["29.8378481000", "77.9738650000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/3197/\">The rice cooperative Khaddar in India</a>                        <br />Haridwar        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/3197/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_reis_indien_khaddar_bild0_bg1.jpg\" alt=\"The rice cooperative Khaddar in India\" />                    </a>                </p>    </div>"], ["-25.0502700000", "-57.0919800000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1480/\">The sugar cooperative Manduvirá in Paraguay</a>                        <br />Arroyos y Esteros, Paraguay        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/1480/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_zucker_paraguay_manduvira_bild0_bg1.jpg\" alt=\"The sugar cooperative Manduvirá in Paraguay\" />                    </a>                </p>    </div>"], ["-25.0502700000", "-57.0919800000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1477/\">The sugar cooperative El Arroyense in Paraguay</a>                        <br />Arroyos y esteros, Paraguay        </p>        </div>"], ["-25.0502700000", "-57.0919800000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1479/\">The sugar cooperative Montillo in Paraguay</a>                        <br />Arroyos y Esteros, Paraguay        </p>        </div>"], ["-25.4966390000", "-57.4563290000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2964/\">The sugar cooperative Asocace in Paraguay</a>                        <br />Guarambaré, Paraguay        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2964/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_zucker_paraguay_asocace_bild0_bg1.jpg\" alt=\"The sugar cooperative Asocace in Paraguay\" />                    </a>                </p>    </div>"], ["10.6596285000", "122.9663018000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/1482/\">The sugar cooperative Alter Trade in the Philippines</a>                        <br />Bacolod, Philippines        </p>        </div>"], ["-9.3043939000", "34.7796030000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/553/\">The tea plantation Kibena Tea Limited in Tanzania</a>                        <br />Njombe, Tanzania        </p>        </div>"], ["-9.3043939000", "34.7796030000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/517/\">The tea plantation Luponde Tea Estate in Tanzania</a>                        <br />Njombe, Tanzania        </p>        </div>"], ["-32.5913093000", "19.0141229000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/2783/\">The tea plantation Bergendal in South Africa</a>                        <br />Citrusdal, South Africa        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/2783/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_tee_suedafrika_bergendal_bild0_bg1.jpg\" alt=\"The tea plantation Bergendal in South Africa\" />                    </a>                </p>    </div>"], ["6.9908661000", "79.9395566000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/558/\">The tea and spices cooperative SOFA in Sri Lanka</a>                        <br />Mahara, Sri Lanka        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/558/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_tee_srilanka_sofa_bild0_bg1.jpg\" alt=\"The tea and spices cooperative SOFA in Sri Lanka\" />                    </a>                </p>    </div>"], ["-16.1670090000", "49.7555890000", 1, "<div class=\"gmInfoWindow\">    <p>                        <a href=\"en/producers/producer-profiles/producer/5417/\">The vanilla cooperative Mananara in Madagascar</a>                        <br />Mananara, Madagascar        </p>                <p class=\"gmImage\">                    <a href=\"en/producers/producer-profiles/producer/5417/\">                    <img src=\"http://www.fairtrade-code.de/pics/module/produkte/ftc/pz_vanille_madagaskar_mananara_bild0_bg1.jpg\" alt=\"The vanilla cooperative Mananara in Madagascar\" />                    </a>                </p>    </div>"]);

window.onload = function () {
    gmLoad();
    gmCreateMarkers(false);
    //gmSetCenter(46.815099, 8.22876, 1);
    gmSetCenterAuto();
};

window.onunload = function() {
    gmUnload();
}

