function createInfoMarker(b,c){var a=new GMarker(b);GEvent.addListener(a,"click",function(){a.openInfoWindowHtml(c)});return a};