//" + name + "
" + description + "
" + street + " " + nr + "
" + zip + " " + town + "
" + country + "
"; // Open up marker info on click- event GEvent.addListener(marker, 'click', function() { marker.openInfoWindowHtml(html); }); return marker; } //]]>