
function createMarker(point,township,report_time,description){var marker=new GMarker(point);var html="<p><b>"+township+"</b><br/>"+description+"<br/><br/>Gemeldet um: "+report_time+" Uhr</p>";GEvent.addListener(marker,'click',function(){marker.openInfoWindowHtml(html);});return marker;}
