@notes.each do |note| page.call "putAJAXMarker", note.id, note.lon, note.lat, note.flatten_comment("
"), note.status == "open" ? 0 : 1 end