    //<![CDATA[
    function load() {
      if (GBrowserIsCompatible()) {
		// Cangas
        var map = new GMap2(document.getElementById("map"));
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
		var center = new GLatLng(42.293453, -8.78373);
        map.setCenter(center, 12);
		var marker = new GMarker(center, {draggable: false});
		map.addOverlay(marker);

		// map.openInfoWindow(map.getCenter(), document.createTextNode("CityMuebles\r\nPlaza Fernando Conde Montero Ríos\r\nVigo - Pontevedra"));

		// var infoTabs = [  new GInfoWindowTab("Tab #1", "This is tab #1 content"),  new GInfoWindowTab("Tab #2", "This is tab #2 content")];
		// marker.openInfoWindowTabsHtml(infoTabs);

		var WINDOW_HTML = '<div align="left" style="width: 210px; padding-right: 10px"><img src="andes_pequeno.gif"><br>Magdalena, Cangas - Pontevedra<br>Telf. 986 30 66 50 - <a href="http://mobelandes.com.mialias.net/index.php?action=page_display&PageID=2">Contacte<\/a> con nos.<\/div>';
		GEvent.addListener(marker, "click", function() {
			marker.openInfoWindowHtml(WINDOW_HTML);
		});
		marker.openInfoWindowHtml(WINDOW_HTML);


		// Pontevedra
        var map1 = new GMap2(document.getElementById("map1"));
		map1.addControl(new GSmallMapControl());
		map1.addControl(new GMapTypeControl());
		var center = new GLatLng(42.428921, -8.630855);
        map1.setCenter(center, 15);
		var marker = new GMarker(center, {draggable: false});
		map1.addOverlay(marker);

		// map.openInfoWindow(map.getCenter(), document.createTextNode("CityMuebles\r\nPlaza Fernando Conde Montero Ríos\r\nVigo - Pontevedra"));

		// var infoTabs = [  new GInfoWindowTab("Tab #1", "This is tab #1 content"),  new GInfoWindowTab("Tab #2", "This is tab #2 content")];
		// marker.openInfoWindowTabsHtml(infoTabs);

		var WINDOW_HTML = '<div align="left" style="width: 210px; padding-right: 10px"><img src="andes_peq.gif"><br>Loureiro Crespo, 71, Pontevedra<br>Telf. 986 84 01 35 - <a href="http://mobelandes.com.mialias.net/index.php?action=page_display&PageID=6">Contacte<\/a> con nos.<\/div>';
		GEvent.addListener(marker, "click", function() {
			marker.openInfoWindowHtml(WINDOW_HTML);
		});
		marker.openInfoWindowHtml(WINDOW_HTML);

		// Marín
        var map2 = new GMap2(document.getElementById("map2"));
		map2.addControl(new GSmallMapControl());
		map2.addControl(new GMapTypeControl());
		var center = new GLatLng(42.388948, -8.700528);
        map2.setCenter(center, 12);
		var marker = new GMarker(center, {draggable: false});
		map2.addOverlay(marker);

		// map.openInfoWindow(map.getCenter(), document.createTextNode("CityMuebles\r\nPlaza Fernando Conde Montero Ríos\r\nVigo - Pontevedra"));

		// var infoTabs = [  new GInfoWindowTab("Tab #1", "This is tab #1 content"),  new GInfoWindowTab("Tab #2", "This is tab #2 content")];
		// marker.openInfoWindowTabsHtml(infoTabs);

		var WINDOW_HTML = '<div align="left" style="width: 210px; padding-right: 10px"><img src="andes_peq.gif"><br>Jaime Janer, 104, Marín<br>Telf. 986 83 96 24 - <a href="http://mobelandes.com.mialias.net/index.php?action=page_display&PageID=7">Contacte<\/a> con nos.<\/div>';
		GEvent.addListener(marker, "click", function() {
			marker.openInfoWindowHtml(WINDOW_HTML);
		});
		marker.openInfoWindowHtml(WINDOW_HTML);

      }
    }
    //]]>
