   var iconBlue = new GIcon(); 
    iconBlue.image = 'http://labs.google.com/ridefinder/images/mm_20_green.png';
    iconBlue.shadow = 'http://labs.google.com/ridefinder/images/mm_20_shadow.png';
    iconBlue.iconSize = new GSize(12, 20);
    iconBlue.shadowSize = new GSize(10, 20);
    iconBlue.iconAnchor = new GPoint(6, 20);
    iconBlue.infoWindowAnchor = new GPoint(5, 1);
    var customIcons = [];
    customIcons["restaurant"] = iconBlue;

    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.addControl(new GLargeMapControl());
        map.addControl(new GMapTypeControl());
        map.setCenter(new GLatLng(38.424495, -96.69861), 3);
	map.enableDoubleClickZoom();        
	//map.enableScrollWheelZoom();

	GDownloadUrl("wcgspeakers.xml", function(data) {
          var xml = GXml.parse(data);
          var speakers = xml.documentElement.getElementsByTagName("speaker");
          for (var i = 0; i < speakers.length; i++) {
            var first = speakers[i].getAttribute("first");
            var last = speakers[i].getAttribute("last");
            var title = speakers[i].getAttribute("title");
            var company = speakers[i].getAttribute("company");
            var site = speakers[i].getAttribute("site");
            var point = new GLatLng(parseFloat(speakers[i].getAttribute("lat")),
                                    parseFloat(speakers[i].getAttribute("lng")));
            var speaker = createspeaker(point, first, last, title, company, site);
            map.addOverlay(speaker);
           
          }
        });


var speaker1 = new GMarker(new GLatLng(37.441892, -122.161482),  iconBlue);
var html1 = "<strong>Chris Waugh</strong><br />Practice Lead, Consumer Experience Design IDEO<br /><br /><strong>Steve Bishop</strong><br />Sustainability Domain Lead IDEO<br /><a href='http://www.ideo.com'>http://www.ideo.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker1, 'click', function() {
        speaker1.openInfoWindowHtml(html1);
      });
map.addOverlay(speaker1);

var speaker2 = new GMarker(new GLatLng(38.609199, -122.868991),  iconBlue);
var html2 = "<strong>Sean Rodrigues</strong><br />Principal Northstreet Partners, LLC<br /><br /><strong>Jake Whiteley</strong><br />Principal Northstreet Partners, LLC<br /><a href='http://www.northstreetllc.com'>http://www.northstreetllc.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker2, 'click', function() {
        speaker2.openInfoWindowHtml(html2);
      });
map.addOverlay(speaker2);

var speaker3 = new GMarker(new GLatLng(27.971009, -82.774380),  iconBlue);
var html3 = "<strong>Debra Lynn Dadd</strong><br />Author, Home Safe Home DLD Communications<br /><br /><strong>Larry  Redalia</strong><br />Builder DLD Communications<br /><a href='http://www.dld123.com'>http://www.dld123.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker3, 'click', function() {
        speaker3.openInfoWindowHtml(html3);
      });
map.addOverlay(speaker3);

var speaker4 = new GMarker(new GLatLng(33.815044, -84.391614),  iconBlue);
var html4 = "<strong>Kevin Salwen</strong><br />Co-Founder Motto Magazine<br /><br /><strong>Anita Sharpe</strong><br />Co-Founding Editor Motto Magazine<br /><a href='http://www.whatsyourmotto.com'>http://www.whatsyourmotto.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker4, 'click', function() {
        speaker4.openInfoWindowHtml(html4);
      });
map.addOverlay(speaker4);

var speaker5 = new GMarker(new GLatLng(36.426725, -121.620591),  iconBlue);
var html5 = "<strong>Josiah Cain</strong><br />Landscape Architect and Ecological Designer Rana Creek Living Architecture<br /><br /><strong>Paul Kephart</strong><br />Exective Director Rana Creek<br /><a href='http://www.ranacreek.com'>http://www.ranacreek.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker5, 'click', function() {
        speaker5.openInfoWindowHtml(html5);
      });
map.addOverlay(speaker5);

var speaker6 = new GMarker(new GLatLng(37.778792, -122.415316),  iconBlue);
var html6 = "<strong>Laura Rodormer</strong><br />Commercial Green Building Coordinator Department of the Environment, SF Environment<br /><strong>Jared Blumenfeld</strong><br />Director San Francisco Department of the Environment<br /><strong>Rich  Chien</strong><br />Residential Green Building Coordinator SF Environment<br /><strong>Mark Palmer</strong><br />Municipal Green Building Coordinator City of San Francisco, SF Environment<br /><strong>Debbie Raphael</strong><br />Toxics Reduction/Green Building Program Manager SF Department of the Environment<br /><a href='http://www.sfgov.org'>http://www.sfgov.org</a><br /><a href='http://www.sfenvironment.org'>http://www.sfenvironment.org</a><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />";
GEvent.addListener(speaker6, 'click', function() {
        speaker6.openInfoWindowHtml(html6);
      });
map.addOverlay(speaker6);

var speaker7 = new GMarker(new GLatLng(45.515814, -122.665854),  iconBlue);
var html7 = "<strong>Virginia  Young</strong><br />Co Founder Yolo Colorhouse<br /><br /><strong>Janie Lowe</strong><br />Co-Founder Yolo Colorhouse<br /><a href='http://www.yolocolorhouse.com'>http://www.yolocolorhouse.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker7, 'click', function() {
        speaker7.openInfoWindowHtml(html7);
      });
map.addOverlay(speaker7);

var speaker8 = new GMarker(new GLatLng(37.841662, -122.287842),  iconBlue);
var html8 = "<strong>Nancy Malone</strong><br />AIA, LEED AP, Principal Siegel and Strain Architects<br /><br /><strong>Henry Siegel</strong><br />Principal Siegel and Strain Architects<br /><br /><strong>Larry Strain</strong><br />Principal Siegel and Strain Architects<br /><br /><a href='http://www.siegelstrain.com'>http://www.siegelstrain.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker8, 'click', function() {
        speaker8.openInfoWindowHtml(html8);
      });
map.addOverlay(speaker8);

var speaker9 = new GMarker(new GLatLng(37.857950, -122.481842),  iconBlue);
var html9 = "<strong>Nathaniel Corum</strong><br />Design Director Indigenous Community Enterprises / Architecture for Humanity<br /><a href='http://www.icehome.org'>http://www.icehome.org</a><br /><br /><strong>Cameron Sinclair</strong><br />Co-founder, Author, Design Like You Give a Damn, Architecture for Humanity<br /><a href='http://www.architectureforhumanity.org'>http://www.architectureforhumanity.org</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker9, 'click', function() {
        speaker9.openInfoWindowHtml(html9);
      });
map.addOverlay(speaker9);


var speaker11 = new GMarker(new GLatLng(37.882534, -122.300017),  iconBlue);
var html11 = "<strong>David Arkin, AIA</strong><br />Principal Arkin Tilt Architects<br /><br /><strong>Anni Tilt</strong><br />Principal Arkin Tilt<br /><a href='http://www.arkintilt.com'>http://www.arkintilt.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker11, 'click', function() {
        speaker11.openInfoWindowHtml(html11);
      });
map.addOverlay(speaker11);

var speaker13 = new GMarker(new GLatLng(44.826184, -93.286782),  iconBlue);
var html13 = "<strong>Gord Cooke</strong><br />Trainer and Marketing Specialist Building Knowledge<br /><br /><strong>Mark Laliberte</strong><br />Building Science Specialist and Trainer Building Knowledge<br /><a href='http://www.buildingknowledge.net'>http://www.buildingknowledge.net</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker13, 'click', function() {
        speaker13.openInfoWindowHtml(html13);
      });
map.addOverlay(speaker13);
 
var speaker14 = new GMarker(new GLatLng( 45.516973, -122.643874),  iconBlue);
var html14 = "<strong>Ward Hubbell</strong><br />Executive Director The Green Building Initiative<br /><br /><strong>Ray Tonjes</strong><br />Chairman and Founder Ray Tonjes Builder, Inc. and Chairman of the National Association of Home Builders (NAHB) Green Building Subcommittee<br /><a href='http://www.thegbi.org'>http://www.thegbi.org</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker14, 'click', function() {
        speaker14.openInfoWindowHtml(html14);
      });
map.addOverlay(speaker14);

var speaker15 = new GMarker(new GLatLng(38.023908, -122.536091),  iconBlue);
var html15 = "<strong>Cyane Dandridge</strong><br />Executive Director Strategic Energy Innovations<br /><br /><strong>Stephen Miller</strong><br />Program Director Strategic Energy Innovations<br /><br /><strong>Kif Scheuer</strong><br />Project Coordinator Strategic Energy Innovations<br /><br /><strong>Jeffrey  Summerville</strong><br />Project Manager Strategic Energy Innovations<br /><a href='http://www.seiinc.org'>http://www.seiinc.org</a><br /><br /><br /><br /><br /><br /><br /><br /><br />";
GEvent.addListener(speaker15, 'click', function() {
        speaker15.openInfoWindowHtml(html15);
      });
map.addOverlay(speaker15);

var speaker16 = new GMarker(new GLatLng(37.799923, -122.424178 ),  iconBlue);
var html16 = "<strong>Heather Christensen</strong><br />Principal Panergetics LLC<br /><br /><strong>David Fraser</strong><br />Founding Principal Panergetics LLC<br /><a href='http://www.panergetics.com'>http://www.panergetics.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker16, 'click', function() {
        speaker16.openInfoWindowHtml(html16);
      });
map.addOverlay(speaker16);


var speaker17 = new GMarker(new GLatLng(37.793411, -122.421251),  iconBlue);
var html17 = "<strong>Dietmar Brand</strong><br />President Green Home Center<br /><br /><strong>Zany Rumon</strong><br />Consultant The Green Home Center of San Francisco<br /><a href='http://www.thegreenhomecenter.net'>http://www.thegreenhomecenter.net</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker17, 'click', function() {
        speaker17.openInfoWindowHtml(html17);
      });
map.addOverlay(speaker17);

var speaker18 = new GMarker(new GLatLng(37.795892, -122.403361),  iconBlue);
var html18 = "<strong>David  Waldorf</strong><br />Senior Assoiciate OrganicARCHITECT<br /><br /><strong>Eric Corey Freed</strong><br />Architect, LEED AP and Principal OrganicARCHITECT<br /><a href='http://www.organicarchitect.com'>http://www.organicarchitect.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker18, 'click', function() {
        speaker18.openInfoWindowHtml(html18);
      });
map.addOverlay(speaker18);

var speaker19 = new GMarker(new GLatLng(37.789506, -122.388635 ),  iconBlue);
var html19 = "<strong>Kirsten Ritchie</strong><br />Director of Sustainable Design Gensler Architecture Design and Planning Worldwide<br /><br /><strong>RK Stewart</strong><br />Principal Gensler Architecture Design and Planning Worldwide<br /><a href='http://www.gensler.com'>http://www.gensler.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker19, 'click', function() {
        speaker19.openInfoWindowHtml(html19);
      });
map.addOverlay(speaker19);


var speaker20 = new GMarker(new GLatLng(37.863978, -122.297613 ),  iconBlue);
var html20 = "<strong>Connie and Dennis McCullah</strong><br />Principals Odin’s Hammer<br /><br /><a href='http://www.ohgreen.com'>http://www.ohgreen.com</a><br /><a href='http://www.odinshammer.com'>http://www.odinshammer.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker20, 'click', function() {
        speaker20.openInfoWindowHtml(html20);
      });
map.addOverlay(speaker20);

var speaker21 = new GMarker(new GLatLng(37.873494, -122.293266 ),  iconBlue);
var html21 = "<strong>Dan Smith</strong><br />Principal Architect Daniel Smith and Associates Architects<br /><br /><strong>Dietmar Lorenz</strong><br />Associate Daniel Smith and Associates Architects<br /><a href='http://www.dsaarch.com'>http://www.dsaarch.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker21, 'click', function() {
        speaker21.openInfoWindowHtml(html21);
      });
map.addOverlay(speaker21);

var speaker22 = new GMarker(new GLatLng(38.574976, -121.497259 ),  iconBlue);
var html22 = "<strong>Panama  Bartholomy</strong><br />Advisor to Chairperson Pfannenstiel CA Energy Commission<br /><br /><strong>Gary Klein</strong><br />Project Manager CA Energy Commission<br /><a href='http://www.energy.ca.gov'>http://www.energy.ca.gov</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker22, 'click', function() {
        speaker22.openInfoWindowHtml(html22);
      });
map.addOverlay(speaker22);

var speaker23 = new GMarker(new GLatLng(38.575544, -121.48021),  iconBlue);
var html23 = "<strong>Renner Johnston</strong><br />Associate Mogavero Notestine Associates<br /><br /><strong>David Mogavero</strong><br />Principal Mogavero Notestine Associates<br /><a href='http://www.mognot.com'>http://www.mognot.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker23, 'click', function() {
        speaker23.openInfoWindowHtml(html23);
      });
map.addOverlay(speaker23);

var speaker24 = new GMarker(new GLatLng(38.589658, -121.283785 ),  iconBlue);
var html24 = "<strong>Jim Carney</strong><br />Senior Management Advisor PMC<br /><br /><strong>Jill Savery, M.E.M.</strong><br />Sustainability Adviser PMC<br /><a href='http://www.pmcworld.com'>http://www.pmcworld.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker24, 'click', function() {
        speaker24.openInfoWindowHtml(html24);
      });
map.addOverlay(speaker24);

var speaker25 = new GMarker(new GLatLng(39.749775, -105.000125 ),  iconBlue);
var html25 = "<strong>Kari Foster</strong><br />Interior Designer Associates 3 Interior Design<br /><br /><strong>Debbie Hindman</strong><br />Marketing Coordinator Associates 3 Interior Design<br /><a href='http://www.associates3.com'>http://www.associates3.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker25, 'click', function() {
        speaker25.openInfoWindowHtml(html25);
      });
map.addOverlay(speaker25);

var speaker26 = new GMarker(new GLatLng(38.031123, -78.476140),  iconBlue);
var html26 = "<strong>Kira Gould</strong><br />Co-author, Women in Green William McDonough and Partners<br /><br /><strong>Lance Hosey</strong><br />Co-author, Women in Green <br /><a href='http://www.mcdonoughpartners.com'>http://www.mcdonoughpartners.com</a><br /><br /><br /><br /><br />";
GEvent.addListener(speaker26, 'click', function() {
        speaker26.openInfoWindowHtml(html26);
      });
map.addOverlay(speaker26);


      }
    }

    function createspeaker(point, first, last, title, company, site) {
      var speaker = new GMarker(point, iconBlue);
      var html = "<strong>" + first + " " + last + "</strong>" + "<br />" + title + " " + company + "<br /><br /><a target='_blank' href=" + site + ">" + site + "</a><br /><br /><br /><br />";
      GEvent.addListener(speaker, 'click', function() {
        speaker.openInfoWindowHtml(html);
      });
      return speaker;
    }
